- Posts: 3
- Thank you received: 0
No Round buttons and no stripe
-
someinc
Inactive member - Topic Author
- New Member
Less
More
13 years 5 months ago #9737
by someinc
No Round buttons and no stripe was created by someinc
Is there an easy fix (or adjustment to the php file) that will solve this problem? All works well, except no stripe appears, and no rund buttons behind image navigation numbers.
nancycassidymusic.com/new/index.php/scrapbook
Thanks in Advance!
nancycassidymusic.com/new/index.php/scrapbook
Thanks in Advance!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #9748
by ivan.milic
Replied by ivan.milic on topic Re: No Round buttons and no stripe
Hi, since you are using SEF links and have sub-folder for site you will have to add overrides for background images path. Open modules\mod_hot_image_slider\tmpl\defalut.php
You would find in two places:
...
background: url(modules/mod....
add /new/ in beginning of image path so it looks like this:
...
background: url(/new/modules/mod....
You would find in two places:
...
background: url(modules/mod....
add /new/ in beginning of image path so it looks like this:
...
background: url(/new/modules/mod....
Please Log in to join the conversation.
-
someinc
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
13 years 5 months ago #9755
by someinc
Replied by someinc on topic Re: No Round buttons and no stripe
Darn. I tried this:
background-image:url(new/modules/mod_hot_image_slider/images/slide-nav-'.$buttonColor.'.png);
color:#'.$buttonColorValue.';
and still no success. Do you see anything I did wrong?
background-image:url(new/modules/mod_hot_image_slider/images/slide-nav-'.$buttonColor.'.png);
color:#'.$buttonColorValue.';
and still no success. Do you see anything I did wrong?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #9760
by ivan.milic
Replied by ivan.milic on topic Re: No Round buttons and no stripe
You did not put "/" before "new/..."
background-image:url(/new/modules/mod_hot_image_slider/images/slide-nav-'.$buttonColor.'.png);
background-image:url(/new/modules/mod_hot_image_slider/images/slide-nav-'.$buttonColor.'.png);
Please Log in to join the conversation.
Time to create page: 0.170 seconds