no thumbnail gallery on the product page

Closed
Public

Hi
I had installed JM haga theme (Quickstart Installation). I would like to install (or add) the thumbnail gallery on the product page.
In Google console there is 4 warnings: Failed to load resource: the server responded with a status of 404 (Not Found) skin/frontend/base/default/css/configurableswatches.css
Can you help me with it?
Thank you in advance
Larissa

14 answers

Profile photo of tuan le van 11570.00 $tone September 7, 2015
Public

Hi
I need a closer look to detect the root of the issue. Please provide me the url, admin , screenshots and FTP credentials of your site.
Best regards,
Kan

#1
Profile photo of tuan le van 11570.00 $tone September 7, 2015
Public

HI

In Google console there is 4 warnings: Failed to load resource: the server responded with a status of 404 (Not Found) skin/frontend/base/default/css/configurableswatches.css

=> I update the file configurableswatches.css to the folder /public_html/olbrish-update/skin/frontend/default/jm_haga/css /.
2. you can upload image to http://prnt.sc/ and sent to me. 
Best regards,
Kan
 

#4
Profile photo of tuan le van 11570.00 $tone September 7, 2015
Public

Hi.
I updated the file /public_html/olbrish-update/skin/frontend/default/jm_haga/css /configurableswatches.css 
Have a look and let’s me know how it goes
Best regards,
Kan

#6
Profile photo of tuan le van 11570.00 $tone September 8, 2015
Public

Hi Helle Barndt ,
I have created and backuped the file /public_html/olbrish-update/app/design/frontend/default/jm_haga/template/catalog/product/view/media.phtml
Have a look and Tell me know how it goes.
Best regards,
Kan

#9
Profile photo of Helle Brandt 130.00 $tone September 8, 2015
Public

Hi Kan
Thanks there are a few mistakes still
The ideal decisions are built-in in the magento’s theme RWD. You can see them on this page:  http://latest-version.olbrish.dk/index.php/designer-tasker/selskabstasker/torso-med-skulderrem-business-taske.html
I see:

  • pop-ups images of the main image on the product page don’t pop up after clicking swatches
  • after clicking on the thumbnail image the main image the main image should be exchanged with the thumbnail image instead it pops up

Best wishes
Larissa

#10
Profile photo of Helle Brandt 130.00 $tone September 9, 2015
Public

Hi
it is pity your template does not support some features from magento’s RWD.
But still there is a bug in jm haga you haven’t fixed:
The main image on the product page does not pop up after clicking any color swatch. It is enable only after refreshing the webpage.
Or in another words: After you click on any color picture (swatch) and after try clicking on the main image -- it does not pop up anymore. The swatches themselves work (???? you had mentioned they don’t).
Best wishes

#12
Profile photo of tuan le van 11570.00 $tone September 11, 2015
Public

Hi,
I have created and backuped the file : /public_html/olbrish-update/skin/frontend/default/jm_haga/js/configurableswatches/script.js
change line 104 -107 and 121-124 ;

$imageContainer.html('').fadeOut(100, function(){
$imageContainer.html($targetImage);
$imageContainer.fadeIn(200);
});

to

$imageContainer.find("a").html('').fadeOut(100, function(){
$imageContainer.find("a").attr("href",$targetImage.attr('src'));
$imageContainer.find("a").html($targetImage);
$imageContainer.find("a").fadeIn(200);
});

and your site works fine.
Best regards , Kan
 

#13

This question is now closed

Written By

Comments