ilario Posted February 4, 2015 Share Posted February 4, 2015 hello I would like to place a link to a page cms, but that it opens so fancybox popup. I tried but it does not work so the popup <a href="http://www.oooooo.it/shop/index.php?id_cms=3&controller=cms&content_only=1" class="iframe" rel="nofollow">(Leggi le Condizioni Generali di Vendita)</a> hi Ilario Link to comment Share on other sites More sharing options...
vekia Posted February 4, 2015 Share Posted February 4, 2015 hello everything depends on where you want to place this link Link to comment Share on other sites More sharing options...
ilario Posted February 4, 2015 Author Share Posted February 4, 2015 hello everything depends on where you want to place this link page product editor html description Test product http://www.santamariamonza.it/shop/index.php?id_product=114&controller=product section "dettagli" Link to comment Share on other sites More sharing options...
vekia Posted February 4, 2015 Share Posted February 4, 2015 okay, so in simple words you want to insert it to product page :-) to product.js add this: $(document).ready(function(){ $('a.iframe').fancybox({ 'type' : 'iframe', 'width':600, 'height':600 }); }); effect: 1 Link to comment Share on other sites More sharing options...
ilario Posted February 5, 2015 Author Share Posted February 5, 2015 okay, so in simple words you want to insert it to product page :-) to product.js add this: $(document).ready(function(){ $('a.iframe').fancybox({ 'type' : 'iframe', 'width':600, 'height':600 }); }); effect: Link to comment Share on other sites More sharing options...
ilario Posted February 5, 2015 Author Share Posted February 5, 2015 okay, so in simple words you want to insert it to product page :-) to product.js add this: $(document).ready(function(){ $('a.iframe').fancybox({ 'type' : 'iframe', 'width':600, 'height':600 }); }); effect: thank you very much I just wanted to ask you if you can not add it in the editor, in case there are any future updates, in the .js file I was able to do it but I do not remember how. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now