Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1172335
    Jeypolitan
    Participant

    Hey there! 🙂

    I am using The Grid‘s Panama skin (customized through Skin Editor).
    Everything is going well and it customized is exactly how I want it.

    The issue is that there is a Overlay that will not disappear, as seen in Screenshot 1. It is only supposed to be visible when hovering the post, as seen in Screenshot 2. The middle overlay (with post title, excerpt and categories) only appear when hovering the image. However, the social icons overlay (on the top of the post) does not disappear when not hovering the image.

    Please advise on how to make the top overlay disappear and only be visible when hovering.

    All best,
    Jennifer

    #1172339
    Jeypolitan
    Participant
    This reply has been marked as private.
    #1172621
    Christopher
    Moderator

    Hi there,

    The grid is displaying fine, please see :

    Thanks.

    #1173677
    Jeypolitan
    Participant

    Hi there,

    Thanks for the video/gif display 🙂

    The grid is displaying fine when hovering, yes.
    But as you can see, the middle part when hovering (post title + excerpt) is invisible before hovering the post. It only appears when hovering the post.

    The top part (grey thick line at the pure top of the image) is always there – before and after hovering. This part is only supposed to appear when hovering the image, but instead, it is always visible. Please advise.

    All best,
    Jennifer

    #1174300
    Lely
    Moderator

    Hi Jennifer,

    Please try adding this custom CSS:

    .tg-jeypolitan-main-page .tg-item-media-holder:hover .tg-item-overlay {
        opacity: 1 !important;
    }
    .tg-jeypolitan-main-page .tg-item-media-holder .tg-item-overlay {
        opacity: 0 !important;
    }

    See this:http://screencast-o-matic.com/watch/cDQ2fAjl9k

    Hope this helps.

    #1174668
    Jeypolitan
    Participant

    Hey!

    Wow – thank you! That worked perfectly!

    Just one issue. When clicking on those exact icons (Facebook/Twitter/Google +/Pinterest) on top of the post, nothing happens anymore? Before, when clicking on those icons, they would share the post. E.g. clicking on the Facebook icon, would share the post to Facebook.

    Now after using the code above, you only access the main post when clicking on the social icons.

    Please advise.

    All best
    Jennifer

    #1174927
    Christian
    Moderator

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .tg-social-share {
        z-index: 999999
    }

    Thanks.

    #1175057
    Jeypolitan
    Participant

    That worked PERFECTLY – thank you so much as always! 🙂
    Have a great day!

    #1175117
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1172335 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>