Hi,
I looked at your website, the only thing I see that could cause issues if you are using an older version of WP External Links is some <a> tags without attributes.
Are you using the latest version of WP External Links, version 2.43?
Otherwise I would have to look at the website when WP External Links is active in order to have any chance at figuring out the issue 🙁
Hi Alexandru!
Yes the plugin is up to date. I’ve re-enabled the plugin so you can check 🙂
Hi,
Sorry but unfortunately I really can’t see any hints as to why this is happening 🙁
The only idea I have that you could try is that if you are able to edit the plugin’s code you could try to comment out line the register_scripts(); call on line 19 in wp-external-links/includes/class-wpel-register-scripts.php
Basically change:
protected function action_wp_enqueue_scripts()
{
$this->register_scripts();
}
To:
protected function action_wp_enqueue_scripts()
{
//$this->register_scripts();
}
Let me know if that helps 🙂
Hello again! I tried what you suggested and it didn’t work. I also tried to add that page as an exclusion in WP External Links but that didn’t help either.
Hi,
Sorry, I looked into this more but I really can’t think of anything else 🙁
It seems there’s some sort of JavaScript issue but WP External Links should not affect any thing related to that.
I’ll close the thread, but if I have any ideas I’ll get back to you.