This topic has 2 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #166926
     info@webodew.com
    Participant

    Hello, I would like to assign the entire Kleo magic container as a link. I couldn’t find any option in the Visual Composer settings.

    Could you help? Thanks

    #166952
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #167060
     Radu
    Moderator

    Hi,

    That isn’t possible since the kleo magic container it’s a div not a A element, I think the only reliable way it’s to set a custom CSS class for you magic container from example “mymagiccontainerclass” then with a JS code to target that class to open the link

    COPY CODE
    
    <script>
    jQuery(document).ready(function () {
      jQuery(".mymagiccontainerclass").click(
          function () {
            window.location.href = "http://example.com";
          }            
        );
    });
    
    </script>
    
    The JS code wil be added to wp-admin -> theme options -> general settings -> JavaScript code
    
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?