- Posts: 2
- Thank you received: 0
Images button
-
perere1
Inactive member - Topic Author
- New Member
Less
More
14 years 1 week ago #4226
by perere1
Images button was created by perere1
Hi, I've put on the web I am creating the Image Slider Module HOT, the thing is that this can halite and disable the buttons to move the images. These buttons have a number and background image, this making the form of button. It turns out that local(with Xampp) the images that make the button take me well, but to raise the web to catch me hosting no background images, showing only the numbers.
I tried to change the route from the mod_hot_image_slider \ tmpl \ default.php module and several more things but I did not sample.
Not if I explain, if not tell me so.
thanks
I tried to change the route from the mod_hot_image_slider \ tmpl \ default.php module and several more things but I did not sample.
Not if I explain, if not tell me so.
thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 1 week ago - 14 years 1 week ago #4230
by ivan.milic
Replied by ivan.milic on topic Re: Images button
If I understand you right your background images for Hot slider buttons are not shown.
Most likely path in css for that is not correct.
If you give us link we can help you better.
Most likely path in css for that is not correct.
If you give us link we can help you better.
Last edit: 14 years 1 week ago by ivan.milic.
Please Log in to join the conversation.
-
perere1
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
14 years 1 week ago #4251
by perere1
Replied by perere1 on topic Re: Images button
The images are in / mod_hot_image_slider / images
I want to use is one of those.
In the index.php file in tmpl have observed nowadays that line 153 is where the route takes in my case I tried to put the absolute path. backgroundmage eg: url (modules / mod_hot_image_slider / images / slide-nav-azul.png)
Wanting some more information if you ask me. I do not speak English this is translated by google.
Thanks
I want to use is one of those.
In the index.php file in tmpl have observed nowadays that line 153 is where the route takes in my case I tried to put the absolute path. backgroundmage eg: url (modules / mod_hot_image_slider / images / slide-nav-azul.png)
Wanting some more information if you ask me. I do not speak English this is translated by google.
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 6 days ago - 14 years 6 days ago #4259
by ivan.milic
Replied by ivan.milic on topic Re: Images button
Hi ,
install google chorme browser.
Go to your page:
1. right click on slider button
2. left click on inspect element (last option if in Spanish)
on the right side of inspection window you will ses something like this:
div#header div#slide-holder div#slide-controls div#slide-nav a {
background-image: url(modules/mod_hot_image_slider/images/slide-nav-green.png);
color: white;
position: relative;
top: 11px;
}
Check if the path is correct in background-image css property
install google chorme browser.
Go to your page:
1. right click on slider button
2. left click on inspect element (last option if in Spanish)
on the right side of inspection window you will ses something like this:
div#header div#slide-holder div#slide-controls div#slide-nav a {
background-image: url(modules/mod_hot_image_slider/images/slide-nav-green.png);
color: white;
position: relative;
top: 11px;
}
Check if the path is correct in background-image css property
Last edit: 14 years 6 days ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.175 seconds