Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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?

    #344450

    Hey 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!
    Arvish

    #345531

    Doing 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.

    #345612

    Hey!

    Can you send us a link so we can take a closer look?

    Regards,
    Elliott

    #345674

    You 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.

    #346044

    Hey!

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.