"Cover Style Centered" full image isn't clickable

Home Forums Gillion Theme "Cover Style Centered" full image isn't clickable

Home Forums Gillion Theme "Cover Style Centered" full image isn't clickable

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • jeanelleats
    Participant

    Hello, I created a page that displays blog posts as “Cover Style Centered”, but only a small top part of the image is clickable. The text is clickable and works fine, but I’d like the whole feature image to be clickable. Can you please help? Thanks!

    jeanelleats
    Participant

    Also on my website, I have the menus “Home” and “Recipe Index” as pages that should be clickable on the menu, but it only shows as a drop down on mobile. People can’t access the Home or Recipe Index page at all. How do I make it so they can access the page, but also have the drop down pop up on mobile?

    Solution for this topic

    Hi @jeanelleats,

     

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

     

    Hello, I created a page that displays blog posts as “Cover Style Centered”, but only a small top part of the image is clickable. The text is clickable and works fine, but I’d like the whole feature image to be clickable. Can you please help? Thanks!

    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

     

    .post-style-cover .post-cover-link {
        z-index: 999999;
        cursor: pointer;
    }

     

    Also on my website, I have the menus “Home” and “Recipe Index” as pages that should be clickable on the menu, but it only shows as a drop down on mobile. People can’t access the Home or Recipe Index page at all. How do I make it so they can access the page, but also have the drop down pop up on mobile?

    This is known issue reported in the following topics and we are working on it to resolve it.

     

    https://support.shufflehound.com/forums/topic/menus-mobile-version/#post-17208

    https://support.shufflehound.com/forums/topic/mobile-menu-dropdown/

     

    In the meanwhile you can try achieving it by using any of the following plugins.

     

    https://wordpress.org/plugins/responsive-menu/

    https://wordpress.org/plugins/wp-responsive-menu/

     

     

    Best regards,
    Shufflehound team

    jeanelleats
    Participant

    Thank you so much!

    You are always welcome here 🙂

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