- Thank you received: 0
Buttons and Shading
-
richjturner
-
Topic Author
- New Member
-
Less
More
13 years 10 months ago #8668
by richjturner
Buttons and Shading was created by richjturner
It's been asked before but I've been through the entire database and there's no answer that I can see.
I have installed Hot Slider and the images are working(just using blank color cubes at the moment) but the shading over the words and the icons over the controls are not showing. Please take a look at www.airseapacking.com/airseax .
Please help!
Thanks
I have installed Hot Slider and the images are working(just using blank color cubes at the moment) but the shading over the words and the icons over the controls are not showing. Please take a look at www.airseapacking.com/airseax .
Please help!
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #8674
by ivan.milic
Replied by ivan.milic on topic Re: Buttons and Shading
There are no image sliders on that page???
The following user(s) said Thank You: richjturner
Please Log in to join the conversation.
-
richjturner
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
13 years 10 months ago #8675
by richjturner
Replied by richjturner on topic Re: Buttons and Shading
Sorry, should have given the full path:
www.airseapacking.com/airseax/index.php/...-us/locations/london
Thanks!
www.airseapacking.com/airseax/index.php/...-us/locations/london
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #8696
by ivan.milic
Replied by ivan.milic on topic Re: Buttons and Shading
Hi ,
open modules/mod_hot_image_slider/tmpl/default.php
find this:
...
background:url(modules/mod_hot_image_slider/images/slide-bg.png) 0 0;
...
and this:
...
background-image:url(modules/mod_hot_image_slider/images/slide-nav-'.$buttonColor.'.png);
...
change them like this( add ../../../ as path prefix):
...
background:url(../../../modules/mod_hot_image_slider/images/slide-bg.png) 0 0;
...
and:
...
background-image:url(../../../modules/mod_hot_image_slider/images/slide-nav-'.$buttonColor.'.png);
...
open modules/mod_hot_image_slider/tmpl/default.php
find this:
...
background:url(modules/mod_hot_image_slider/images/slide-bg.png) 0 0;
...
and this:
...
background-image:url(modules/mod_hot_image_slider/images/slide-nav-'.$buttonColor.'.png);
...
change them like this( add ../../../ as path prefix):
...
background:url(../../../modules/mod_hot_image_slider/images/slide-bg.png) 0 0;
...
and:
...
background-image:url(../../../modules/mod_hot_image_slider/images/slide-nav-'.$buttonColor.'.png);
...
The following user(s) said Thank You: richjturner
Please Log in to join the conversation.
-
richjturner
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
13 years 10 months ago #8701
by richjturner
Replied by richjturner on topic Re: Buttons and Shading
Legend! Thank you,worked like a charm.
RIch
RIch
Please Log in to join the conversation.
Time to create page: 0.145 seconds