Shop Categories

X

Portfolio

Home Forums Agama Pro Portfolio

Topic Resolution: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16779
    Shawna Frede
    Participant

    Hello,

    I am using the vision portfolio to make a projects page for my website and I am having an issue with the categorization. When I put three different projects into three different categories, the categories menu on the page fails to display the proper projects. I am not sure if I am organizing them wrong or what the issue could be. Any help would be appreciated.

    Thanks again

    #16782
    Zex
    Moderator

    Hello Shawna!

    The portfolio category name must be one word (without space), (e.g “industrial_supply” ) then the filter will work.

    Regards

    #16784
    Shawna Frede
    Participant

    Thanks that works!

    I don’t know if I should start a new thread, if I should I apologize. I’m also having issues displaying breadcrumbs on mobile. Is there a way to disable them only on mobile through Agama?

    @media only screen and (max-width: 767px) {
    .breadcrumb {
    display: none !important;
    }
    }

    I have searched and been suggested @media code like this example to “display: none” however this, and code like it it does not seem to work for my website.

    Thank you!

    #16786
    Zex
    Moderator

    Hi,

    Here is the code you need:

    @media only screen and (max-width: 767px) {
    .vision-page-title-bar-breadcrumbs {
    display: none !important;
    }
    }

    Regards

    #16787
    Shawna Frede
    Participant

    Thanks so much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.