Big Grid Flex Remove onclick event linked to post

Posted in: Newspaper
Post count: 21

Hi,
I would like to remove the click link to the post for Big Grid Flex, the advantage is to have random display of images from different posts without actually having the posts.
True there are image modules but there is no random display.
I think a simple onclick disable function in the class could be a solution
Thanks

maybe in class pointer-events: none

  • This topic was modified 4 years by youthost.
Post count: 21

Hello…

Post count: 27744

Hello,

You can use this code -> https://i.imgur.com/X7d11kR.jpg
.td-big-grid-flex *{
pointer-events: none;
}

Add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS

Thank you!

Post count: 21

Thanks, this will effect all Big Grid Flex on website,
what to put in extra class for a specific page
Thanks

Post count: 27744

Hello,

Yes, you can add an extra class on the block https://i.imgur.com/GijNgM6.jpg and add the class in the custom code.

Thank you!

Post count: 21

Solved my self…
Create a class in Newspaper -> Theme panel -> Custom code -> Custom CSS
eg myclass in this way as you told

.myclass {
pointer-events: none;
}

put myclass in any element you need General -> Extra class in TagDiv Composer

Thanks

Post count: 11

I would like to add an upcoming events page in the Newspaper theme. What is the best way to go about it?

  • This reply was modified 3 years by Sultan.
Post count: 27744

Hello @Sultan,

Please check this topic https://forum.tagdiv.com/topic/eventon-newspaper-theme/

Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.