mattiasf
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Use same distribution as production on localHi @vmarko I am simply using CDN. Is there some filter I can use to override the CDN url? Then I could simply override the URL on localhost.
I’d like to have the images from production as I have a copy on my localhost for optimal comparison.
Forum: Reviews
In reply to: [SendGrid] ObsoleteWhy would you want to stick with STMP instead of the default API? Should be sufficient if you ask me.
Forum: Plugins
In reply to: [WooCommerce] What is wc_product_block_data?Same question here. It’s unbelievable how much bloat is injected into the page code.
The WCMC way:
WOOMULTI_CURRENCY_Data::get_ins()->set_current_currency($_POST['wmc-currency']);
I would love if there is a more native approach using woocommerce
- This reply was modified 5 years, 6 months ago by mattiasf.
Forum: Plugins
In reply to: [W3 Total Cache] cache folder group write permissionHi Marko,
Thanks for your answer!
I have tried this, and if I run chmod manually it works. However, when I deploy next time, the permissions have changed back to before.
Adding
{uploads_dir}/*
to “custom file list” under CDN solves the issueWe’re using
wp_get_attachment_image_src
andwp_get_attachment_image_srcset
to retrieve imagesAssets are being loaded fine, only images not being loaded in..
I have the latest plugin installed
I am still experiencing this issue, see https://staging.thejewelleryroom.com
You say “URL” import. Can we upload it using “Select file..” upload, and then it will reference the url it self? Or do we need to upload it to some FTP and THEN reference the filename?
Forum: Plugins
In reply to: [Easy 3D Viewer] Uncaught TypeError: Cannot read property ‘load’ of undefinedBy the way; I am loading a folder full of PNG images. Not sure if this is supporter
Forum: Plugins
In reply to: [WooCommerce] Missing attributes and old attributes in Product ImportIt seems as though this is a translation issue; trying to translate the attributes and see what happens. Still no clue why old product attributes show up on the product importer.