I am using a number of omni panels. On the home page, I want to do some internal links, some of which are in a panel.
So on home page the link is https://domain.com/otherpage.php#linkname .
Inside a panel is <div id="linkname></div>
The links go from one page to the target page but only the open panel link will work. The other panels (with other links) do not open to show content. I can put all the links above all panels, but that isn't optimal.
Any suggestions?