- Posts: 6751
- Thank you received: 718
How can i deactivate the vm2 Styling ?
-
media
- Topic Author
- Visitor
12 years 11 months ago #14210
by media
How can i deactivate the vm2 Styling ? was created by media
I want to do some tests with a separate theme of vm2. Therefore, i need to deactivate all the functions for the Virtuemart 2 Core. Can you show me a way to do this without deactivatin the styles for the modules like car on the left or VM Products?
I guess that i have to do some changes in the template.css.css, index.php and style?.php and maybe i have to delete all existing overrides. But i don't know the exact points to do that.
I guess that i have to do some changes in the template.css.css, index.php and style?.php and maybe i have to delete all existing overrides. But i don't know the exact points to do that.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
12 years 11 months ago #14226
by milos
Replied by milos on topic Re: How can i deactivate the vm2 Styling ?
You can select DEFAULT theme in VirtueMart configuration to reset all VM stylings to default.
Please Log in to join the conversation.
-
media
- Topic Author
- Visitor
12 years 11 months ago - 12 years 11 months ago #14262
by media
Replied by media on topic Re: How can i deactivate the vm2 Styling ?
Don't understand this exactly. These are the settings i already have done. How about index.php (load of ...vm...css). You think this is really all that you explained?
Edit:
I found the "rest": template_css.css
So i erased all these lines and now the remove process seems to be complete.
Edit:
I found the "rest": template_css.css
Code:
.button {
background: -moz-linear-gradient(#EBEEF1, #D1D8DE) repeat scroll 0 0 transparent;
border: 1px solid #D4D6D7;
color: #61778E;
position: relative;
So i erased all these lines and now the remove process seems to be complete.
Last edit: 12 years 11 months ago by media.
Please Log in to join the conversation.
-
media
- Topic Author
- Visitor
12 years 11 months ago #14263
by media
Replied by media on topic Re: How can i deactivate the vm2 Styling ?
I checked this out now... erased the vm parameters in index.php of hot_commerce and the load of the vm-css-file. Then i erased all the overrides. But there is still the styling of hot-commerce when looking at the buttons e.g. "register and checkout" or "checkout as guest". firebug points me to:
But a cannot see where it comes from. It shows only h--p://.../de/my-account/rechnungsadresse.html
Code:
.button {
background: -moz-linear-gradient(#EBEEF1, #D1D8DE) repeat scroll 0 0 transparent;
border: 1px solid #D4D6D7;
color: #61778E;
position: relative;
But a cannot see where it comes from. It shows only h--p://.../de/my-account/rechnungsadresse.html
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #14268
by ivan.milic
Replied by ivan.milic on topic Re: How can i deactivate the vm2 Styling ?
it's generated css form PHP code, check template_css.php
The following user(s) said Thank You: media
Please Log in to join the conversation.
-
media
- Topic Author
- Visitor
12 years 11 months ago #14269
by media
Replied by media on topic Re: How can i deactivate the vm2 Styling ?
Ok. I will try this. Little bit confused now. I try to write down the steps i need for this. Is it important to erase everything in the index.php concerning Virtuemart? E.G. Tabs vm paramters from the template and the load of the vm css styles file?
Please Log in to join the conversation.
Time to create page: 0.081 seconds