Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1157481
    Rad
    Moderator

    Hi there,

    It will break, you can’t add another link (button) to another link (box). You could do that if you’ll remove the button, or add button other than a link.

    Thanks!

    #1157559
    goalsarecool
    Participant

    Can it be accomplished with javascript?

    #1157886
    Rue Nel
    Moderator

    Hello There,

    You might be able to. Please follow these steps:
    1] Please edit your page in Cornerstone
    2] Insert a unique “my-custom-section” ID in the section settings.
    3] Go to the settings tab, Settings > Custom JS and insert the following custom js code

    (function($){
      $('#my-custom-section').on('click touchstart', function(){ 
        var url = 'http://google.com'; 
        window.open(url, '_blank');
      });
      $('#my-custom-section').css({'cursor': 'pointer'});
    })(jQuery);

    We would loved to know if this has work for you. Thank you.

  • <script> jQuery(function($){ $("#no-reply-1153692 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>