Site logo

Archived topic

Footer widgets together with woocommerce

3 replies · Started by Fabian Cosmann on March 16, 2015

Viewing posts 1–4 of 4

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

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;
}

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

Easy Digital Downloads is definitely the best for digital items - it's what I use here :)

This archived topic is closed to new replies.