That sounds like something is breaking the admin_url() function that is part of WordPress. Either an errant filter on the admin_url hook messing things up, or something is wrong with the siteurl value in your options table.
Thanks for replying.
I’ve checked the siteurl option, trying to add a missing slash at the end, but the result persists…
Any other ideas?
Interesting. If you use your browser’s inspector on the Breadcrumb NavXT settings page, before switching to any of the tab (other than the default General tab), see what the form action link is. Try repeating this with javascript disabled in your browser, did the value change? Currently, I can only think of two things that could cause this. The first is something is messing with the output of admin_url(), as outlined in my previous reply. The second possibility is a bug in the javascript that handles tab traversal in the settings page.
Hi John, sorry for delay on reply. I’ve just updated to WP 4.6.1 and the problem disappears.
Thanks anyway for the assistance
Good to hear that the issue has resolved itself. I’m still a little perplexed at how this was happening, but in the end what maters most is it is working for you now.
-
This reply was modified 9 years, 8 months ago by
John Havlik.