Markus
Forum Replies Created
-
Forum: Plugins
In reply to: [Elementor Custom Skin] Todays Update crashes whole siteMost of my sites are Swedish. I tried changing to English on some staging sites but the issue was the same. However, it seems to be fixed now with 2.0.2. Thank you @dudaster.
I have to agree with @andersonnarciso. Sometimes things break but @dudaster were on it right away and this plugin makes life so much easier. No more have to hook on excerpt to add post meta and custom stuff to posts.
I’m happy I paid for the pro version as well.
Forum: Plugins
In reply to: [Elementor Custom Skin] Todays Update crashes whole siteThe issue persist on version 2.0.1 @dudaster.
Forum: Plugins
In reply to: [Elementor Custom Skin] Todays Update crashes whole siteI’m using this + paid version on multiple sites. All of them crashed after updating to 2.0.0.
To fix this, download version 1.4.0 at the bottom of the page here: https://wordpress.org/plugins/ele-custom-skin/advanced/ or use a plugin like WP Rollback.
- This reply was modified 5 years, 12 months ago by Markus.
Forum: Plugins
In reply to: [WebP Express] Nginx on RuncloudIt was actually Roots Bedrock causing issues. It works with Runcloud if instructions above is followed correctly.
Forum: Plugins
In reply to: [WebP Express] SEO QuestionSince speed is affecting SEO it should have a positive effect. Even https://web.dev/ from Google Developers recommend you to use next-gen formats like Webp and JPG 2000.
- This reply was modified 7 years, 4 months ago by Markus.
That’s correct. I’m using shortcodes to add products on the frontpage and I’m trying to cut down on all the unnecessary scripts that is loading. Thank you so much. It works really well.
Some of my clients does not have control over the availability since the stock is very limited from the distributor (selling used computers and mobile phones). So it would be a great improvement to at least be able to “mark as read” when you visit the menu item. I’ll try it (and buy it) after the next update.
- This reply was modified 7 years, 4 months ago by Markus.
So what you’re saying is that there is no way to disable or get rid of this notification? The point of this kind of notification is to notify the user that a action is needed, which makes this very bad from a UX/UI point of view, since there’s no way of “mark as read”.
I was actually going to just leave it there instead of moving 268 products if that was the case 😂. What did work however was by cloning the front page and delete the old one. Thank you Pierre.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce add-to-cart-variation.js not includingDid you solve this? I managed to bypass it by adding this to setup.php:
wp_enqueue_script( 'wc-add-to-cart-variation', $woocommerce->plugin_url() . '/assets/js/frontend/add-to-cart-variation.js', array('jquery'), '1.6', true );Yeah, or maybe change the URL validation by checking status 200 with jQuery. At least change to a notification instead of a error. Thank you!
Hi Chouby. Thank you for your response.
After a bottle of wine with my girlfriend I decided to uncomment line 239-242 in settings-url.php to get around the problem, and it worked. Unfortunately, this was on the LIVE server and I obviously fucked up pretty bad. However, It’s fixed now and I managed to get SSL working on my clients new server with this workaround.
As I stated before.. The URLs are valid. I changed them in my local hostfile to properly test my clients new server with SSL before changing their DNS.
I’m not sure I think the strict validation of URL is a good idea since we ALWAYS setup our clients websites by testing them properly before changing the clients DNS. I could be fine with a warning instead of an error, since I think you’ve done a wonderful job of creating a multilingual plugin for developers. I wish you’ll keep it that way. Keep up the good work bro.
And I tried with twenty sixteen and deactivated all other plugins. I also reinstalled Polylang. Still the same issue.
Forum: Plugins
In reply to: [WooCommerce] woo commerce add to cart missingI have the same problem. I’m aware that you need to select a variation for the button to be displayed, but it won’t show up. No errors in the consol either.
Edit: Solved it by adding wp_footer(); to the footer (lol).
This. I’m looking for this as well.