Sent to Lightbox instead of Post Page (The Grid)

Hello,

I have selected the Lisboa skin and then customized it to ensure that the title and the excerpt content both have a hover click action of Link to>Self>Post Page target. However, when I save and then test this setting, I get a lightbox when I click the grid item instead of being taken to the post page where the content lives.

I’ve got a lot of posts and so don’t want to have to go in and set every single post to a link as I was under the impression I could do this automatically with this plugin.

I’m using Xtheme version 6.4.6 and The Grid version 2.6.7 and WordPress 5.0.3.

Might you have a suggestion as to what I can change to make sure my grid items go to the post page and not to a lightbox of the picture?

Hi There,

This issue occurs because the z-index option of the title is lower than the lightbox button.

To fix this issue, please add this custom CSS under Theme Options > CSS:

.tg-center-holder {
    z-index: 5;
}

Hope it helps :slight_smile:

This worked perfectly! Thank you so much.

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.