michigankathleen profile

Home Forums michigankathleen

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • michigankathleen
    Participant

    One last filter I’d like to customize more. On my homepage, I’d like the filter to only show “All” “Work” and “Life”. Just too many tabs with all the subcategories showing. Thanks.

    michigankathleen
    Participant

    The issue is with my homepage cover graphic. I’d like the photo of me to shrink down on mobile so my face isn’t cut off. Thanks for your help.

    Attachments:
    You must be logged in to view attached files.

    michigankathleen
    Participant

    Ahh, the slug. Thanks still learning all this web code stuff! I appreciate the help.

    michigankathleen
    Participant

    Thanks. I’d like it to show a different subcategory than “work” (Work is the parent category). I had it named Before/After, but when I replaced “work” in the 3rd item above with “Before/After”, it didn’t grab those with that category. I tried changing the category name thinking the “/” was the problem, so I called it “PhotoSimulations” and it still isn’t grabbing everything in that category. I would prefer it be called “Photo Simulations” with a space if possible. Any idea why my edit to the code did not work? Thanks.

     

    #portfolio-fancy-filter-c62cbc9b3652ac33f01612b2bb46bac0 .sh-filter-item {
    display: none;
    }
    #portfolio-fancy-filter-c62cbc9b3652ac33f01612b2bb46bac0 .sh-filter-item[data-filter=”*”],
    #portfolio-fancy-filter-c62cbc9b3652ac33f01612b2bb46bac0 .sh-filter-item[data-filter=”.category-concepts”],
    #portfolio-fancy-filter-c62cbc9b3652ac33f01612b2bb46bac0 .sh-filter-item[data-filter=”.category-plans”],
    #portfolio-fancy-filter-c62cbc9b3652ac33f01612b2bb46bac0 .sh-filter-item[data-filter=”.category-photosimulations”] {
    display: inline-block;
    }

     

    https://kathleenpduffy.com/work/

    michigankathleen
    Participant

    Thanks. I was able to modify to show my “Life” subcategories as pasted below. I’d like to do the same for my “Work” landing page to show its subcategories. How do I edit the code for that page’s portfolio? It seems the Portfolio content element works to only show the 3 subcategories (first portfolio on this page), but not the Portfolio 2.0 (second portfolio on this page) which is still showing all the categories.

    https://kathleenpduffy.com/work/

     

    #portfolio-fancy-filter-6e9cf96963b6e1ac988a0c5678b41524 .sh-filter-item {
    display: none;
    }

    #portfolio-fancy-filter-6e9cf96963b6e1ac988a0c5678b41524 .sh-filter-item[data-filter=”*”],
    #portfolio-fancy-filter-6e9cf96963b6e1ac988a0c5678b41524 .sh-filter-item[data-filter=”.category-travel”],
    #portfolio-fancy-filter-6e9cf96963b6e1ac988a0c5678b41524 .sh-filter-item[data-filter=”.category-logos”],#portfolio-fancy-filter-6e9cf96963b6e1ac988a0c5678b41524 .sh-filter-item[data-filter=”.category-costuming”] {
    display: inline-block;
    }

     

    Thanks.

    michigankathleen
    Participant

    That worked, thanks!

Viewing 6 posts - 1 through 6 (of 6 total)