waye1234
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-env configHey @silviubogan you can use WP_MEMORY_LIMIT but for some reason the WP_UPLOAD_MAX_FILESIZE doesn’t work instead I installed a plugin the increased the max upload size “max-upload-filesize”. Not optimal but I didn’t find any solution through the wp-env.json please share if you find one.
Cheers
Forum: Fixing WordPress
In reply to: wp-env configFor clarification my .wp-env.json looks like this
{ "plugins": [ "./wp-content/plugins/all-in-one-wp-migration" ], "themes": [ "./wp-content/themes/mobileinteraction" ], "config": { "WP_UPLOAD_MAX_FILESIZE": "128M", "WP_MEMORY_LIMIT": "256M" } }Here you can see a comparison of the original and the one generated in the slider: https://imgur.com/a/mBnafoG
I believe it is a CSS issue where the image is stretched over a larger container than intended.
Oh sorry an issue with autocomplete was giving you old address here is the new one: https://tidanapp.com/shop/
I now increased the number of products to show, to 4. This seems to have improved it. However they still seem a bit pixelated on the phone.
I’m running Astra using Composite products and I needed to add some Custom css to get it working. Also it still doesn’t look that great the storefront seems to have layout items that the Astra is missing maybe it is something in my settings.
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Not working on Composite productsOk thanks found a work around
For anyone having the same bug overriding Woocommerce CSS with the following fixes it… *Not proud*
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
float: right !IMPORTANT;
}.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
float: left !IMPORTANT;
}.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
float: none;
width: 100%;
}It seems to be this “float:none” that is causing it. Is this then a Woocommerce bug? When I remove the float none it looks proper, but I don’t like overriding CSS especially not for layout that should be working.
Haha wow thanks! This worked genius!
Hi there! So for all interested in the happy conclusion of this ticket the error was due to me force redirecting the user to https which was not the siteurl! Spent days trying to fix this silly little error 😀 Check SiteHealth to see if this could be you!
Oh I’m sorry for some reason I shared the old link! It is tidanapp.com/shop
I’ve cleared my site’s cache and checking the source files I find .min files of every CSS and JS file. So it seems the minification is still active? I am not sure what files a minified so I am having some trouble debugging it. What can it be that causes the Astra theme to stop working?
Best,
BenjaminIt seems the js and css remains minified after removing the plugin, if I delete all the min files will this fix the issue?
Best,
BenjaminForum: Plugins
In reply to: [Price Based on Country for WooCommerce] Currency is not being updatedAh that was kind of unclear 😀 I thought it calculated the currency automatically. Ok great so you have to set the currency zones and conversion manually.
Another question then how do I change the default currency? I’m from Sweden so for most people USD or Euro would be more useful