Next Arrow opens a new tab
Is there any reason why this next arrow opens a new blank tab when I click it at first? It's annoying and it might throw off the non-tech-savvy folks who will be using the site. Might just be a glitch, but have you heard of this for anyone else? Thanks!
It’s currently on a test page until we’re ready to implement it. Tours start in September, so you have to click next month to go to the available bookings. https://www.loraas.ca/test-page/
$('a').each(function() {with this:
$('a').filter(function(i, e) { return $(e).closest('.ea-bootstrap').length === 0; }).each(function() {after you save it do the page hard refresh in browser so new script is loaded. Best regards, Nikola
Saved. Hard refreshed the heck outta it. Nothing. Script not changing. So I will contact my web company and see why it is not refreshing, even tho it shows as saved in the WP backend editor.
maybe your browser is caching that JS file. You can clear browser stored data and try again.
Best regards,
Nikola
I did the google Chrome “clear cache from the beginning of time” and still no dice. The file is updated, but the browser isn’t updating. It’s been over 24 hrs so we’ll see.
Maybe there is some caching plugin on your site or cache proxy on your domain. Can you please check with you web developer?
Best regards,
Nikola
Please login or Register to submit your answer