Zen Cart Logo
Forums / Addon Templates / Stirling Grand Responsive Template

Stirling Grand Responsive Template

Views: 141,779

Results 261 to 280 of 527
6 May 2014, 12:43 AM
#261
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

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?

6 May 2014, 1:03 AM
#262
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Stirling Grand Responsive Template

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

 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.

6 May 2014, 1:19 AM
#263
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

Excellent. Thank you so much.

6 May 2014, 1:33 AM
#264
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

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.

6 May 2014, 1:44 AM
#265
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Stirling Grand Responsive Template

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

6 May 2014, 1:47 AM
#266
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

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.

6 May 2014, 1:58 AM
#267
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

I tried adding 'modules_main_product_image' (Zen Magnific file) to html_header, but it killed the page.

6 May 2014, 1:59 AM
#268
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Stirling Grand Responsive Template

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.

6 May 2014, 2:09 AM
#269
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

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.

6 May 2014, 2:18 AM
#270
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

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?

6 May 2014, 2:20 AM
#271
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Stirling Grand Responsive Template

godt:

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.

Seems you figured it out!

Images in wrong directory?

6 May 2014, 2:23 AM
#272
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Stirling Grand Responsive Template

godt:

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?

Their is but why would you want to load the large images on page load and resize them, it will slow your page time. Zen Magnific is designed to be lightweight and produce the larger images on the fly.

Please continue in that thread.

6 May 2014, 4:18 AM
#273
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

I have a new challenge. When I load the Zen Magnific popup, say, from the main product image, the mega menu sits over the top of it. Messing about with z-index in stylesheet_mega_menu.css and stylesheet_zen_magnific.css, I can find no setting which will position the mega-menu list behind the popup image. The z-index structure for the popup is complex, so it seems to me that the simplest approach is to position the menu, but it resists even '!important'.

What approach should I take here?

6 May 2014, 4:20 AM
#274
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

rbarbour:

Their is but why would you want to load the large images on page load and resize them, it will slow your page time. Zen Magnific is designed to be lightweight and produce the larger images on the fly.

Please continue in that thread.

No, I take your advice. Better to upload two images than preload the large image. Thanks for your time.

6 May 2014, 4:53 AM
#275
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Stirling Grand Responsive Template

godt:

I have a new challenge. When I load the Zen Magnific popup, say, from the main product image, the mega menu sits over the top of it. Messing about with z-index in stylesheet_mega_menu.css and stylesheet_zen_magnific.css, I can find no setting which will position the mega-menu list behind the popup image. The z-index structure for the popup is complex, so it seems to me that the simplest approach is to position the menu, but it resists even '!important'.

What approach should I take here?

in stylesheet_mega_menu.css, very first line, change z-index from 9999 to 999.

6 May 2014, 5:00 AM
#276
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

Good grief. Thanks again.

6 May 2014, 3:31 PM
#277
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Stirling Grand Responsive Template

godt:

Good grief. Thanks again.

I am happy that all is well :smile:

Thank you so much for your help rbarbour !

Thanks,

Anne

9 May 2014, 11:48 PM
#278
angeltown avatar

angeltown

New Zenner

Join Date:
May 2011
Location:
Garland, Texas, United States
Posts:
27
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

Hi Anne,
First of all thanks for your generosity providing this responsive template!!

I'm really hoping you can help me... I fear I've done something stupid and I can't find my mistake. :P

http://swatchbuddies.angelhartlinedesigns.com/
I'm adapting your template to work with my site (this is a dev url) and it's working fabulously so far. However the parent links on the mobile size menus do not open when you click them. The menu works other than that. I've tried re-uploading the script files. I've must've messed something up but I don't know what it is. Any help would be greatly appreciated.

10 May 2014, 3:16 AM
#279
angeltown avatar

angeltown

New Zenner

Join Date:
May 2011
Location:
Garland, Texas, United States
Posts:
27
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

Angeltown:

Hi Anne,
First of all thanks for your generosity providing this responsive template!!

I'm really hoping you can help me... I fear I've done something stupid and I can't find my mistake. :P

http://swatchbuddies.angelhartlinedesigns.com/
I'm adapting your template to work with my site (this is a dev url) and it's working fabulously so far. However the parent links on the mobile size menus do not open when you click them. The menu works other than that. I've tried re-uploading the script files. I've must've messed something up but I don't know what it is. Any help would be greatly appreciated.

Disregard! I figured it out finally. :smile:

Thanks again for the fab template!!

10 May 2014, 2:03 PM
#280
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Stirling Grand Responsive Template

Angeltown:

Disregard! I figured it out finally. :smile:

Thanks again for the fab template!!

I am happy that you figured it out ;) And that you are using the template for your website.

Thanks,

Anne