Jump to content

[Solved] Terms of service thickbox/popup showing half of content


Recommended Posts

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

36953_7Quiajj1mVEPgy3wpPI9_t

Link to comment
Share on other sites

  • 1 month later...
  • 4 months later...

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.js

find 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

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.js

find 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...