- Posts: 14116
- Thank you received: 1639
Random change in the height of the Gallery
-
ivan.milic
Support Staff - Moderator
Less
More
10 years 5 months ago - 10 years 5 months ago #40609
by ivan.milic
Replied by ivan.milic on topic Random change in the height of the Gallery
Your file :
templates/hot_food_spirit/js/hot_food_spirit.js
seams like cut in half. In attachment is original version.
templates/hot_food_spirit/js/hot_food_spirit.js
seams like cut in half. In attachment is original version.
Last edit: 10 years 5 months ago by ivan.milic.
Please Log in to join the conversation.
-
jackson12
Inactive member - Member
Less
More
- Posts: 26
- Thank you received: 0
10 years 5 months ago #40611
by jackson12
Replied by jackson12 on topic Random change in the height of the Gallery
Thanks, but t was the same file it seems, now only font is changed but big rotator still wrong
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40616
by ivan.milic
Replied by ivan.milic on topic Random change in the height of the Gallery
FOr that same file modify content like this:
Code:
jQuery(document).ready(function(){
jQuery(".scroll, .mp_top2 a, .mp_top3 a").click(function(event){
event.preventDefault();
jQuery('html,body').animate({scrollTop:jQuery(this.hash).offset().top}, 500);
});
});
jQuery(window).load(function(){
var bigRotatorHeight = jQuery("#big_rotator img").innerHeight();
jQuery(".mp_header1 .caroufredsel_wrapper").css('height',bigRotatorHeight);
jQuery(window).resize(function() {
var bigRotatorHeight = jQuery("#big_rotator img").innerHeight();
jQuery(".mp_header1 .caroufredsel_wrapper").css('height',bigRotatorHeight);
});
});
Please Log in to join the conversation.
-
jackson12
Inactive member - Member
Less
More
- Posts: 26
- Thank you received: 0
10 years 5 months ago #40633
by jackson12
Replied by jackson12 on topic Random change in the height of the Gallery
It looks better before I added that other css you posted. I should be good for now. Thanks again for the support Ivan.
Please Log in to join the conversation.
Time to create page: 0.085 seconds