I am trying to use the HTML Code to navigate between sections in my Map Journal using text in the pop-ups.
When I enter the code into the custom attribute display source editor, the text seems to be linked but the link does nothing. Is there a way to navigate between slides from the Map Journal Pop-ups?
I used this code in the pop-up:
<p><a onclick="require(['dojo/topic'], function(topic){ topic.publish('story-navigate-section', 0); });">Navigate to home section</a></p>