BenLinders
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Undefined variable: wrap_classesThanks!
Forum: Themes and Templates
In reply to: [OceanWP] Remove the shipping step for virtual products checkoutOK, thanks for the heads up
Forum: Themes and Templates
In reply to: [OceanWP] Ocean WP conflict with WooCommerce solved but….I’m having the same problem, at the bottom of every page the Woocommerce cart shows up, or a message empty cart.
Thanks Ajay, now I understand how this works.
I changed it into:
function crp_disable_count( $output ) {
if ( is_checkout()) {
return ”;
}}
add_filter( ‘tptn_view_post_count’, ‘crp_disable_count’ );This removes the count on the woocommerce checkout page.
Forum: Plugins
In reply to: [VAT MOSS Returns] Warning Specified locale name is too longOk, then I’ll await the update of the plugin.
Thanks again for helping out!
Forum: Plugins
In reply to: [VAT MOSS Returns] Warning Specified locale name is too longThanks for your prompt reply!
What’s the effect of this warning? What will visitors of my website see as a result of this warning, or what might not work due to it?
Forum: Plugins
In reply to: [EU VAT Assistant for WooCommerce] Error with VAT exchange rateThanks Diego, done this.
Forum: Plugins
In reply to: [EU VAT Assistant for WooCommerce] Error with VAT exchange rateThanks Diego. I switched between USD and EUR to enter exchange rates for EU VAT and that seems to work now.
But then I saw another error in my log:
PHP Fatal error: Class ‘Aelia\WC\Aelia_Plugin’ not found in /home/public/sites/www.benlinders.com/wp-content/plugins/woocommerce-eu-vat-assistant/src/plugin-main.php on line 21
Unsure what triggered this.
Forum: Plugins
In reply to: [EU VAT Assistant for WooCommerce] Error with VAT exchange rateThanks Diego!
I didn’t add the Aelia Currency Switcher as I had booster installed already which provides currency switching for two currencies (which is enough for now).
I added the code. But as you mention, it’s only part of the solution as it suppresses the error but doesn’t provide an exchange rate. Do you have a function for that too?
There still is another problem where there is a empty error messages that customers get on the checkout page. I haven’t been able to trace and debug it yet.
I have code snippets installed, so I can add such a filter.
Do you have an example how such a filter would look, what code to add?
Forum: Themes and Templates
In reply to: [OceanWP] Woocommerce image sizesOk, let me rephrase my question.
Currently, images look blurry in widgets like products in cart and visited products.
So the size used for those images doesn’t match the sizes I selected in woocommerce.
How can I configure product image sizes in OceanWP?
And make sure that sizes in OceanWP and woocommerce are aligned?Ben Linders
Makes sense.
Two things as newby feedback:
– It was initially unclear to me what the checkbox does on scripts and styles, as it says “ENABLE OR DISABLE” before the checkbox. When it is checked, is the JS/CSS enabled? Or does checking disable it?
– If I’m not mistaken then the first time I visited this page then all boxes were unchecked. I get the impression that default all JS and CCS are enabled. So when you check a box and hit “save changes”, are you then disabling everything except the one that you checked?I’m not complaining, just trying to understand how this works and explain how I got confused.
Ben Linders
Looks that even with caching switched off there was a delay in changes coming through. My apologies for causing confusion. It seems to work ok now.
I’ll just let it untouched and see if it’s stable. Then will switch on caching and cloudflare.
Ben Linders
Looks like the full expanded menu is back. It might have been a cashing issue, so I temporary disable w3 and Cloudflare to see what is happening.
I’ve activated almost every script and style just to make sure that that is ok.
Any suggestions?
Thanks, activated the header style and now the full expanded menu is gone.
Now I’m trying to figure out how to create a menu bar, as the whole menu is gone now.
How can do that?Ben Linders