fcmdiana Posted January 17, 2011 Share Posted January 17, 2011 Hi I was wondering if anyone could help me on this. I am using Matrice theme with prestashop 1.3.5.0 installed.On the shipping order page where this is displayed: Terms of service I agree with the terms of service and I adhere to them unconditionally. (read) when i click on (read) a thickbox appears but as you can see from the image attached - it only shows half of the terms of conditions.I did try and edit the width of the iframe - but this would make the thickbox as wide as the page itself.Thanks in advance Link to comment Share on other sites More sharing options...
tinyhands Posted February 17, 2011 Share Posted February 17, 2011 I'm having a similar problem. My thickbox for the terms page on order-carrier won't show any of my content at all. It's just a blank page for me. Link to comment Share on other sites More sharing options...
fcmdiana Posted June 28, 2011 Author Share Posted June 28, 2011 Yay I finally solved this! However, I've only solved it using Prestashop v1.4. After hours or searching every files related - I found the file!Please go to your root folder then js folder > jquery folder > then look for jquery.fancybox-1.3.4.jsfind line 1105: $.fn.fancybox.defaults = { padding : 10, margin : 40, opacity : false, modal : false, cyclic : false, scrolling : 'auto', // 'auto', 'yes' or 'no' width : 560, height : 340, Then just change the width to whatever you want - I changed it to 695.Hope it works out for you! Link to comment Share on other sites More sharing options...
yabonga Posted June 29, 2011 Share Posted June 29, 2011 Yay I finally solved this! However, I've only solved it using Prestashop v1.4. After hours or searching every files related - I found the file!Please go to your root folder then js folder > jquery folder > then look for jquery.fancybox-1.3.4.jsfind line 1105: $.fn.fancybox.defaults = { padding : 10, margin : 40, opacity : false, modal : false, cyclic : false, scrolling : 'auto', // 'auto', 'yes' or 'no' width : 560, height : 340, Then just change the width to whatever you want - I changed it to 695.Hope it works out for you! Thank you! That's just what I was looking for. 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