It's a quick ad-hoc solution to allow you to link to your page to a specific tab from elementor tabs widget.
Here's the catch, you need to replace the id of the specific tab you want to use to not contain the title-
part.
Use
https://your-website/#elementor-tab-1515
instead of:
https://your-website/#elementor-tab-title-1515
Make sure you add the JavaScript code in the footer, so it loads after the elementor tabs widget, otherwise the elementor tabs widget code will override what we're trying to acheive.
Hi, I've tried the above instructions, I use Header/Footer Injection Wordpress Plugin, I inserted the javascript code within
at footer.
I have url 1 : button link to > mywebsite.com/url2/#elementor-tab-2559
url 2 contain the elementor tabs widget.
But still, on my side, it doesn't switch to that section. What am I missed out ?