Hi, your theme is fantastic. But i'm wondering if is possible to make the rotator list clickable. I want it to create a "menu" on one page and eache element of the rotator list I want it to be a link.
On gutenberg I see that is a html editor so I creat anchor tag and I add the link but already on the webpage the element of the rotator list is not clickable.
Hi, your theme is fantastic. But i'm wondering if is possible to make the rotator list clickable. I want it to create a "menu" on one page and eache element of the rotator list I want it to be a link.
On gutenberg I see that is a html editor so I creat anchor tag and I add the link but already on the webpage the element of the rotator list is not clickable.
You can see the example on https://new.olalon.com/servicios/
Thanks!!
Hi there,
we are really glad you like our themes!
In addition, try adding in customizer -> additional css
.list-rotator-height {
pointer-events: auto;
}
we advise to edit the links with target="_blank" attribute which will open the link in a new tab
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Woo! Works great!! Thanks for that!!! You Rock!