- Posts: 14
- Thank you received: 0
Left column too short, address css, virtuemart lin
-
Maltan
Inactive member - Topic Author
- New Member
Less
More
12 years 6 months ago #19770
by Maltan
Left column too short, address css, virtuemart lin was created by Maltan
Hi
The bottom of my left column does not fill all space until the bottom. There is allways a blank space left.
I will send you the site by pm.
Also I would like to change the formating of the address on the bottom.
Furthermore, how do a I create a link for the top of virtuemart on the left menu? I now only how to create link for categories or shop cart, but not to a main page displaying all categories, etc.
Sorry for all questions, but I allready spent many hours with this template trying to figure out those things. Other ones were easier ))
Maltan
The bottom of my left column does not fill all space until the bottom. There is allways a blank space left.
I will send you the site by pm.
Also I would like to change the formating of the address on the bottom.
Furthermore, how do a I create a link for the top of virtuemart on the left menu? I now only how to create link for categories or shop cart, but not to a main page displaying all categories, etc.
Sorry for all questions, but I allready spent many hours with this template trying to figure out those things. Other ones were easier ))
Maltan
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19775
by ivan.milic
Replied by ivan.milic on topic Left column too short, address css, virtuemart lin
Open index.php of template and find this:
change it to this:
Code:
jQuery(document).ready(function(){
var left_height = jQuery("#content_main").height();
jQuery("#column_left").css({height: left_height});
});
change it to this:
Code:
jQuery(document).ready(function(){
if(jQuery("#column_left")[0]){
jQuery('.main_area').css('background-image',jQuery("#column_left").css('background-image'));
}
});
Please Log in to join the conversation.
-
Maltan
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
12 years 6 months ago #19977
by Maltan
Replied by Maltan on topic Left column too short, address css, virtuemart lin
Hi
I did as suggested, but instead of increasing the column coverage it in fact decreased. Now the green area finishes just under the last widget on the column
thks
I did as suggested, but instead of increasing the column coverage it in fact decreased. Now the green area finishes just under the last widget on the column
thks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19987
by ivan.milic
Replied by ivan.milic on topic Left column too short, address css, virtuemart lin
send link
Please Log in to join the conversation.
-
Maltan
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
12 years 6 months ago #20054
by Maltan
Replied by Maltan on topic Left column too short, address css, virtuemart lin
Hi guys
Sorry for bother you with all those questions, but my customer (who happens to be your customer ) is really on my back pushing me. Please help me, I have 3 questions here. If I knew how to solve them alone, I would had do it already
Sorry for bother you with all those questions, but my customer (who happens to be your customer ) is really on my back pushing me. Please help me, I have 3 questions here. If I knew how to solve them alone, I would had do it already
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #20065
by ivan.milic
Replied by ivan.milic on topic Left column too short, address css, virtuemart lin
ok, we understand and want to help, but send link first - we can not shoot blind
Please Log in to join the conversation.
Time to create page: 0.089 seconds