.js embed code is breaking Header Nav hyperlinks ;(

Hi

My client has asked me to insert a 3rd party booking app button which opens up a modal window.

Preview link > https://preview.webflow.com/preview/aspenstc?preview=1f15de92fe1461401f962b48a7eb5a72
View outside of webflow > http://aspenstc.webflow.io/

Here is the embed code

Book an appointment with Adaptavant at Ascendas using SetMore

I’m not to sure it the error is because I have it shown twice on the page. One in the header, but this is not easily found on mobile Nav, and one in the footer of every page. If possible I’d like to try to keep both.

As a weird side note, the footer navigaton links work just fine.

From my very naive understanding of code, it seems like the setmore.js wrapper is nullifying the hyperlinks from being active.

If anyone knows of a quick workaround to this, that would be super appreciative :wink:


Here is my public share link: LINK
(how to access public share link)

The Script you have here is messing up with Webflow’s script for internal links handling. Removing that part will make the buttons work a little bit different - they open up as a website, but at least they work…

<script id="setmore_script" type="text/javascript" src="https://my.setmore.com/js/iframe/setmore_iframe.js">
</script>
1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.