Problem with HOT Film Tape module

  • dey
    Inactive member
  • Topic Author
  • Visitor
  • Visitor
10 years 4 months ago #40788 by dey
Help please allready beack up doing nothing helps .In module HOT Film Tape Page Gallery .Windows photo should be a description .do not shown in full, on some browsers, even photos (pictures) are not fully displayed.
Here Page www.retrogrill.biz/#photo_gallery

Please Log in to join the conversation.

More
10 years 4 months ago #40793 by ivan.milic
Add this to template_css.css:

.caroufredsel_wrapper{
min-height:288px;
}
The following user(s) said Thank You: dey

Please Log in to join the conversation.

  • dey
    Inactive member
  • Topic Author
  • Visitor
  • Visitor
10 years 4 months ago #40833 by dey
Replied by dey on topic Problem with HOT Film Tape module
Good afternoon. Unfortunately it did not help, as you can see the caption below the photo does not appear, it got worse ( www.retrogrill.biz/#photo_gallery ). I think the problem is the previous page ( www.retrogrill.biz/#story ) html code and because of that something has moved and closed the fragment where the description pictures.Thank you

Please Log in to join the conversation.

More
10 years 4 months ago #40844 by ivan.milic
just increase min-height:

.caroufredsel_wrapper{
min-height:320px;
}

Please Log in to join the conversation.

  • dey
    Inactive member
  • Topic Author
  • Visitor
  • Visitor
10 years 4 months ago #40847 by dey
Replied by dey on topic Problem with HOT Film Tape module


Good day .spasibo .vse did as you said, but as you can see in the picture title is not completely shown .Problem not that .Because as before when you install the template, the width itself was regulated according to the introductory text .All the same problem I think in not corrected code of the previous page of this, all moves downwards. you could not check7 thank you
Attachments:

Please Log in to join the conversation.

More
10 years 4 months ago #40848 by ivan.milic
Add this code in index.php of template just above </head>:
Code:
<script type="text/javascript"> var correctFN = function(){ jQuery(".caroufredsel_wrapper").css("min-height",jQuery("#hot_film_tape LI:visible").first().innerHeight() + 'px');}; jQuery(window).load(correctFN); jQuery(window).resize(correctFN); </script>

Please Log in to join the conversation.

Time to create page: 0.136 seconds
Powered by Kunena Forum