Okay
  Public Ticket #3710969
List Rotator
Closed

Comments

  •  1
    Olalon Comunicacio started the conversation

    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!!

  •  1,979
    Support replied

    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

  •  1
    Olalon Comunicacio replied

    Woo! Works great!! Thanks for that!!! You Rock!