Hi,
I’m using The Team Pro plugin to display some content and it was working fine before, but now if a open a The Team Pro item directly with an url, the Accordion Sidebar Menu Pro also opens up by default which isn’t ideal at all.
For some context, The Team Pro is also a plugin with accordion features but for content, so I’m pretty sure there’s a conflict of sorts going on here.
Could you please take a look and see if you can help?
Thanks in advance!
geral
Hi again,
Just noticed this happens with Gutenberg Blocks by Kadence Blocks accordion deep linking, as well.
Here’s an example: http://novosite.cm-felgueiras.pt/viver/protecao-civil/espaco-covid-19/#comunicados
Thanks in advance!
OnPoint Plugins
Good Morning Ricardo,
Looking at your site, I can see 2 JavaScript errors which are breaking this plugin’s accordion functionality as well as other JavaScript functionality on the page.
Neither of the errors are related to this plugins, but I will see if I can help you track them down.
This JavaScript is being added directly to the page’s markup. Most likely through a theme setting or similar. It is throwing the following error:
Most likely, that error can be fixed by changing the
$(document)
tojQuery(document)
The next error is a bit more complex and is being thrown in http://novosite.cm-felgueiras.pt/wp-content/plugins/page-scroll-to-id/js/page-scroll-to-id.min.js
I’m afraid, I can’t offer a simple fix for this one, but I can tell you it’s being caused by the “Page scroll to id” plugin.
Hope this helps!
geral
Hi,
I edited Page scroll to id settings and everything is working fine now.
Thank you so much for helping!