archproject Posted August 4, 2010 Share Posted August 4, 2010 Just want to share some solution that I have implemented on my site. I saw in the forum there were some bit and pieces so I compiled it plus some of my own modifications.Effect : In the product page once you click on the product the thickbox comes out bigger than the default and then you can scroll up and down the screen. These changes you can modify them as you like them to look like on your site since everybody has their own preference. Prestashop version 1.3.1.1Change in js/jquery/thickbox-modified.js (from - to +) var pagesize=tb_getPageSize();var x=pagesize[0]-150;var y=pagesize[1]-150; to var pagesize=tb_getPageSize();var x=pagesize[0]+150;var y=pagesize[1]+150; Change in css/thickbox.css (fixed to absolute and top: x%) #TB_window { position: fixed; background: #ffffff; z-index: 102; color:#000000; display:none; border: 4px solid #525252; text-align:left; top:50%; left:50%; to #TB_window { position: absolute; background: #ffffff; z-index: 102; color:#000000; display:none; border: 4px solid #525252; text-align:left; top:80%; left:50%; Link to comment Share on other sites More sharing options...
SHEINLINE Posted August 13, 2010 Share Posted August 13, 2010 Thank you very much!I have to add it to our site. Link to comment Share on other sites More sharing options...
Bob Sinclar Posted September 10, 2010 Share Posted September 10, 2010 TXXXXXXXX a LOOOOOOOOT Man !!!You're THE MAN !!!You saved my life. Link to comment Share on other sites More sharing options...
oneone Posted October 21, 2010 Share Posted October 21, 2010 Thank you archproject, i really need this Link to comment Share on other sites More sharing options...
kitz Posted January 16, 2011 Share Posted January 16, 2011 Very nice!!! JUST WHAT I NEDDED!!! BEEN LOOKING FOR THE ANSWER FOR A WHILE NOW... THANKS A LOT! Link to comment Share on other sites More sharing options...
noesac Posted May 7, 2011 Share Posted May 7, 2011 Fantastic thanks Link to comment Share on other sites More sharing options...
Antoni0 Posted September 12, 2011 Share Posted September 12, 2011 Hola, para la version 1.4 hay que cambiar algo mas? He visto que en la version 1.4 hay que modificar fancybox , alguien sabe como? Gracias Por si le interesa a mas gente he encontrado la solucion en otro post: solution: in file jquery.fancybox-1.3.4.js line 1108 autoscale has to be false and line 1109 also has to be false. Link to comment Share on other sites More sharing options...
bepped Posted November 16, 2012 Share Posted November 16, 2012 Is it a solution for 1.5 also? Seems not Link to comment Share on other sites More sharing options...
mobilafitness Posted November 28, 2012 Share Posted November 28, 2012 any solution for 1.4 and 1.5 pretty please? 1 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