Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1178294
    ncjw
    Participant

    I’d like for the videolock button to open in a new tab so the audio from the video will keep playing while they are on the next page.

    Example page: http://act.ncjw.org/clips

    In our case this is a donation page so it is important that the video keep playing while the person is filling out the donation form.

    If your question is related to a problem with your site, please provide your URL, WordPress version, X version, and Cornerstone plugin version.

    X Version 4.5.2
    WordPress 4.6.1

    #1178728
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can try adding the following JavaScript code into your Customizer, Custom > JavaScript section.

    
    jQuery(document).ready(function(){
      jQuery('.x-video-lock-btn-wrap-inner a').attr('target', '_blank');
    });
    

    Hope that helps.

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