Try the Demo

Magento Forum

   
I’m either crazy or I’m stumped =)
 
clarkbetty
Member
 
Avatar
Total Posts:  34
Joined:  2012-06-09
 

I can’t get my two images beneath my sliding banner to link. Here is my code for this area -

<div id="sliderFrame">
<div id="slider" style="height:310px;">
<img src="{{config path="web/unsecure/base_url"}}media/infortis/javaslider/images/a19_refusion.jpg" alt="” />
<img src="{{config path="web/unsecure/base_url"}}media/infortis/javaslider/images/kitchen-inspiration.jpg" alt="” />
<img src="{{config path="web/unsecure/base_url"}}media/infortis/javaslider/images/launch.jpg" alt="” />
</div>
<div class="boxbottomslider" style="width:224px;height:58px;float:left;margin:7px 9px 0 0;">
<a href="https://clarkbetty.zendesk.com/entries/21729562-free-shipping" target="blank"><img src="/skin/frontend/fortis/default/images/free-shipping.jpg"></a></div><div class="boxbottomslider" style="width:223px;height:58px;float:left;margin:7px 0 0;"><a href="https://clarkbetty.zendesk.com/entries/21719371-clark-betty-rewards-program" target="blank"><img src="/skin/frontend/fortis/default/images/rewards.jpg"></a></div>
</div>

All of the above resides in a static block. Do I need more coffee?!

Thanks for any advice!

 
Magento Community Magento Community
Magento Community
Magento Community
 
prateek gupta.
Guru
 
Avatar
Total Posts:  523
Joined:  2010-06-04
India
 

Hey,

Ijust had a look. Well you have used the wrong way for fetching the skin images. Skin url is fetched like this {{skin url=’images/sampleimage.jpg ‘}} so you need to use this in static block to get the proper image path smile.

Hope this helps smile

 Signature 

Regards,
Prateek,
[hire me]
Latest Extensions:-
Category Page Multi Image Displayer
Banner Slider
Footer Extension
Image Slider

 
Magento Community Magento Community
Magento Community
Magento Community
 
clarkbetty
Member
 
Avatar
Total Posts:  34
Joined:  2012-06-09
 

That worked! Thank you for taking the time to respond - it hadn’t occurred to me at all that the URL to the image source would effect the ability to link. I hugely appreciate it!

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top