- Posts: 41
- Thank you received: 1
Customisation questions
-
twobrains
Inactive member -
- Member
-
twobrains wrote: You could try to go to Template manager and modify the HTML.
Try to comment this block with //, as follows:
//<script type="text/javascript">
//jQuery(document).ready(function(){
// var left_height = jQuery("#content_main").height();
// jQuery("#column_left").css({height: left_height});
//});
//</script>
and put the code has given immediately after the commented block.
Regards
Sergio
i'm very ignorant in programming...so this way of commenting produce a // on the top of the page. but replacing the block works...
Thanks, Ivan!:lol:
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
- Posts: 6797
- Thank you received: 722
Please Log in to join the conversation.
-
twobrains
Inactive member -
- Member
-
- Posts: 41
- Thank you received: 1
twobrains wrote:
twobrains wrote: You could try to go to Template manager and modify the HTML.
Try to comment this block with //, as follows:
//<script type="text/javascript">
//jQuery(document).ready(function(){
// var left_height = jQuery("#content_main").height();
// jQuery("#column_left").css({height: left_height});
//});
//</script>
and put the code has given immediately after the commented block.
Regards
Sergio
i'm very ignorant in programming...so this way of commenting produce a // on the top of the page. but replacing the block works...
Thanks, Ivan!:lol:
I have a patch to release about my ignorance...:lol:
It is possible to comment the block as follows:
<?php /*
has to be inserted at the beginning of the block
*/ ?>
at the end of the block
This way the commented block is not seen on the client side.
Regards
Sergio
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
- Posts: 14116
- Thank you received: 1639
Please Log in to join the conversation.
-
gayle
Inactive member -
Topic Author
- Member
-
- Posts: 24
- Thank you received: 0
if we are reinstalling the template are we doing a full hotstart installation from scratch (and can we keep the settings and articles uploaded so far???)
Please advise - otherwise I am happy install any code (coz i dont want to lose everything I've created - all the articles the virtuemart - i dont want to start everything again from scratch - but its great you've fixed the template)
Thank you
Gayle
Please Log in to join the conversation.
-
twobrains
Inactive member -
- Member
-
- Posts: 41
- Thank you received: 1
Did you change the template so that also explorer is fixed?
Regards
Sergio
Please Log in to join the conversation.