No links in the Pinterest and Instagram feed

Posted in: Newspaper
Post count: 96

Hi,

I don’t want that people will be forwarded to the Pinterest or Instagram website when they click on a picture of the feed.
Is that possible?

Website: geloofsinspiratie.nl

Regards Sam

Post count: 35449

Hi,

Unfortunately there is no option for this, but I can help you with a custom css, please try this code
.td-pinterest-main-wrap > *, .td-instagram-main > * {
pointer-events: none;
}

Set it in theme panel> custom code> custom css.

Let me know the results!
Thank you!

Post count: 96

Hi,

The code is not working.
Geloofsinspiratie.nl

Regards Sam

Post count: 35449

Hi,

Here did you set the code ? because I can not find on your website.
The code will remove the click from images from Pinterest and Instagram but on main link you’ll be able to click -> https://i.imgur.com/jqOJbME.png -> https://i.imgur.com/wYr5M8j.png
Make sure that you set the code here -> https://i.imgur.com/SRyDEmv.png

Thank you!

Post count: 96

Hi, I placed the code here: https://imgur.com/JQCtOsu

Post count: 35449

Hi,

Please try this css
.td-instagram-main .td-instagram-element a, .td_block_pinterest .td-pinterest-wrap .td-pinterest-main-wrap a{
pointer-events: none;
}

This should remove the clickable from Instagram / Pinterest images/feeds.

Let me know the results!

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