link on ticker

Posted in: Newsmag
Post count: 40

Hi there! Time ago i asked how to disable links on the ticker bar (ahoraroma.com)
You told me to put this code

.td_module_trending_now .td-module-title a {
pointer-events:none;
}

Its working fine since then, no link at all. The problem is that now i want to enbable links but after i update the version the code is not there anymore, so i dont know how to do it

Post count: 23312

Hi,

If you want to disable the click effect over the Trending now element, you can use the code below.

.td_module_trending_now {
pointer-events:none!important;
}

The result -> https://www.screencast.com/t/8N8UCQGv4p

Notice that when you update the theme, all of your additional customizations will be lost. You can try using the Child theme or make a full backup to your database before each theme update.

Thanks.

Post count: 40

Hi! is the ohter way. I’ve disabled the click effect time ago with that code.
Now i want to enable it but i dont know where is the code to delete it

Post count: 40

I mean, at the editor. In which file should be that code?

Post count: 23312

Hi,

All the custom CSS code is added in the Custom Code area from Theme panel. Do you mean this section?

Thank you!

Post count: 40

The problem is that the code is not there, see printsrceen

https://ahoraroma.com/wp-content/uploads/2019/04/Captura-de-pantalla-2019-04-02-a-las-12.34.49.png

nor here:
https://ahoraroma.com/wp-content/uploads/2019/04/Captura-de-pantalla-2019-04-02-a-las-12.35.34.png

But YES, the code is in the code, its active and online:
https://ahoraroma.com/wp-content/uploads/2019/04/Captura-de-pantalla-2019-04-02-a-las-12.44.39.png

So the only way where i suppose i can find it and delete it, i guess, is here, but i just dont know in which file (right columm) it is:

https://ahoraroma.com/wp-content/uploads/2019/04/Captura-de-pantalla-2019-04-02-a-las-12.41.15.png

Post count: 23312

Hi,

I suppose that your custom CSS code has been added inside your Live CSS area from here
-> https://www.screencast.com/t/SaPw8B3UGE5 Check this section.

Thank you!

Post count: 40
Post count: 23312

Hi,

Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can take a closer look at it and also, give me admin credentials for that. Provide there the link of this topic so we can quickly identify you.

Thank you!

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