Gallery Title

Home Forums Jevelin Theme Gallery Title

Home Forums Jevelin Theme Gallery Title

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • mevingorayah
    Participant

    Hello awesome Jevelin team,

    I need your help for a simple, yet am unable to find how, function. It’s in the regards of the gallery.

     

    I need the gallery to just show categories only, in a way that when the mouse hover over it, the overlay text comprises only of the category. Check the screenshot attached, I do not want the project title, just the category.

    But in the same font size and bold that the project title actually is in this screenshot.

     

    Please assist,

     

     

    thanks

     

    Mevin

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

    Solution for this topic

    Hi Mevin,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-portfolio-overlay4-title {
        display: none;
    }
    
    #page-container .sh-portfolio-overlay4-categories {
        font-size: 24px;
        font-weight: bold;
        text-transform: capitalize;
    }

     

    Best regards,
    Shufflehound team

    mevingorayah
    Participant

    Hello,

    I found another way. Created two portfolio. First one without category and I customised in titles as: Category Names. The second is a normal portfolio with titles and categories etc.

     

    This being said,

    When I click on the first portfolio on the homepage, I want it to go to the second portfolio (Our projects place) but in a specific category order. For now, when I click onto it, it goes to the Portfolio page with all categories selected.

    I tried the link: https://remerge.mu/projects/?category=residential

    But it does not already load RESIDENTIAL CATEGORY but All,

     

    How can I make the link be custom and specific to a category? Like attached

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

    Solution for this topic

    To achieve this, you have to use the custom plugin solution shared in the below topic.

     

    https://support.shufflehound.com/forums/topic/linking-to-specific-category-in-portfolio/#post-20611

    mevingorayah
    Participant

    Hello,

    I have installed the plugin, but still does work or dont know how to make it work, can you advice?

     

    thanks

    mevingorayah
    Participant

    Okay, it works now. Thanks

    You are most welcome here 🙂

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