- Thank you received: 0
Formatting error
-
pchappy
-
Topic Author
- New Member
-
Less
More
11 years 6 months ago #33037
by pchappy
Formatting error was created by pchappy
hi
we are getting a formatting error, when you click on a button on a form that expands, please see attached
for the following page
willungafarmersmarket.com.au/membership1
thanks
Craig
we are getting a formatting error, when you click on a button on a form that expands, please see attached
for the following page
willungafarmersmarket.com.au/membership1
thanks
Craig
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #33051
by ivan.milic
Replied by ivan.milic on topic Formatting error
I think That hes something to do with that subscription component you use
Please Log in to join the conversation.
-
pchappy
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
11 years 6 months ago #33073
by pchappy
Replied by pchappy on topic Formatting error
this is what they said
Please contact your template developer. We cannot reproduce this issue with stock Joomla! templates (or the RocketTheme templates we have tested with) and we are not designers.
Please contact your template developer. We cannot reproduce this issue with stock Joomla! templates (or the RocketTheme templates we have tested with) and we are not designers.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #33075
by ivan.milic
Replied by ivan.milic on topic Formatting error
Put this code before ending of head tag </head> in index.php of template:
Code:
<script type="text/javascript">
jQuery(document).ready(function(){
setInterval(function(){
var w = 0;
jQuery("#content_wrap,#column_right,#column_left").css('height','auto');
jQuery("#content_wrap,#column_right,#column_left").each(function(i){
if(jQuery(this).innerHeight() > w) w = jQuery(this).innerHeight();
});
jQuery("#content_wrap,#column_right,#column_left").innerHeight(w);
},1000);
});
</script>
Please Log in to join the conversation.
-
pchappy
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
11 years 6 months ago #33076
by pchappy
Replied by pchappy on topic Formatting error
awesome
thanks
thanks
Please Log in to join the conversation.
Time to create page: 0.235 seconds