External Links to specific slides
-
I found a solution!
I was having trouble creating external links (from my homepage to a different page in which the SA was, with a specific slide showcased). I searched for support here and only found a closed thread that didn’t resolve my issue, as the author considered it did not have a solution. However, I found a solution and wanted to share it here in case other people need it.
I’m using elementor, and inside the SA I use some of their elements. I found that if I include anchors then I will be able to create external links through the code sitename.com/page/#ANCHORNAME
Here is an example anchor code (for some reason was only working inside an elementor widget container):
<div class="elementor-widget-container"> <div id="ANCHORNAME" class="elementor-menu-anchor"></div> </div>
So for each of my SA slides, I included the above code with different anchor names, and in my home page I linked using the different “sitename.com/page/#ANCHORNAME” URLs.
Hope this helps!
- The topic ‘External Links to specific slides’ is closed to new replies.