silvo37
Forum Replies Created
-
Hello support team, I did contacted you by email but still no reply from your side.
Could you please help?
Thank you very much.Silvester
Minify Cache lifespan is set to 30 days.
It is strange because I have your plugin on different website but same hosting provider and same WP optimize settings, but there is no issue like this.thanks for the reply.
I’m deferring all the JS.
Can you tell me why page speed insight claims those minified files are not cached?
Gtmetrix is telling me the same.
thanks.
Hello, yes I followed the steps in the tutorial.
I have sent you an email with screenshots a minute ago.
Thanks!Forum: Plugins
In reply to: [W3 Total Cache] Add cookie for WPML multicurrency featureHello guys, was this solution working? Im encountering similar problem with WCML currency switcher on https://www.seasonsnow.eu.
Caching plugin also cache the currency so on some pages it shows one and on other another currency.
What should cookie group look like in case of WCML? Im not sure how to set it correctly.
Thanks for help.Silvester
Forum: Plugins
In reply to: [Smart Coupons For WooCommerce Coupons] Coupon with variation selectionHello, is there some demo how this function looks like on frontend?
Thank you.
Thank for your help but it seems the code above doesnt help and attribute filter are still indexed.
I add following code which includes 2 attributes – Drop and Size (velikost)add_filter( 'aioseo_robots_meta', 'aioseo_filter_robots_meta' ); function aioseo_filter_robots_meta( $attributes ) { if ( ! function_exists( 'is_shop' ) ) { return $attributes; } if ( is_shop() && ( isset( $_GET['filter_drop'] ) || isset( $_GET['filter_velikost'] ) ) ) { $attributes['noindex'] = 'noindex'; $attributes['nofollow'] = 'nofollow'; } return $attributes; }Could you pls help me why this doesnt work?
Thank you very much!
Thank you J Burns,
Would it be possible to help me out with filter example which adds noindex to for example size attribute?Thank you very much!
Hello @shivamtyagi,
I’m sorry but isn’t the query argument everything after “?”? In case of:
https://www.staging2.sorrygravity.cz/kategorie/panske/?on-sale=1It is “?on-sale=1” right?
So I can’t see how are they removed automatically.
Hello @shivamtyagi, Remove Query args is turned on.
Are you sure it is working correctly?When I filter e.g. On Sale products, still I can see URL:
https://www.staging2.sorrygravity.cz/kategorie/panske/?on-sale=1Thank you very much.
Hello Rafi,
Thank you very much for your help.
I just mention that problem was that EAN for Woocoommerce plugin for some reason generated EANs for some variations only as a placeholders. Regenerate of EANs helped me solve the issue.Thank you again Rafi!
Hello, I already sent you an email on 19. august: “Missing alg_ean on last 10% of product”
Thanks.
Hello, thanks for quick reply.
It’s not ACF. It is basically post meta key and value.Hello, unfortunately very same issue here.
Do you have a solution pls?
Link to problematic product:
https://sorrygravity.contentano.eu/product/cloud-5/Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Hook for below card form?Hello Carmin, I just copied credit-card.php once again and it solved the problem so you were probably right.
Thank you very much.