Tagged: enfold, product pages, woocommerce
-
AuthorPosts
-
October 31, 2014 at 11:08 pm #344341
This is less a support question and more of a ‘send me in the right direction’ question:
Enfold styles the WooCommerce shop elements a certain way – plain, and I like it. I’ve purchased a ‘request for quote’ plugin that defaults back to the standard WooCommerce look/feel. Now, part of my shop looks like Enfold, and part looks like Woo. Brightly colored buttons, and overly rounded tabs and lots of misshaped boxes and lines.Where does one find your definitions for the product description tabs, and buttons and quantity boxes so I can dig around and hopefully find the same definitions on the new plugin and try to make them the same without all the bugs?
November 1, 2014 at 3:21 am #344450Hey mrshaffly!
All woocommerce related modifications are found in (theme folder)/config-woocommerce folder. Template customizations are found in woocommerce-mod-css-dynamic.php
Additionally you can override woocommerce templates as outlined within the woocommerce docs:
http://docs.woothemes.com/document/template-structure/Here are the template hooks references for woocommerce:
http://docs.woothemes.com/document/hooks/Let us know if you require any further assistance.
Cheers!
ArvishNovember 3, 2014 at 9:41 pm #345531Doing some further looking, obviously Enfold works well with Woo, and overrides the woo css. I have a plugin that modifies woo to act as a quote system, and now it’s forcing the woo stylesheet to override all. I have no idea where to find that stylesheet and empty it.
November 3, 2014 at 11:35 pm #345612Hey!
Can you send us a link so we can take a closer look?
Regards,
ElliottNovember 4, 2014 at 1:59 am #345674You bet. It’s http://184.154.1.124/~fwadevel/
I fiddled with it enough to see that using the browser’s developers tools, delete the entire woocommerce.css linked stylesheet and it looks perfectly Enfold-ish. But I can’t tell how/where it’s being called.
November 4, 2014 at 7:37 pm #346044Hey!
Looks like it’s coming from this,
<link rel="stylesheet" href="http://184.154.1.124/~fwadevel/wp-content/uploads/sass/wc_quotes_orders.min.css" type="text/css" media="screen">
If the plugin authors do not have information on removing it then you can also try logging into your server via FTP and edit the file manually to remove all of the CSS.
Cheers!
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.