Viewing 5 replies - 1 through 5 (of 5 total)
  • _blank is a new page but due to setting of modern browser it open in new tab instead of new window

    Thread Starter slick.user

    (@slickuser-1)

    A new tab is fine for me, do you know where can I change that code? Thanks.

    Hi,

    There is no option In Theme Options to open social media links in new tab, but

    You can achieve this using folloing jQuery:
    jQuery('.social li a').attr('target','_blank');

    Paste this code in /js/enigma-footer-script.js file and save the changes.

    Thanks.

    Thread Starter slick.user

    (@slickuser-1)

    Work! Thank you!

    For anyone else finding this thread, I pasted the above code as wpimran suggested, thinking it would only fix the SM links in the footer, but it fixed the ones in the header as well (to open links in a blank window).

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Social Media URL – new page’ is closed to new replies.