Tagged: x ← 1 2 Author Posts November 23, 2016 at 4:48 pm #1268729 RadModerator This reply has been marked as private. November 30, 2016 at 8:56 am #1276049 sguilliardParticipant That’s because I’ve changed it to open within the same window. I’ll change it back so you can test again… November 30, 2016 at 12:58 pm #1276320 sguilliardParticipant OK, I’ve solved the problem, by adapting the code from this thread: https://community.theme.co/forums/topic/essential-grid-lightboxpopup-links-wont-work/page/2/ jQuery(document).ready(function($){ $('.eg-ajax-a-button').click(function(){ $(document).ajaxSuccess(function() { $('.esgbox-opened a.btn-blank-window').click(function( e ){ e.preventDefault(); e.stopImmediatePropagation(); e.stopPropagation(); var URL = $(this).attr('href'); window.open(URL); }); }); }); }); November 30, 2016 at 1:23 pm #1276397 RadModerator Glad to hear that and thanks for sharing 🙂 Author Posts ← 1 2 <script> jQuery(function($){ $("#no-reply-1261081 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In