
Originally Posted by
pixelpadre
Hello
I am uploading photos to a new site. I noticed that there are no scroll bars in the photos making it very difficult to view a larger image. I read the tut on images but it was referring to ZC 1.2.1. None the less I did what it said (create a jscript_main.php file). I placed it in a new directory includes/modules/classic responsive/pages/product_info. Refreshed the website and no change.
Any ideas? No scroll bars means trouble viewing the image unless you have a very large monitor.
I use colorbox for images along with wheelzoom.. the resizing is done to match screen width, zooming in with the mouse wheel... but to answer your question, in the modules/pages/product_info/jscript_main.php find or add this function within the script tags, Change the no to yes for scrollbars...
Code:
function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
}
I don't think you can use the template system for pages!! '/modules/classic responsive/pages/' should be '/modules/pages/'
Bookmarks