Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter jfdesignco2

    (@jfdesignco2)

    The developer stopped servicing the theme. I will try what you sent. Thank you.

    Forum: Plugins
    In reply to: Violence/Abuse Website
    Thread Starter jfdesignco2

    (@jfdesignco2)

    so this is the code i had found:
    <script>function getAway() { window.open(“https://weather.com&#8221;, “_newtab”);window.location.replace(‘https://google.com&#8217;); } (function($) { $(‘.escape’).on(‘click’,function() { getAway();return false; }); $(document).keyup(function(e) { if (e.keyCode == 27) { getAway(); } }); })(jQuery);</script>

    which i put in the header of the page and it works but the one browser (on my test site) allows you to go back to my site — whereas on the example neither browser allow you to go back…..so what am i missing?

    PS THANK YOU!!!!

Viewing 2 replies - 16 through 17 (of 17 total)