install travel templates

More
11 years 10 months ago #29634 by peterk2006
Replied by peterk2006 on topic install travel templates
did not help

Please Log in to join the conversation.

More
11 years 10 months ago #29646 by ivan.milic
Replied by ivan.milic on topic install travel templates
try this
Code:
var BoxHeights = { maxh: 0, boxes: Array(), num: 0, equalise: function() { this.num = arguments.length; this.boxes = arguments; this.maxh = 0; for (var i = 0; i < this.num; i++){ if(jQuery("#" + arguments[i])[0]) if(jQuery("#" + arguments[i]).innerHeight() > this.maxh) this.maxh = jQuery("#" + arguments[i]).innerHeight(); } this.maxh+= 10; for (var i=0;i<this.num;i++) { try{ jQuery("#" + arguments[i]).css('height',this.maxh+"px"); }catch(e){ } } } }
The following user(s) said Thank You: peterk2006

Please Log in to join the conversation.

More
11 years 10 months ago #29662 by peterk2006
Replied by peterk2006 on topic install travel templates
All works :)(Success)

How to remove the name of the category in the material?
text
here it is possible to make adjustments, but there is no
text1

Please Log in to join the conversation.

More
11 years 10 months ago #29674 by ivan.milic
Replied by ivan.milic on topic install travel templates
That you can control using menu item settings in right panel, check them

Please Log in to join the conversation.

Time to create page: 0.089 seconds
Powered by Kunena Forum