- Posts: 12
- Thank you received: 0
Missing image in search HOT Designation
-
rasma
Inactive member - Topic Author
- New Member
Less
More
12 years 8 months ago #17459
by rasma
Missing image in search HOT Designation was created by rasma
Hello,
When I search the site the image on the back and forward arrows in the Hot Module designation are not shown
The images are in the path so you can see from the home page
This is an example:
www.gbuild.it/component/search/?searchwo...hrase=all&Itemid=193
Here we see:
www.gbuild.it/index.php
Thanks to the support
When I search the site the image on the back and forward arrows in the Hot Module designation are not shown
The images are in the path so you can see from the home page
This is an example:
www.gbuild.it/component/search/?searchwo...hrase=all&Itemid=193
Here we see:
www.gbuild.it/index.php
Thanks to the support
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17485
by ivan.milic
Replied by ivan.milic on topic Re: Missing image in search HOT Designation
open :
modules\mod_hot_designation\js\hot_designation.js
find this two lines around line 123:
note this is two places:
src='modules/mod_
first try to change it to:
src='/modules/mod_
if not ok, use absolute path:
src='http://<joomla base link>/modules/mod_
modules\mod_hot_designation\js\hot_designation.js
find this two lines around line 123:
Code:
this._cmdLeft = jQuery("<div class='hjt-gallery-cmd-left'><img src='modules/mod_hot_designation/images/hjt_gallery_left.png' /></div>");
this._cmdRight = jQuery("<div class='hjt-gallery-cmd-right'><img src='modules/mod_hot_designation/images/hjt_gallery_right.png' /></div>");
note this is two places:
src='modules/mod_
first try to change it to:
src='/modules/mod_
if not ok, use absolute path:
src='http://<joomla base link>/modules/mod_
Please Log in to join the conversation.
Time to create page: 0.170 seconds