• Hi there =)

    Im using the RED template, and I need to open the buttons links in a new window.
    Anyway to do that?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chop Chop

    (@chopchoporg)

    Hey,

    It will require modifying one of the plugin’s files – in one of the next releases, though, we plan to add the option to select new window in the admin panel. For now, you can do this:

    1. Open this file: wp-content/plugins/popup-exit/public/assets/js/public.js
    2. Locate this line: window.location.href = buttonTarget;
    3. Change it to: window.open(buttonTarget);
    4. Save. You may need to hard refresh your website (ctrl+F5) to see the change.

    Thread Starter eduardock

    (@eduardock)

    it worked like a charm,
    thank you so much!

    just got your deserved 5 stars =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘URL Button in new window’ is closed to new replies.