Home Forums WoodMart support forum Open Privacy Policy Page in New Window

Open Privacy Policy Page in New Window

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #687299

    toshiakiw
    Participant

    In the Theme Settings – Cookie law info, I set the Privacy Policy page. In the Cookie pop-up at the bottom, when I click “More info”, the Privacy Policy page opens in the same window. How can I change it to open it in a new window?

    Attachments:
    You must be logged in to view attached files.
    #687331

    Hello,

    Add the code below in Theme Settings -> Custom JS:

    jQuery(document).ready(function() {
        jQuery('a[href="YOUR_COOKIE_PAGE_URL"]').attr('target', '_blank');
    });

    Best Regards,

    #687594

    toshiakiw
    Participant

    Perfect. Thank you.

    #687652

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Open Privacy Policy Page in New Window’ is closed to new replies.