- Posts: 6
- Thank you received: 0
Nothing is working.
-
gsred
Inactive member -
Topic Author
- New Member
-
Less
More
14 years 3 months ago #4202
by gsred
Nothing is working. was created by gsred
I've loaded this module into my remote server, but so far, I have had no luck in seeing it in action. I put 4 test images in the stories image folder to see how they would appear, but since I don't know what I'm doing wrong, it's not showing up.
I have JQuery enabled, since I did not find it anywhere in the Beez template code that I'm using. I'm wanting this to be under my logo header on my pages. So far, all I see is the "Hot Image Slider" title. I positioned it on the left, since it doesn't show on the top. If i were going to have this go under my header area, I assume I would choose the "breadcrumbs" position for it as well?
Please let me know what I'm doing wrong, as I've been at this for hours and it has to be some easy fix! Thank you.
I have JQuery enabled, since I did not find it anywhere in the Beez template code that I'm using. I'm wanting this to be under my logo header on my pages. So far, all I see is the "Hot Image Slider" title. I positioned it on the left, since it doesn't show on the top. If i were going to have this go under my header area, I assume I would choose the "breadcrumbs" position for it as well?
Please let me know what I'm doing wrong, as I've been at this for hours and it has to be some easy fix! Thank you.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 3 months ago #4209
by ivan.milic
Replied by ivan.milic on topic Re: Nothing is working.
Maybe image paths or folder path in your config are not correct?
Please Log in to join the conversation.
-
gsred
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
14 years 3 months ago #4216
by gsred
Replied by gsred on topic Re: Nothing is working.
I just uninstalled and reinstalled it using the default images, but I still get the same result. The folder path is correct, so I'm not sure why nothing is showing up.
Please Log in to join the conversation.
-
gsred
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
14 years 3 months ago - 14 years 3 months ago #4217
by gsred
Replied by gsred on topic Re: Nothing is working.
After looking at the CSS for this module, there appeared to be a bit of code in the .wrap section of the position.css file. This code below:
.wrap
{
border: 0;
clear: both;
float: none;
font-size: 1px;
height: 0;
line-height: 1px;
margin: 0;
padding: 0;
visibility: hidden; (REMOVED)
}
After deleting that part, I was able to see the slider working. All that's left now is figuring out how to resize my images so that it matches the width of the slider without looking distorted.
.wrap
{
border: 0;
clear: both;
float: none;
font-size: 1px;
height: 0;
line-height: 1px;
margin: 0;
padding: 0;
visibility: hidden; (REMOVED)
}
After deleting that part, I was able to see the slider working. All that's left now is figuring out how to resize my images so that it matches the width of the slider without looking distorted.

Last edit: 14 years 3 months ago by gsred.
Please Log in to join the conversation.
Time to create page: 0.162 seconds