Jump to content

view full size


Recommended Posts

I'm not familiar enough for Safari to know how to check for Javascript errors. Try going to Tools > Prefererences > Advanced and then tick "Show Develop menu in menu bar". Hopefully, one of the options on the Develop menu bar will let you check for Javascript errors. Try the "Start debugging Javascript" option.

Link to comment
Share on other sites

  • 3 months later...

I am back again after time off on this subject....

Still puzzled by View Full Size option.

Although the j-pegs in my image folder are sometimes larger,
I only seem to get a standard larger size when double clicking on the product image (front office).

Is there a way of getting a larger full size image or even using 'lightbox' which I have used before in
dreamweaver?

To see what I mean can be seen on

http://www.rennart.co.uk/shop

also - nothing seems to happen when you just click on the words 'view full size', but only by double clicking on the image itself?

help gratefully received, thanks.

Link to comment
Share on other sites

The "View Full Size" link works fine for me, though the cursor doesn't change to hand when hovering over it.

It's normal for the pop-up image to be a fixed size. You can change the size of the pop-up image on the Preferences > Images tab. Edit the thickbox image size, then regenerate your thumbnails.

If you want to display the full-size images instead of resized images, see here.

Switching from Thickbox to Lightbox isn't an easy change to make. Fortunately, PrestaShop v1.4 has switch from Thickbox to Fancybox, which is a Lightbox alternative.

Link to comment
Share on other sites

To add the hand cursor, try changing line 36 of themes/rennart/css/global.css from:

.span_link:hover { text-decoration: underline }



to:

.span_link:hover { text-decoration: underline; cursor: pointer }



Upgrading your files and database to PrestaShop v1.4 is easy, unless you modified many core PrestaShop files. The only problem is that PrestaShop v1.3 themes aren't compatible with PrestaShop v1.4, so you will likely need a new theme.

Link to comment
Share on other sites

  • 2 months later...

I am using version 1.3.7 and having the same problem that others are confronting with 1.4
The images do not get bigger when I click the "View" button or when I click on the image.
Any idea of how to resolve this, please?

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