Loading a JS gallery into a web page
Hi,
I'm trying to add a product gallery using a JS provided by the product team.
For that, as told by BeTheme, I've added their primary snippet library to the "Custom CSS & JS" section in the Theme options. You can find the code in here: ::
I'm trying to add a product gallery using a JS provided by the product team.
For that, as told by BeTheme, I've added their primary snippet library to the "Custom CSS & JS" section in the Theme options. You can find the code in here: ::
https://origin-media.sivantos.com/apps/snippets.js
Now I have to call a specific function from this snippet library to a particular page. So I added the following code to a column from the builder.
<script type='text/javascript'>load_signia_product_gallery('en','STYLETTO_CONNECT','100%','900px');</script>
Now I have to call a specific function from this snippet library to a particular page. So I added the following code to a column from the builder.
<script type='text/javascript'>load_signia_product_gallery('en','STYLETTO_CONNECT','100%','900px');</script>
But so far, nothing is happening and I'm getting the error "Uncaught ReferenceError: load_signia_product_gallery is not defined" in the console.
Could you please help me out on how to embed such a script when using muffin builder.
Could you please help me out on how to embed such a script when using muffin builder.
Comments