Thanks Luca, that’s helpful. 🙂
Hi Ipecchi,
I am also wondering if I can use WPML for the Newspaper theme. Have you had any more conflicts with VisCom since the update? Even though it’s not officially supported, does it still work okay?
Thanks.
Hi…sort of.
I’d like to remove the featured image link from the category page, but NOT the link in the excerpt, which will take the user to another website.
I have used the code
.category .td_module_wrap{
pointer-events:none!important;
}
but if you go to, for instance, https://outside.agoda.com/category/technology/ you can see that NO links on the page work.
Thanks
Hi, I’m sorry…problem has changed somewhat.
First of all – this site is hosted on my company’s servers, so our IT guys handle it. And I just realized that it seems any update or change to the CSS takes about 12 hours to take effect. I have no idea why. SO…my last email about how it doesn’t work isn’t true anymore – it works…but maybe too much.
Now if you go to outside.agoda.com/category/technology you can see that NONE of the links work, even the ones in the excerpt. I’d like these ones to open in a new tab, but the title and photo to be inactive.
I know…this is very strange. 🙂
Thanks.
It’s outside.agoda.com.
Hi, thanks, but that doesn’t seem to work. All the links are still active on the category page. :-/ Is there anything else I can try? I’ve attached an image of the code I have so far.

Hi,
Your solutions have been ace so far, thanks for your help. I just noticed something though.
In a previous question you helped me remove the link capability from post titles & featured images. It works great on the main page (outside.agoda.com) and from a single page (outside.agoda.com/technology).
However, if someone clicks a category tag (for instance, technology) it goes to outside.agoda.com/category/technology and on THAT page, all the links and featured images are clickable.
Can I remove that as well?
Thanks very much.
Hi, thanks. It’s so weird – the same soure=”_blank” code on different post excerpt pages acts differently, with no discernible pattern. Sometimes it works, sometimes it doesn’t. Driving me crazy.
Anyway another problem we have is that the site looks awful in IE. Chrome and FF look great, but in IE it’s broken. (The only reason I care is that a company executive told us it looked bad on IE…no idea why he’s using that piece of junk).
Here’s how it’s supposed to look:

And here’s how it looks on IE:

Any ideas? Thanks.
Thanks so much. That’s what I’m doing, but for some reason it’s led to another problem. The links open fine in another tab when using Chrome. When using Firefox the site looks fine but the links don’t open in another tab. And when I open the site on Internet Explorer (ugh) the links open in another tab, but the site looks horrible!
The site is https://outside.agoda.com/
Any ideas why this is?
Hi Bodgan, thanks very much.
I want to follow up on the first question I had in my original post. You helped me strip the link functionality out of the post titles using the code
.td_block_4 .entry-title a{
pointer-events:none!important;
}
But I discovered that the featured image for each post still links to the post page. Is there any way I can get rid of that link functionality as well?
Thanks very much.
Hi, thanks so much. All made sense except #4. Is there any documentation on how to do this, or can you elaborate a bit more? Thanks very much.
My god, I am a fool. Thank you, solved.