Multiple image display problem

  • Posts: 54
  • Thank you received: 0
13 years 5 months ago #674

www.geocentricdesign.com/gb/desserts/pro...s/category_pathway-0

Check out the images for these pies. They aren't displaying correctly on rollover.

Please Log in or Create an account to join the conversation.

  • Posts: 81515
  • Thank you received: 13068
  • MODERATOR
13 years 5 months ago #686

That is a bug which happens because your website is in a subfolder of the main domain and because you use SEF URLs.
If you change the lines

if($app->isAdmin()){
			$this->uploadFolder_url = '../'.$this->uploadFolder_url;
		}
to the code
if($app->isAdmin()){
			$this->uploadFolder_url = '../'.$this->uploadFolder_url;
		}else{
			$this->uploadFolder_url = JURI::base(true).'/'.$this->uploadFolder_url;
		}
near the line 15 of the file administrator/components/com_hikashop/helper/image.php, that should solve the problem. We will include this fix in next release.

Please Log in or Create an account to join the conversation.

  • Posts: 54
  • Thank you received: 0
13 years 5 months ago #733

Works great. As always, thanks for the great support!

Please Log in or Create an account to join the conversation.

Time to create page: 0.057 seconds
Powered by Kunena Forum