alapimba
Forum Replies Created
-
anyone can tell me how you fixed this problem?
yep.
Forum: Themes and Templates
In reply to: text cutted on the bottom of pageoh i’m sorry i didn’t knew that or i would not post the question here.
Forum: Themes and Templates
In reply to: text cutted on the bottom of pageSorry for put up a old topic but i still need help.
this template has page templates for full width text of for contact pages or whatever.
on full width theres some lines not aligned properly.
take a look here:
it should be aligned like this: https://r2com.pt/wordpress/contactos/
but instead i have this: https://r2com.pt/wordpress/about/Can you help me finding what is wrong?
Thanks
Forum: Themes and Templates
In reply to: text cutted on the bottom of pageperfect ??
by the way… that erros that you mentioned before i should do something about that?
Forum: Themes and Templates
In reply to: text cutted on the bottom of pagethe error is on file custom.js line 60
on that line i have this: $(“.single-col-page”).equalHeights(500);
Forum: Themes and Templates
In reply to: text cutted on the bottom of pagethe error that i’m talking only appears on IE8
on IE9 is fine
Forum: Themes and Templates
In reply to: text cutted on the bottom of pagei commented this one:
//wp_enqueue_script( ‘equal’, SIIIMPLE_JS .’/jquery.equalheights.js’, array(‘jquery’));i guess it does the same.
commenting this the site works fine.i just get an error on the tray of internet explorer that i don’t know the reason. can you see it too?
Forum: Themes and Templates
In reply to: text cutted on the bottom of pagewell disabling it it works fine.. lol
Forum: Themes and Templates
In reply to: text cutted on the bottom of pagenow… how can i fix this? lol
Forum: Themes and Templates
In reply to: text cutted on the bottom of pagethe source problem should be this i guess:
(function($) { $.fn.equalHeights = function(minHeight, maxHeight) { tallest = (minHeight) ? minHeight : 0; this.each(function() { if($(this).height() > tallest) { tallest = $(this).height(); } }); if((maxHeight) && tallest > maxHeight) tallest = maxHeight; return this.each(function() { $(this).height(tallest).css("overflow","auto"); }); } })(jQuery);
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Themes and Templates
In reply to: text cutted on the bottom of pageweird.
i saved the page to my computer. and just deleted all the JS associated and the problem is still there.the only line of codes that do something is when i delete:
<!DOCTYPE html> because it reduce the line space and that kind of errors. i can’t understand how the height is generated :S