gogosjon
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Postings] Application is missing compulsory attachmentHey @carnets2routards,
the problem seems to be that the plugin is unable to save the file to the “secure location”. In your case that seems to be working fine if it works in some cases. So maybe that is a different problem….I modified the plugin to temporarly save it to the upload folder (you can of course customize the path and secure it with a .htaccess file) 🙂
Forum: Plugins
In reply to: [Job Postings] Application is missing compulsory attachmentMaybe take a look at my “dirty” solution: https://ww.wp.xz.cn/support/topic/email-attachments-get-lost-dirty-fix/
Have a great day!
Forum: Plugins
In reply to: [Cache Enabler] Admin-ajax.php 403 forbidden with Cache Enabler after 24hNo way!! That actually seems to work! Thank you very much @halfhope! I will report after 24h and will mark this as solved!
Conclusion:
If plugins like kk-star-ratings do not work (which is caused by a caching plugin):comment out line 420 in /wp-content/plugins/kk-star-ratings/index.phpchange
check_ajax_referer($this->id);to// check_ajax_referer($this->id);Have a nice day, Greetings!
Wow, awesome! I will mark this thread as solved and will wait! Thank you!
Forum: Plugins
In reply to: [Cache Enabler] Admin-ajax.php 403 forbidden with Cache Enabler after 24hAny idea?
Greetings
Forum: Plugins
In reply to: [Cache Enabler] Admin-ajax.php 403 forbidden with Cache Enabler after 24hBoth solutions did not work … The cache gets cleared and regenerated but the problem is still existing. Excluding also did not work. Do you have other ideas?
Thank you very much!
Forum: Plugins
In reply to: [Cache Enabler] Admin-ajax.php 403 forbidden with Cache Enabler after 24hHello,
thank you for your very fast answer! I included the .php and the plugin folder (also the star rating plugin) inside the exclusion list. After 24h I get the same forbidden error again. Clearing cache manually works. I will test the automatic cache clear option and report later.As you can see you have enabled the option “Mobile: Don’t show the cached version for desktop to mobile devices”. Disable this and your loading time should be fine. Greetings
Forum: Plugins
In reply to: [GD Rating System] Plugin Reload Code for use with AjaxifyThank you for your answer!
I only need a small piece of code to restart the plugin initialization.
because there is no way to know it happens.
I want to start the initialization after the ajax page load is finished. I can do this with:
$(window).on('statechangecomplete', function() { $( document ).ready(function() {Thank you very much!
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Preload QuestionWhat do you mean with “manual preload”? Cache files got only generated when I visited the specific page. Therefore I use this additional plugin to simulate visits to all pages.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Preload QuestionThe problem occured on my wordpress installation because cloudflare killed the internal wordpress cronjobs. At the moment I use the WordPress plugin “Warm Cache” as a workaround. It crawls your sitemap and then generates the cache files.
Warm Cache: https://de.ww.wp.xz.cn/plugins/warm-cache/
Greetings
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Preload QuestionI apologise for the delay in replying. You can find my website here: Website Link here
I installed the Plugin WP Crontrol. It shows all WP-Cron Cronjobs. wp_fastest_cache_Preload is executed every minute, but nothing happens.Thank you, I appreciate it.
GogosjonForum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Preload QuestionThanks for your answer!
I know that the cache preload starts after the cache is deleted. However when I take a look into /wp-content/cache/ I can only see my minified .js and .css files. When I visit for example the landing page then my cache .html file is generated.
After 3 hours I only have this landing page .html in my cache folder. But I have about 30 pages in wordpress.Thank you for your answer!
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Preload QuestionHi,
Awesome plugin! Up to 75% faster loading times when I enable your plugin!
However: I’m facing the same problem: My content does not preload. I have deleted the cache serveral times and deactivated/activated the plugin. No cache generation. I have enabled the preloader for all four content types.
What do you mean @WebEndev with “wp-cron issue”? How did you fix that issue?
Maybe someone can help me.
Thank you very much!