- Posts: 2
- Thank you received: 0
Background image problem
-
losisin
Inactive member - Topic Author
- New Member
Less
More
13 years 5 months ago #9658
by losisin
Background image problem was created by losisin
Hi!
First off all I really like Your extension and works great. But there is a small problem with the background image. My client wanted the module to appear on every page, but slide-bg.png an control buttons are visible only on homepage, on every other page title and number of slides are there without images. Is there some way to fix this issue?
Thanks
First off all I really like Your extension and works great. But there is a small problem with the background image. My client wanted the module to appear on every page, but slide-bg.png an control buttons are visible only on homepage, on every other page title and number of slides are there without images. Is there some way to fix this issue?
Thanks
Please Log in to join the conversation.
-
losisin
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
13 years 5 months ago #9669
by losisin
Replied by losisin on topic Re: Background image problem
SOLVED. I just edited changed in default.php lines where it calls for the slide-bg.png and slide-nav-'.$buttonColor.'.png at lines (in my case are): 56 and 77 with absolute path like this
background:url(http://your_site_name.com/modules/mod_hot_image_slider/images/slide-bg.png) 0 0;
background-image:url(http://your_site_name.com/modules/mod_hot_image_slider/images/slide-nav-'.$buttonColor.'.png);
background:url(http://your_site_name.com/modules/mod_hot_image_slider/images/slide-bg.png) 0 0;
background-image:url(http://your_site_name.com/modules/mod_hot_image_slider/images/slide-nav-'.$buttonColor.'.png);
Please Log in to join the conversation.
-
diane937
Inactive member - New Member
Less
More
- Posts: 10
- Thank you received: 0
13 years 4 months ago - 13 years 4 months ago #10134
by diane937
Replied by diane937 on topic Re: Background image problem
I too have this same issue - the image displays on the home page, but not the other pages. I just added a forward slash to the beginning of the image reference. There are actually a few instances where I had to add a beginning slash in the default.php file - the style sheet reference was one of them.
My question is, is it possible to make these change permanently in the default.php file for the next release so that we don't have to do a module override?
Thank you!
My question is, is it possible to make these change permanently in the default.php file for the next release so that we don't have to do a module override?
Thank you!
Last edit: 13 years 4 months ago by diane937.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #10149
by ivan.milic
Replied by ivan.milic on topic Re: Background image problem
We will do our best. Thank you for your comment.
Please Log in to join the conversation.
Time to create page: 0.147 seconds