wordpresslover7
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Messages not being sent, getting “spam” errorI had similar issue. In wordpress options Settings > Disussion I blacklisted @ because I was spammed in comments. CF7 unfortunately was blocked by WordPress as well.
Forum: Plugins
In reply to: [Contact Form 7] Contact forms will not submitI resolved this issue. In wordpress options Settings > Disussion I blacklisted @ because I was spammed in comments. CF7 unfortunately was blocked by WordPress as well.
Forum: Plugins
In reply to: [Contact Form 7] Contact forms will not submitThe same problem all forms stopped sending from 11 June 2017 afternoon. The funny thing is that I did completetly nothing – no updates. I run CF7 version 4.8 and wordpress 4.8. It is not the rest api problem – it is enebled on my website. Before 12 June everything was working fine.
Forum: Plugins
In reply to: [Flamingo] Disable “Address Book” functionality?Did you manage to do that ? Any solution ?
Forum: Plugins
In reply to: [Contact Form 7] Disable Flamingo/data storage for a specific contact7 form?@takayukister I saw you introduced “do_not_store” but I cannot find anywhere how to apply that function. I want to disable many forms forms being saved. I would be grateful if you could add that info to your documentation.
You are a contact hero anyway ??
Forum: Plugins
In reply to: [Vendi Cache] Does it support Wordfence donotcache() function ?Hi Chris !
Finally I managed to test the new version.
I added the api::do_not_cache() to the following request in my theme file. (I did it the same way in wordfence)
<?php api::do_not_cache(); echo tie_views(); ?>
This resulted in a fatal error. The request is to display non-cached views counter.
Fatal error: Class 'api' not found in /example.com/wp-content/themes/sahifa/framework/parts/meta-archives.php on line 16
How should I apply the filter correctly using your preffered approach or/and static method in my case?
- This reply was modified 8 years, 2 months ago by wordpresslover7.
Forum: Plugins
In reply to: [Vendi Cache] Does it support Wordfence donotcache() function ?Superawesome ! Preapring for after-Christmas donation ??
Forum: Plugins
In reply to: [Vendi Cache] Does it support Wordfence donotcache() function ?Has this function been introduced yet?
I use it in my theme to tell wordfence/vendi cache not to cache pageviews counter. To be honest this is one of the main reasons I used wordfence cache followed by vendi cache.
Fragment caching is a challange, wordfence::doNotCache() was a great solution while other caching plugins fail.
@bhittani Have you heard about this fatal defect ? Can you please help ? You are the author, you know the plugin the best.
Guys !
I spent whole day debugging which plugin causes such huge CPU usage through /wp-admin/admin-ajax.php
Did you find the tweak to improve the plugin ?
How do you check which plugin make these calls ?
Forum: Fixing WordPress
In reply to: Remove featured post image if size is smaller than..Wow! Thanks a lot @shobhit2412 !
I would be grateful for a bit more clarification.
Is ‘retina’ class are those small images I want to remove from the post thumbnails? This tends to be a “copy paste” solution ?
Forum: Fixing WordPress
In reply to: Login Problemtry to turn off the plugin which blocks your wp-login. You might use Wordfence etc.
Just use FTP and change name of the plugin folder.
@gennarodifiandra did you managed to move it to the footer?
The js starts just after the page title even on the pages with no shortcode. Terribly unoptimised.
Forum: Fixing WordPress
In reply to: Exclude single posts from “recent block” on homepage ?any idea guys?