-
Posted a reply to Can someone tell me if this is a Woocommerce plugin?, on the site WordPress.org Forums:
Hey @bcbissonnette It's hard to tell from just a screenshot. Can you share a link…2 days ago
-
Posted a reply to Mobile Menu, on the site WordPress.org Forums:
Hey @roberthedlund You can do this with a little bit of custom CSS code. Go…3 days ago
-
Posted a reply to Problem with send mail Order in processing, on the site WordPress.org Forums:
Hey @maurotto80 Under WooCommerce → Settings → Emails → Processing Order, is this option checked?…3 days ago
-
Posted a reply to price slider not working in woocommerce, on the site WordPress.org Forums:
Hey @knoweb I wanted to check your site to see what might be the issue,…3 days ago
-
Posted a reply to Woocommerce pages not displaying correctly…but only sometimes!, on the site WordPress.org Forums:
Hey @rdoran21 It's hard to check what might be the issue if the problem doesn't…3 days ago
-
Posted a reply to New State Missing in Tax State List for India, on the site WordPress.org Forums:
Hey @nirajnagar For any additions to improve WooCommerce, it's best to suggest this to the…3 days ago
-
Posted a reply to Problem with send mail Order in processing, on the site WordPress.org Forums:
Hey @maurotto80 If the customer doesn't receive the Order Processing email, but all other emails…3 days ago
-
Posted a reply to Woocommerce crash my site, on the site WordPress.org Forums:
Hey @lomixx From the error message, it looks like the plugin folder is renamed to…3 days ago
-
Posted a reply to Centering button toggle (Menu mobile), on the site WordPress.org Forums:
I'm sorry, I'm not sure what you mean exactly. The code I gave you earlier…3 days ago
-
Posted a reply to Items overlayed on header image – possible to remove them?, on the site WordPress.org Forums:
Hey @srwafu If you want to remove them from the widgets, go to Appearance →…3 days ago
-
Posted a reply to How to change Checkout background color?, on the site WordPress.org Forums:
Try adding this as well: .woocommerce-checkout .ast-container > .elementor #order_review_heading, .woocommerce-checkout .ast-container > .elementor #order_review…4 days ago
-
Posted a reply to How to change Checkout background color?, on the site WordPress.org Forums:
Hey @techpik Thank you for sharing the link. I noticed that you created your site…4 days ago
-
Posted a reply to Replace cart “remove item” from X to fontawesome, on the site WordPress.org Forums:
Hey @zaredesign The code you mentioned above seems to be correct, but you need to…4 days ago
-
Posted a reply to no payment circle options, on the site WordPress.org Forums:
Hey @maryamk7 I've tried to check this but in order to do that, I will…4 days ago
-
Posted a reply to Issue with the appearance of the cart window, on the site WordPress.org Forums:
Hey @jeremiewp This can probably be fixed with some custom CSS code. Can you share…4 days ago
-
Posted a reply to How to change Checkout background color?, on the site WordPress.org Forums:
Hey @techpik This can be done with some custom CSS code. Can you share a…4 days ago
-
Posted a reply to Constant Low Value Fake Orders From a Bot/Malware Script, on the site WordPress.org Forums:
Hey @jethrohazelhurst One way to avoid this, is to restrict customers from making an order…4 days ago
-
Posted a reply to Top bar – decrease, on the site WordPress.org Forums:
Hey @uniquiadm Can you share a link to your site? That will allow us to…4 days ago
-
Posted a reply to Hide WooCommerce Breadcrumbs, on the site WordPress.org Forums:
Hi @roberthedlund You can do this with a little bit of custom CSS code. Go…4 days ago
-
Posted a reply to at checkout, empty the cart, on the site WordPress.org Forums:
Hey @uniquiadm Do you mean that when someone places an order (and pays for it),…4 days ago
-
Posted a reply to CSS to Block Display of Related Products below the product description, on the site WordPress.org Forums:
Hey @regerman926 To remove the related products on a product page, you can use this…5 days ago
-
Posted a reply to WooCommerce Installation Fail, on the site WordPress.org Forums:
Hey @frajerflex First, delete the entire folder /woocommerce from your server (under /wp-content/plugins/). Then try…5 days ago
-
Posted a reply to Free Shipping with Minimum Purchase – exclusions?, on the site WordPress.org Forums:
Hey @albertandbrown That's indeed not an option to do with WooCommerce by default. For that,…5 days ago
-
Posted a reply to Product Review area missing, on the site WordPress.org Forums:
Hey @takaya499 It's possible that this may be a setting in your theme. To see…5 days ago
-
Posted a reply to Pictures too small on mobile version, on the site WordPress.org Forums:
Hey @martak333 I'm not seeing any images that are particularly small, to be honest. Could…5 days ago
-
Posted a reply to My menu is showing differently on mobile and desktop, on the site WordPress.org Forums:
Hey @harshajain213 With Storefront, you can have different menus for desktop and mobile. You can…5 days ago
-
Posted a reply to Top bar – decrease, on the site WordPress.org Forums:
Hey @uniquiadm Which bar are you referring to exactly? There's a few in the screenshot…5 days ago
-
Posted a reply to cart is empty when go to checkout, on the site WordPress.org Forums:
Hey @devusm This issue is often caused by caching plugins. If you have any form…5 days ago
-
Posted a reply to Adding Padding to Checkout, on the site WordPress.org Forums:
Hey @kindfamily You can do this with the following CSS code: body.woocommerce-checkout { padding: 20px;…5 days ago
-
Posted a reply to Changing Checkout Font, on the site WordPress.org Forums:
Hey @kindfamily I'm not seeing this particular CSS code appear anywhere on the page. Where…5 days ago
-
Posted a reply to Centering button toggle (Menu mobile), on the site WordPress.org Forums:
Hey @wpjakarta Try adding this: @media screen and (max-width: 767px) { #site-navigation { text-align: center;…6 days ago
-
Posted a reply to Hide featured image on post page only, on the site WordPress.org Forums:
Hey @wpjakarta Try adding this CSS code: .single-post .entry-content > img:first-of-type { display: none; }6 days ago
-
Posted a reply to Featured categories are displaying as a column not a row., on the site WordPress.org Forums:
Hey @techstacy The reason why it's doing that is because of this code (either from…6 days ago
-
Posted a reply to Author Template for Storefront, on the site WordPress.org Forums:
Hey @userdefenders The author's post page is made up from the themes/storefront/archive.php template. I checked…6 days ago
-
Posted a reply to Adding Padding to Checkout, on the site WordPress.org Forums:
Hey @kindfamily It looks like you're using an additional page builder for this (Visual Composer,…6 days ago
-
Posted a reply to Changing Checkout Font, on the site WordPress.org Forums:
Hey @kindfamily Try adding this: .woocommerce-checkout { font-family: "Lulo"; }6 days ago
-
Posted a reply to Removing menu from shop page, on the site WordPress.org Forums:
Hey @kindfamily It's not directly possible (at least not with CSS code) to remove the…6 days ago
-
Posted a reply to Missing widgets on homepage vs category, on the site WordPress.org Forums:
Hey @srwafu It's possible you have the Full Screen template selected for those particular pages.…6 days ago
-
Posted a reply to Pictures too small on mobile version, on the site WordPress.org Forums:
Hey @martak333 Are you referring to the images on the shop page, or on the…6 days ago
-
Posted a reply to Adjust Shop Image Size, on the site WordPress.org Forums:
Hey @kindfamily Are you referring to the images on the Shop page (at https://kindphotographer.com/shop/) or…6 days ago
-
Posted a reply to Woocommerce Product Attributes order in mobile, on the site WordPress.org Forums:
Hey @pedrojosehv Just to add, I don't see this issue on my iPhone: Image link:…1 week ago
-
Posted a reply to Endless loading/spinner on the checkout page, on the site WordPress.org Forums:
Hey @neilyanto It looks like this may be caused due to a theme conflict, or…1 week ago
-
Posted a reply to WooC/Tickera – Status: Processing, on the site WordPress.org Forums:
Hey @savrip An order will be marked as "Processing" (by WooCommerce and your payment plugin)…1 week ago
-
Posted a reply to Generating duplicate invoice, on the site WordPress.org Forums:
Hey @mastertestdeveloper Although you do have some plugins that deal with order management in general…1 week ago
-
Posted a reply to [NSFW] Ergent_ Salesprice with dates show salesprice as regularprice, on the site WordPress.org Forums:
Hey @hunde-hoteldk Can you share a link to a product where this happens, and also…1 week ago
-
Posted a reply to Let customers purchase variable products in the shop page, on the site WordPress.org Forums:
Hey @figure2 To do this, will require some custom development, or you could use a…1 week ago
-
Posted a reply to Pending Payment Status but card is deducted., on the site WordPress.org Forums:
Hey @mnppdt28 As a first step, I'd recommend reaching out to the support team of…1 week ago
-
Posted a reply to Main Product Image not showing on Incognito Window, on the site WordPress.org Forums:
Hey @celiagrm94 Since we don't have any direct access to your site or the underlying…1 week ago
-
Posted a reply to Icons became squares, on the site WordPress.org Forums:
Hey @asmadahmani I'd suggest you start with deactivating the minification/optimization plugins you have installed on…1 week ago
-
Posted a reply to missing scripts when using product page shortcode, on the site WordPress.org Forums:
Hey @dgrunblatt I checked both pages, but I'm not seeing any errors stand out in…1 week ago
Developer
-
Simple Debug Info Panel
Active Installs: 80+
-
Smooth Scroll Page Up/Down Buttons
Active Installs: 5,000+
-
Sticky Block for Gutenberg Editor
Active Installs: 300+
Support Rep
-
Action Scheduler
Active Installs: 900+
-
Facebook for WooCommerce
Active Installs: 900,000+
-
WooCommerce
Active Installs: 5+ million
-
WooCommerce Blocks
Active Installs: 200,000+
-
WooCommerce Stripe Payment Gateway
Active Installs: 800,000+