No Round buttons and no stripe

  • someinc
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 5 months ago #9737 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!

Please Log in to join the conversation.

More
13 years 5 months ago #9748 by ivan.milic
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....

Please Log in to join the conversation.

  • someinc
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 5 months ago #9755 by someinc
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?

Please Log in to join the conversation.

More
13 years 5 months ago #9760 by ivan.milic
You did not put "/" before "new/..."

background-image:url(/new/modules/mod_hot_image_slider/images/slide-nav-'.$buttonColor.'.png);

Please Log in to join the conversation.

  • someinc
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 5 months ago #9763 by someinc
Many thanks! Works like a charm! :)

Please Log in to join the conversation.

Time to create page: 0.170 seconds
Powered by Kunena Forum