casparsmits
Forum Replies Created
-
Forum: Plugins
In reply to: [CMP - Coming Soon & Maintenance Plugin by NiteoThemes] Disable redirectit had nothing to do with the plugin; there was another conditional redirect active in functions.php. Anyone dealing with a similar issue, I found that resetting permalinks might solve it, the redirect disabled after I switched themes to a WP standard one, which was a sign it had to be in the theme files, where it was. Thank you for the well working plugin!
Hi Simon,
I can imagine it must be frustrating! You were right, I thought I didn’t click the update button, but the other sliders started working again, and on the front-end the one slider was removed. I’m happy it was a copy of an older slider with small modifications.
All in all, downgrading Yoast to 15.7 worked for me.
I hope Yoast will fix it soon. What a strange interaction from the plugin!
Best,
CasparHi Simon,
Thank you for letting me know, I was running into this issue. I rolled Yoast back to version 15.7 but the sliders still don’t show the sliders on the back-end. I also disabled the plugin, and I still can’t edit the sliders. Do you know of other things I could try? I cleared the caches of the website, and tried it with different browsers I haven’t used before to make sure it wasn’t the browser cache.
I hope you can help me ??
Best,
CasparI went through all the complicated stuff before checking to enable it. You are right, that fixed it ?? thank you!
They released a new update already today, if you deactivate the plugin and then update, and activate it again, it seems to work all fine again. At least for me ??
Same issue here:
Fatal error: Uncaught Error: Class 'Google_Service_Calendar' not found in /home/*/domains/*.com/public_html/dev/wp-content/plugins/google-calendar-events/includes/feeds/google.php:103 Stack trace: #0 /home/*/domains/*.com/public_html/dev/wp-content/plugins/google-calendar-events/includes/objects.php(286): SimpleCalendar\Feeds\Google->__construct(Object(SimpleCalendar\Calendars\Default_Calendar)) #1 /home/*/domains/*.com/public_html/dev/wp-content/plugins/google-calendar-events/includes/objects.php(204): SimpleCalendar\Objects->get_object('google', 'feed', Object(SimpleCalendar\Calendars\Default_Calendar)) #2 /home/*/domains/*.com/public_html/dev/wp-content/plugins/google-calendar-events/includes/functions/shared.php(76): SimpleCalendar\Objects->get_feed(Object(SimpleCalendar\Calendars\Default_Calendar)) #3 /home/*/domains/*.com/public_html/dev/wp-content/plugins/google-calendar-events/includes/abstracts/calendar.php(25 in /home/*/domains/*.com/public_html/dev/wp-content/plugins/google-calendar-events/includes/feeds/google.php on line 103
Hi Simon,
Thank you so much for your help! This worked perfectly. I made one button that pauses and plays using the Autoplay events you provided.
Best,
CasparForum: Plugins
In reply to: [WooCommerce] Avada, WooCommerce & Allowed memory size exhaustedThank you for the great idea. When I switch to the base theme, the website works. In my child theme there is only functions.php and style.css (without custom css). I’ve been trying out the different pieces of code and the piece below somehow created the problem. Removing it solved the problem. Thank you so much!
function defer_parsing_js($url) { //Add the files to exclude from defer. Add jquery.js by default $exclude_files = array('jquery.js'); //Bypass JS defer for logged in users if (!is_user_logged_in()) { if (false === strpos($url, '.js')) { return $url; } foreach ($exclude_files as $file) { if (strpos($url, $file)) { return $url; } } } else { return $url; } return "$url' defer='defer"; } add_filter('clean_url', 'defer_parsing_js', 11, 1);
- This reply was modified 4 years, 10 months ago by casparsmits.
Forum: Plugins
In reply to: [WooCommerce] Avada, WooCommerce & Allowed memory size exhaustedThe problem disappears when I deactivate WooCommerce, so it seems to have something to do with the interaction between the theme and WooCommerce. I decided to post this both in the theme and here.
Forum: Plugins
In reply to: [WP Fastest Cache] Save cache on cookie-free domainI’m using Cloudflare, would you happen to know how I could do it through Cloudflare?
Forum: Plugins
In reply to: [WP Snapcam] Second image in FirefoxHey, I’m afraid so. But you were right that it’s W3 Total Cache once again, and its once again a W3 Browser caching issue. I don’t know what to change in the browser caching settings, but if I disable browser caching, the issue doesn’t come up.
Do you happen to have any ideas? Does it store the id in the cache in such a way that it retries saving the image with the same key? But I don’t understand how it uses an old key, and every time the same one.
Would be nice if you figure it out but its a minor issue ??
Best,
CasparForum: Plugins
In reply to: [WP Snapcam] Gallery imagesI found it!
It was W3 Total cache. In the browser cache I unchecked “Rewrite URL structure of objects”. Apparently it changes the names of the files?
The gallery works now ??
Best,
CasparForum: Plugins
In reply to: [WP Snapcam] Gallery imagesHeymnttech,
snap1.jpg has been solved, there was interference with W3 Total Cache. By unchecking Referrer Policy in the Browser Cache tab, it worked again.
My colleague send me the snap2.jpg and I have to get back to you to see if it will still produce that problem as I couldn’t reproduce it in the first place.
Best,
CasparForum: Plugins
In reply to: [WP Snapcam] Gallery imagesHey, I’m afraid not yet. We got two new failures when taking a picture:
https://physicsforceps.nl/snap/snap1.jpg
https://physicsforceps.nl/snap/snap2.jpgMaybe they help in finding the issue? Or is it a different problem?
The error in snap2.jpg references to the last taken snap in the database:
https://physicsforceps.nl/snap/data.jpgI hope you have more ideas of how to solve this.
Forum: Plugins
In reply to: [WP Snapcam] Gallery imagesSo strange. In the database the numbers are correct, there is no
.x75343
. I have no idea what could add it.If I ask my hosting provider, the question sounds to general, do you have any ways I could specify my question? Like specific process or something?
Best,
Caspar- This reply was modified 6 years ago by casparsmits.