Overlays and Gallery

Home Forums Jevelin Theme Overlays and Gallery

Home Forums Jevelin Theme Overlays and Gallery

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    RESOLVED Posts
  • cabbage
    Participant

    I wish to use overlay 3 in my gallery with the minimalistic style. I wish to hide the descriptive text but it doesn’t seem to be in any tags (image attached). Please could you advise how?

     

    I also wish to incorporate the image slider into the default layout so that there are no mini images and everything sits above the page fold. Could you please advise?

     

    Thanks

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

    Hi @cabbage,

     

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

     

    Could you please share me the page URLs from your site where it is displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    cabbage
    Participant

    http://www.cebabbage.co.uk/

    http://www.cebabbage.co.uk/portfolio

     

    Could you please also advise how I can change the hover state of related items to match that of the portfolio.

     

    Thanks

    I can’t access your shared portfolio page as i am getting 404 Not Found error.

     

    I also wish to incorporate the image slider into the default layout so that there are no mini images and everything sits above the page fold. Could you please advise?

    I can see the slider on the home page of your site but don’t see mini images there so please tell me a bit more in detail what you are referring there.

    cabbage
    Participant

    The mini images are in relation to there being a gallery set on the page. I wish the main image to appear like the gallery on the gallery slider page but using this layout.

     

    http://www.cebabbage.co.uk/?fw-portfolio=camberwell-library

     

    The descriptive text appears on all the image rollovers.

    Solution for this topic

    I wish to use overlay 3 in my gallery with the minimalistic style. I wish to hide the descriptive text but it doesn’t seem to be in any tags (image attached). Please could you advise how?

    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

     

    .sh-portfolio-overlay3-data {
        font-size: 0 !important;
    }

     

    Could you please also advise how I can change the hover state of related items to match that of the portfolio.

    To achieve this you have to develop custom CSS code like developed on the following page.

     

    http://codepen.io/oloman/pen/nIsib

     

    The mini images are in relation to there being a gallery set on the page. I wish the main image to appear like the gallery on the gallery slider page but using this layout.

    You have to develop custom code to achieve this.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here.

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

     

    cabbage
    Participant

    Sorry, I mean I would like the whole image to be a hover state and the icons to be removed (please see screenshot).

     

    Could you please also advise which file I would need to amend for the default gallery layout please?

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

    Solution for this topic

    To achieve this try using the below CSS code.

     

    .sh-portfolio-overlay4 .sh-overlay-item {
        display: none;
    }
    
    .sh-portfolio-overlay4  a:first-child {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    cabbage
    Participant

    Great. That did the trick thanks. Could you please advise how to change the current menu item active colour when you are in a portfolio item. Please see attached screen shot and url below. I wish portfolio to be highlighted. Thanks.

     

    http://www.cebabbage.co.uk/project/wandle-valley-park/

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

    To help us keep support thread separates could you please create new thread for each of your other questions here https://support.shufflehound.com/forums/forum/jevelin/ instead of asking them in your single thread as it makes the thread messy and hard to read.

     

    If you want to you can also add reference of this thread in your newly created thread.

     

    We would be more than happy to help you on your new thread.

    cabbage
    Participant

    Could you please also advise which file I would need to amend for the default gallery layout please?

    You don’t have to edit the theme file but develop custom code in the child theme to achieve it but as said above developing custom code for custom functionality is beyond the scope of support that we provide here. Please see below page

     

    https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

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