Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1130974
    jsn789
    Participant

    Hey Guys,

    I hope all is well, and before everything – thank you for the amazing support you are providing.

    I’ve searched the forum for an answer to my problem, but I didn’t find any.

    I have a button in the header of the site that should open a new window to an eventbrite event page. Everything good so far, I have the button set as a “simple link” with the url for the event and link target “open new window”. The problem is that once the button is pressed the browser blocks the pop-up.

    I have another button a few sections below the header, which is a cornerstone button with the same link and it does not get blocked as the button in the header does.

    Would you please assist sorting this out?

    Regards,

    Yasen

    #1130975
    jsn789
    Participant
    This reply has been marked as private.
    #1131224
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    Page opened by window.open() function is considered popup. And window opened by the standard link is tab window. You should add your button as text layer and manually add the link into its href.

    Thanks!

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