Dave Loodts
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce category pageHi, this is not a WooCommerce issue but a Premium theme issue. Your sites uses Flatsome, so ask their support.
But as i see the style code; the class .medium-flex-wrap is set to “flex-flow: column wrap;” on mobile, causing the breadcrumb and dropdown to go 100% full-wdith. The surrounding wrappers don’t have quite unique classnames, so i can’t give you a quick fix either. Anyways, i don’t thinks it’s ugly and not user friendly when it’s displays like this, certainly not when the breadcrumbs are longer.Forum: Plugins
In reply to: [WooCommerce] gym reservationsThere are a couple of Booking plugins out there. On woocommerce.com but also other sites. Most of them have a trial period or even a test enviroment. It’s hard to say which is exactly the best solution for you, that choice is up to you and also what might be handy for you as later required features
Forum: Plugins
In reply to: [WooCommerce] Bug with quantity input on 7.4Hi @manwlios : thanks for bringing on the bug. I could reproduce it too. Hope it will be solved soon
- This reply was modified 2 years ago by Dave Loodts.
Forum: Plugins
In reply to: [WooCommerce] Default customer locationHi, multi-currency is not possible inside WooCommerce, so i assume you are using a plugin for that? If so, maybe check for support at the plugin builder.
But i noticed that your site is heavily cached by WPRocket. So, it could be a caching issue when the first visitor after cache-clearance visits that page; then other visitors sees the cached version. So, deactivate WP Rocket for a test and check if the problem is still there.Forum: Plugins
In reply to: [WooCommerce] Delivery time with free shipmentHi, it seems like you are referring to the settings of another shipping woocommerce extension? Isn’t it? Maybe contact to plugin builder over there?
Forum: Everything else WordPress
In reply to: Book suggestionsI don’t know any english books, but take a look at https://wp101.com. WP101 has very nice introduction video’s and other commercial tutorial video’s.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce handbookFrom what i know there is no official WooCommerce Guide that you can download in English. However WooCommerce has nice documentation here: https://woocommerce.com/documentation/
These are the links to the Analyics documentation pages:
https://woocommerce.com/document/woocommerce-analytics/
https://woocommerce.com/document/reports/But i get your point, it would be awesome that WooCommerce (marketing) makes more video’s or tutorials about interpreting these Analytics numbers, to make better conclusions.
Forum: Plugins
In reply to: [WooCommerce] Performance related questionYou’re welcome
Forum: Plugins
In reply to: [WooCommerce] Modify woocommerce Search pageYou don’t need code. Just create an attributte, then attribute values. Set the right attribute in the product; and then go to the side (apperance / widgets and add the woocommerce filter widget.
Forum: Plugins
In reply to: [WooCommerce] Performance related questionIt also depends how your authors-pages must look like. If it’s just one text and a list of their books; then an attritbute is the way to go. If you want the author-page to be flexible with different content (events, video’s, order of all that stuff), then go for custom post type. This option is a bit more work then the other; but also better for SEO.
In terms of performance both are the same with that kind of numbers, certainly when caching is setup well.
Going for a custom post types, then you can build query blocks and show authors of the month; or other filters on authors.Forum: Plugins
In reply to: [WooCommerce] Add Custom text Field to Cart When Certain Products are AddedYes, this is possible but requires a bit development. I also depends if you want to add the fieldbox in the checkout or card; maybe is the checkout better.
With the pro-version of Checkout Field Editor you can have conditional statements. If you want to do it via code; then hire a developer… or try chatgpt. I’ve tested this previous week (add custom fields to product, etc) and the outcome was pretty right on. Quit remarkable.
Forum: Plugins
In reply to: [WooCommerce] adding scroll to woocommerceThere are a few Plugins that have WooCommerce products sliders for “products”. For example Kadence Block Pro, Product Slider for WooCommerce, Product Slider and Carousel with Category for WooCommerce
Good luck!
Forum: Plugins
In reply to: [WooCommerce] “Your Cart” title in minicart not translatingHi, the mentioned texts strings are indeed translated in dutch. But if you don’t see any translation, also not via Loco Translate; that probably means that your theme is overwriting the WooCommerce templates and put’s in their own text strings. Or that it’s just a cart dropdown of your theme.
Anyhow, try to find the text strings in the theme via Loco Translate.
Forum: Plugins
In reply to: [WooCommerce] Modify woocommerce Search pageHi, you can use standard WooCommerce filter that filters on Product Attribute. Of course, your shop needs to have attributes set up; in this case an attribute for the manufacturer name.
More info about attributes
Forum: Plugins
In reply to: [Free Gifts for WooCommerce] Hide free gifst if one is selectedWell, then the buyer don’t have any choice in which gift. Or am i wrong?
If 2 gifts are shown cause the conditionals are good, then only 1 gift is allowed to choose.