- Posts: 14116
- Thank you received: 1639
Bottom of Block not showing
-
CreativeDesigns
- Topic Author
- Visitor
12 years 7 months ago #19216
by CreativeDesigns
Bottom of Block not showing was created by CreativeDesigns
Hi, view website page here:
www.creative-designs.co.za/website-designs.html
As you can see - the 2 sliders don't have a bottom line to close the box. I have tried editing the size of the image, and of the block and neither options works.
What is going on? It's driving me mad!
As you can see - the 2 sliders don't have a bottom line to close the box. I have tried editing the size of the image, and of the block and neither options works.
What is going on? It's driving me mad!
Please Log in to join the conversation.
-
CreativeDesigns
- Topic Author
- Visitor
12 years 7 months ago #19218
by CreativeDesigns
Replied by CreativeDesigns on topic Re: Bottom of Block not showing
If you look at the other page that is running Hot Joomla Carousel Pro (
www.creative-designs.co.za/graphic-design.html
), you will see that the whole image is actually not showing (height wise), even though the settings are set to 300 x 300 for the module size AND the image size..
So something is definitely wonky with this module.
Please help me sort this out.
So something is definitely wonky with this module.
Please help me sort this out.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 6 months ago #19237
by ivan.milic
Replied by ivan.milic on topic Re: Bottom of Block not showing
Try this:
open:
modules\mod_hot_joomla_carousel_pro\tmpl\default.php
find this code:
...
#hotcarouselmodule-'.$uid.' .carousel-wrap {
width:'.$moduleWidth.'px;
height:'.$moduleHeightControl.'px !important;
float:left;
}
...
remove:
height:'.$moduleHeightControl.'px !important;
open:
modules\mod_hot_joomla_carousel_pro\tmpl\default.php
find this code:
...
#hotcarouselmodule-'.$uid.' .carousel-wrap {
width:'.$moduleWidth.'px;
height:'.$moduleHeightControl.'px !important;
float:left;
}
...
remove:
height:'.$moduleHeightControl.'px !important;
Please Log in to join the conversation.
-
CreativeDesigns
- Topic Author
- Visitor
12 years 6 months ago #19329
by CreativeDesigns
Replied by CreativeDesigns on topic Re: Bottom of Block not showing
No, it doesn't work.
Another problem is that it has stopped my drop down menu from working too.
How can I get my drop down menu to work?
Another problem is that it has stopped my drop down menu from working too.
How can I get my drop down menu to work?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19342
by ivan.milic
Replied by ivan.milic on topic Re: Bottom of Block not showing
That is unrelated, you can turn it back. I see your template is generating 3 conflict per second from some javascript coming from template, this line:
...
var newH = $('ja-container').getCoordinates().height;
...
maybe that is making all problems with your site.
...
var newH = $('ja-container').getCoordinates().height;
...
maybe that is making all problems with your site.
Please Log in to join the conversation.
Time to create page: 0.155 seconds