saens
Forum Replies Created
-
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Payment Logos displayed on the wrong sideSeeing the same. 5.8.3 (on my staging) icons are far right. 5.8.1 (production) on the left, right after the selection and label.
After looking at the code, the image in the newer version is different (format?) from the one before.
Using Divi.
Hi.
Thanks for your reply.I’m not sure if we’re talking about the same thing. I don’t want to exclude anything from cache. I think some URL attributes should not affect how the site loads.
Example:
/productA/ (shows default color yellow = good)
/productA/?attribute_pa_color=black(shows black color = good)
/productA/?attribute_pa_color=black&gclid=123abc (shows default color. Should show black)
/productA/?attribute_pa_color=red&utm_source=facebook&gclid=123abc (shows default color. Should show red)I made some JavaScript (to test) which does a check after the page loads to see which product attribute is in the URL and do an automatic click to get the right one to load. But it’s not a decent solution.
For test I have made an empty wordpress with just woocommerce and wp fastest cache and this also shows this behaviour.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] UTM-codes and product variation in URLI’d expect javascript included with this plugin to look at the url after loading the page and selecting the proper variant.
This way the page itself can be served from cache (=fast) and yet the customer sees the product he clicked on in Google Ads.Yes, you’re right. My issue was unrelated (and solved now).
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] UTM-codes and product variation in URLI found it has something to do with caching. When I disabled WP Fastest Cache (https://wordpress.org/plugins/wp-fastest-cache/) this issue goes away.
Forum: Plugins
In reply to: [Autoptimize] AO enabled causes productimage+gallery to stay in loading modusWell, this was interesting.
A tiny js-file with a handful of my own functions had an error. On desktop this caused the other functions to keep working, but on iOS all functions in this js ceased to work.
With AO aggregation enabled this spread to other files. Somehow.
Thanks for your time!
- This reply was modified 5 years, 11 months ago by saens.
Forum: Plugins
In reply to: [Autoptimize] AO enabled causes productimage+gallery to stay in loading modusI’ll try that tomorrow. I see more javascript has broken on my ios devices, while it all works on desktop (win10, chrome, microsoft edge, firefox)
Forum: Plugins
In reply to: [Autoptimize] AO enabled causes productimage+gallery to stay in loading modusNo wait. I have setting in dutch and misread.
1st setting (optimize JS) enabled = no issue
2nd setting (aggregate JS) enabled = breakSorry.
- This reply was modified 5 years, 11 months ago by saens.
With me I found it has a relation with minify JS option in Autoptimize plugin. Disabling it makes the images work again (https://wordpress.org/support/topic/ao-enabled-causes-productimagegallery-to-stay-in-loading-modus/#post-13340300)
Forum: Plugins
In reply to: [Autoptimize] AO enabled causes productimage+gallery to stay in loading modusWhat’s really strange is that on iOS devices (iPad and iPhone) stuff broke down, but on desktop (chrome / firefox) no issues.
Forum: Plugins
In reply to: [Autoptimize] AO enabled causes productimage+gallery to stay in loading modusIt’s the JS minify-option that causes this behaviour. I disabled it and everything works.
I added the JS files from the variable images plugin to the exclusion, but that didn’t help. (/plugins/woo-variation-gallery/assets/js/frontend.min.js and /plugins/woo-variation-gallery/assets/js/slick.min.js)
Forum: Plugins
In reply to: [Autoptimize] AO enabled causes productimage+gallery to stay in loading modusI’m _not_ on WP5.5 btw.
Same!
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] UTM-codes and product variation in URLSame behaviour with gclid added. It always loads the default set product if there’s any addition in the URL.
Forum: Plugins
In reply to: [Redirection] Create redirection after transaction confirmedHi, thanks.
I’m not seeing a concrete example of how to create a redirection (except for standard wordpress functions). Like wp_safe_redirect(‘/’, 301);redirection_create_redirect($source_url, $destination_url) or something doesn’t work. Do you have a concrete example of how to programmatically create a redirection in your plugin?