- Posts: 41
- Thank you received: 1
Customisation questions
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.
Please Log in to join the conversation.
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 -
- Offline
- Moderator
-
- Posts: 14116
- Thank you received: 1639
Please Log in to join the conversation.
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.
Did you change the template so that also explorer is fixed?
Regards
Sergio
Please Log in to join the conversation.