- Posts: 28
- Thank you received: 0
Shopping Cart Plain?
- Sanjay Kumar
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
12 years 8 months ago #2049
by Sanjay Kumar
Shopping Cart Plain? was created by Sanjay Kumar
My website in progress gokkamakka.com has a rather plain looking checkout/shopping cart..How do i make it adopt the template colors and the logo?
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 8 months ago #2057
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Shopping Cart Plain?
Hi,
It seem have problem with the cart template files.
What did you do with the template (templates/ot_parelstore/html/com_virtuemart/) ?
Or what version of Virtuemart are you seeing in backend? If you 've just update to VM 2.0.6 or VM 2.0.8 from VM 2.0.2 or older, please use the patch we provided.
Thanks
It seem have problem with the cart template files.
What did you do with the template (templates/ot_parelstore/html/com_virtuemart/) ?
Or what version of Virtuemart are you seeing in backend? If you 've just update to VM 2.0.6 or VM 2.0.8 from VM 2.0.2 or older, please use the patch we provided.
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: Sanjay Kumar
Please Log in or Create an account to join the conversation.
- Sanjay Kumar
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
- Posts: 28
- Thank you received: 0
12 years 8 months ago #2060
by Sanjay Kumar
Replied by Sanjay Kumar on topic Re: Shopping Cart Plain?
It says i have virtuemart 2.0.2.... Not sure what the problem could be.
Also i had earlier asked you how to move the menu so that it aligns centrally with the logo.. In other words how do i lower the main menu down by 50 or 100 px without disturbing the logo position?
Thanks
Also i had earlier asked you how to move the menu so that it aligns centrally with the logo.. In other words how do i lower the main menu down by 50 or 100 px without disturbing the logo position?
Thanks
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 8 months ago #2061
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Shopping Cart Plain?
Hi,
for the menu, you can edit layout.css and change this code:
to
For the cart, did you modify any file in /html/com_virtuemart folder? If yes, you can try put back the files (get from the downloaded package.)
If it do not help, you can update to VM 2.0.6 / 2.0.8 and use the patch we provided.
Other way to know where is the problem, you can rename folder /html/com_virtuemart to /html/com_virtuemart_ and see.
Thanks
for the menu, you can edit layout.css and change this code:
Code:
.ot-mainmenu {
clear: right;
float: left;
position: relative;
width: 50%;
z-index: 99999;
}
to
Code:
.ot-mainmenu {
clear: right;
float: left;
margin-top: 70px;
position: relative;
width: 50%;
z-index: 99999;
}
For the cart, did you modify any file in /html/com_virtuemart folder? If yes, you can try put back the files (get from the downloaded package.)
If it do not help, you can update to VM 2.0.6 / 2.0.8 and use the patch we provided.
Other way to know where is the problem, you can rename folder /html/com_virtuemart to /html/com_virtuemart_ and see.
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: Sanjay Kumar
Please Log in or Create an account to join the conversation.
- Sanjay Kumar
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
- Posts: 28
- Thank you received: 0
12 years 8 months ago #2063
by Sanjay Kumar
Replied by Sanjay Kumar on topic Re: Shopping Cart Plain?
Hello Linh,
Allow me to tell you how grateful i am for the immediate help. Everything is sorted now included the cart and the menu. I promise to send you a couple of tees once my site is completely live!
I just need two more clarifications and im good to go:
i)Im my latest layout of the website, the shopping cart square on the top right is too low..how do i bring it up?
ii) how can i add a strip of solid color behind the main menu alone?
Thanks again linh...
Appreciate the kind of support you have provided so far!
Sanjay
Allow me to tell you how grateful i am for the immediate help. Everything is sorted now included the cart and the menu. I promise to send you a couple of tees once my site is completely live!
I just need two more clarifications and im good to go:
i)Im my latest layout of the website, the shopping cart square on the top right is too low..how do i bring it up?
ii) how can i add a strip of solid color behind the main menu alone?
Thanks again linh...
Appreciate the kind of support you have provided so far!
Sanjay
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 8 months ago #2068
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Shopping Cart Plain?
Hi,
1. Please edit layout.css and modify this code:
to
and see the result of square cart block.
2.1. Please remove or comment this code in /script/otscript.js
2.2. Do you want to add a solid line after menu? If yes, you can add border style for the menu wrapper div element.
For example, you can add this code into customs.css:
then you will have a solid red color line bellow the menu.
Thanks
1. Please edit layout.css and modify this code:
Code:
.ot-logo {
float: left;
width: 42%;
}
Code:
.ot-logo {
float: left;
width: 35%;
}
2.1. Please remove or comment this code in /script/otscript.js
Code:
window.addEvent ('load', function() {
equalHeightOfHeader();
});
2.2. Do you want to add a solid line after menu? If yes, you can add border style for the menu wrapper div element.
For example, you can add this code into customs.css:
Code:
.ot-mainmenu{
border-bottom: 2px solid #F20000;
}
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
Time to create page: 0.193 seconds