Site logo

woocommerce

GeneratePress Lay-out and Usage VisualComposer

Hello One and All, I made a website for a friend of mine, just for fun, so that he could sell his merchandise and have his Mods on a website to download them from. After i build the whole website using Visual Composer i explained to him how it works so that he can make … Read more

GP & Elementor & Woocommerce – Product grid images not aligned

Hi, I am loving GP with Elementor after spending far too long trying to pick the right builder and theme for my affiliate marketing project. GP and Elementor work easily and well! I’ve hit a bit of problem though as I wish to add woocommerce products to display on the home page using Elementor’s woocommerce … Read more

Woocommerce Breadcrumbs have no left margin or padding

Hello, I have included the woocommerce breadcrumbs in my product pages and the breadcrumbs have absolutely no padding: .woocommerce .woocommerce-breadcrumb { margin: 0 0 1em; padding: 0; font-size: .92em; color: #777; } Do you know what’s the best way to add left margin and padding to the breadcrumbs? Thank you.

generate_woocommerce_menu_cart_icon

I’m trying to replace the text “CART” in primary navigation with an icon. I’ve put a filter in functions.php (of my child theme) as shown in the documentation but it doesn’t work. Can you help me please?

Table Rate Shipping from Bolder Elements

Hello, I just downloaded the Table Rate Shipping for WooCommerce from Bolder Elements and i have the issue that when i enter a address (in The Netherlands) it doesn’t give any shipping options. i did visit the Bolder Elements website and the FAQ was standing that it might be a problem with the theme that … Read more

some questions about WooCommerce

Hi Tom, first I must say thanks for your hard work with the generate press template, it’s really great template and easy to use. I would like to ask you some help. my first question it’s about the second menu below the page header. I’m trying to put the menu below under the menu but … Read more

WooCommerce Background Colour Issues

I just noticed on my store at https://store.christiangays.com that there is no background colour on the number of products to add to cart, so you can’t tell if you are adding one or ten. Also there is no background colour on countries when calculating shipping, so you have to guess where your country is in … Read more

Woocommerce layout

Hi I tried this function to eliminate the sidebar but didn’t woork add_filter( ‘generate_sidebar_layout’,’tu_custom_woocommerce_sidebar_layout’ ); function tu_custom_woocommerce_sidebar_layout( $layout ) { // If we are on a woocommerce page, set the sidebar if ( function_exists( ‘is_woocommerce’ ) && is_woocommerce() ) return ‘no-sidebar’; // Or else, set the regular layout return $layout; } How can I remove … Read more