[Resolved] Footer widgets together with woocommerce

Home Forums Support [Resolved] Footer widgets together with woocommerce

Home Forums Support Footer widgets together with woocommerce

  • This topic has 3 replies, 2 voices, and was last updated 9 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #87731
    Fabian Cosmann

    Hi Tom,

    I have another questions. I like to use some text footer widgets nearly like you have on your page. I created them so far, with buttons (class=”button blue”) and changed the color in the color menu. It works unfortunately not for the woocommerce page. On this page the footer gets automatically different colors and buttons. Then I tried to disable the footer on the shop page. This shows no effect.

    Can you please advice

    Thanks
    Fabian

    #87760
    Tom
    Lead Developer
    Lead Developer

    I know WooCommerce includes button styles which are more specific than the GP styles can be, so that may be the issue. More info on that here: https://wordpress.org/support/topic/how-to-have-gp-custimization-overide-woocommerce-color-defaults?replies=4

    The WooCommerce index page uses the index.php template file, which ignores metaboxes (like the blog does).

    To remove the footer widgets on WooCommerce pages, you can do this:

    .woocommerce .footer-widgets {
          display: none;
    }
    #89887
    Fabian Cosmann

    Hi Tom,

    thanks for reply. This works but is not nice.
    What shop would you recommend to use for virtual items?
    What shop system is included on your site?

    Thanks
    Fabian

    #90072
    Tom
    Lead Developer
    Lead Developer

    Easy Digital Downloads is definitely the best for digital items – it’s what I use here 🙂

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