Re: Stirling Grand Responsive Template
I have a further complication to the popup image issue. I made the change to html_header.php, and the popup now works as it should with respect to the main product image (bksb.jpg). With each of two additional images, however, the popup remains small, and each additional image ( bksb_1.jpg and bksb_2.jpg) loads into the popup a copy of the main product image.
I have no debug logs. If I revert to the classic template, all works as it should.
italianahandbags . com . au /014 /
Shop, then 'test stuff'.
I thought initially that this was an issue with Zen Magnific, but I have uninstalled that. Any thoughts?
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
godt
I have a further complication to the popup image issue. I made the change to html_header.php, and the popup now works as it should with respect to the main product image (bksb.jpg). With each of two additional images, however, the popup remains small, and each additional image ( bksb_1.jpg and bksb_2.jpg) loads into the popup a copy of the main product image.
I have no debug logs. If I revert to the classic template, all works as it should.
italianahandbags . com . au /014 /
Shop, then 'test stuff'.
I thought initially that this was an issue with Zen Magnific, but I have uninstalled that. Any thoughts?
As far as the additional image popup, you need to add that page to the code I provided for the html_header.php
PHP Code:
if (COLUMN_WIDTH == '0' || (in_array($current_page_base,explode(",",'popup_image,popup_image_additional')) )) {
I would copy and upload /includes/modules/additional_images.php
to
/includes/modules/stirling_grand/additional_images.php
to restore file.
Re: Stirling Grand Responsive Template
Excellent. Thank you so much.
Re: Stirling Grand Responsive Template
Oops. Not quite. When I reinstall Zen Magnific, I am back with my initial problem: 'The image #2 could not be loaded'; 'The image #2 could not be loaded'. Hmm. No debug errors.
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
godt
Oops. Not quite. When I reinstall Zen Magnific, I am back with my initial problem: 'The image #2 could not be loaded'; 'The image #2 could not be loaded'. Hmm. No debug errors.
I am getting a forbidden error on your LARGE additional images
WORKS
/014/images/faranella/faran_1.jpg
/014/images/faranella/faran_2.jpg
/014/images/faranella/faran_3.jpg
DOES NOT WORK (check permissions)
/014/images/large/faranella/faran_1_LRG.jpg
/014/images/large/faranella/faran_2_LRG.jpg
/014/images/large/faranella/faran_3_LRG.jpg
Re: Stirling Grand Responsive Template
I don't have images with prefixes. I'm using the product in 'test stuff' which works OK with the classic template.
Re: Stirling Grand Responsive Template
I tried adding 'modules_main_product_image' (Zen Magnific file) to html_header, but it killed the page.
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
godt
I don't have images with prefixes. I'm using the product in 'test stuff' which works OK with the classic template.
Zen Magnific pulls the image from the /large/ directory with an image suffix of LRG, just the way it was coded.
Re: Stirling Grand Responsive Template
I see. I am uploading only one version of each image and letting zencart resize. So there is no way I can do that with Zen Magnific? The fact that it works OK with the main product image suggests an issue with pages, no?
For the second additional image, I now have bksb_2_LRG.jpg in the /large directory. It is looking for it, but won't load it. I have permissions on /large at 777.
Re: Stirling Grand Responsive Template
No! Got it. It wants the LRG file in a sub-directory /test_stuff in /large! Second popup now loads correctly. So there is no way to use one image with Zen Magnific?