tarasx
Forum Replies Created
-
For anyone else finding this topic through Google – I installed a fresh installation of WordPress on a spare domain, installed Elementor, then tried to add Motion Effects to various elements. All Motion Effects were ignored by my browser (Chrome on Windows), so I guess this is no longer an active feature.
Incidentally, upgrading Elementor to 2.8.3 stopped all the Motion Effects on our site form working. Not the end of the world, but I will probably downgrade everything when I have time to go back to the glory days of 2019 when everything worked! ??
Thanks again @davidr90. This is what I did (deleted the existing Elementor plugin, installed a fresh copy of Elementor 2.8.3, then upgraded to WordPress 5.3.x) however it gives the same result (broken editing capability in Elementor). Downgrading back to 5.2.5 makes Elementor work again so I will stick with that.
I guess our WordPress installation must be broken in some way, which is weird because I haven’t done anything unusual. At least now I’m on Elementor 2.8.3 even if it’s stuck on an old version of WordPress!
Thanks @davidr90 – unfortunately there is no standard ‘Update plugin’ link, and clicking ‘Check for updates’ next to Elementor doesn’t have any effect.
For now I guess we will just stay on an older version of WordPress.
P.S. I did upgrade Elementor manually to 2.8.3 (by uploading the files into /wp-content/plugins/) but it broke in the same way when I upgraded to the latest WP again.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] How do I exclude a webpage?Where it says “Exclude posts” enter the ID numbers of the pages you want to exclude. You can find out the ID of the page by editing the page and looking at the edit URL.
Forum: Plugins
In reply to: [WP Super Cache] Always loads homepage (regardless of URL)Thanks Brandon – I think I’ve resolved it though.
Azure uses a file called ‘web.config’ instead of .htaccess. Something (or someone) had added some caching policies to it, including the following line:
<add extension=".php" policy="CacheForTimePeriod" kernelCachePolicy="CacheForTimePeriod" duration="00:01:00:00" />
After commenting out this line, the issue was magically resolved.