ikookmaar
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Polls] completely remove WP-PollsSome things are so obvious: Solved it by re-installing WP-Polls and then using your WP-Admin-> Polls -> Uninstall Polls suggestion.
Thank you!Forum: Plugins
In reply to: [WP-Polls] completely remove WP-PollsThank you for your reply, but it doesn’t answer my questions; There is no WP-Admin -> Pols -> Uninstall Polls, since I had allready uninstalled it. Still it left the tables… What else?
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Translate "continue reading"Never mind, found it in functions.php.
Can a category view be set to show excerpts also?Continuing https://www.ads-software.com/support/topic/update-to-cf7-36-seems-to-have-broken-the-dynamic-text-extension, sevenspark helped me fix it. Not by changing the priority in the CF7 itself as callmebruce suggests now, but of CF7 WP-recaptcha extension. Aparently I was well on the way by finding “add_action(‘plugins_loaded’, array(&$this, ‘initialize’));” in CF7 recaptcha extension’s WPASDPlugin.class.php.
Changing it to “add_action(‘plugins_loaded’, array(&$this, ‘initialize’), 15);” (a priority higher then 10, instead of lower) made it work!I thought making it a lower number would change it to a higher priority (hence the expression priority one), but indeed it apears to work in the oposite way. Setting it to 15 made it work again. Thanks Sevenspark!
I’d like some more details about this; what does it delete and with what options checked?
On which blogs did you read this (google only brings me to this thread)
Why would 4 people vote for “works”?
Ruhanirabin, could you please test and update us on WP3.8 compatibility? 3.9 doesn’t sound right, or did you really test with the development version?
Thanks…I am not really a PHP programmer. Could anyone point me to how and where to set this priority?
Thanks and sorry, I know that this is not your plugin…
In CF7 recapcha’s WPASDPlugin.class.php I found:
“add_action(‘plugins_loaded’, array(&$this, ‘initialize’));”
I changed it to :
“add_action(‘plugins_loaded’, array(&$this, ‘initialize’), 1);”
But that doesn’t seem to work. Will I have to deactivate and reactivate Contact Form 7 or any of the extensions plugins also? If so, in what order?from https://www.ads-software.com/support/topic/update-to-cf7-36-seems-to-have-broken-the-dynamic-text-extension it seems that this can be fixed by “making sure the priority on the plugins_loaded action hook in that plugin is set higher than 10”.
I am not really a PHP programmer. Could anyone point me to how and where to set this priority?
In CF7 recapcha extension’s WPASDPlugin.class.php I found:
“add_action(‘plugins_loaded’, array(&$this, ‘initialize’));”
I tried changing it to :
“add_action(‘plugins_loaded’, array(&$this, ‘initialize’), 1);”
but that doesn’t seem to work. Will I have to deactivate and reactivate Contact Form 7 or any of the extensions plugins also? If so, in what order?Forum: Plugins
In reply to: [Contact Form 7] mail not delivered on same domain (localhost) as websiteThis sounds like an issue within your hosting environment. I had the same problem once and solved it by filling in the “locally delivered mail domains” somewhere in the hosting administration panel….
Broken since CF7 3.6 with me too… Apparently the “Better WP” version is also broken…
Only working replacement I found is CF7 Really Simple Captcha, but it doesn’t work in combination with User Access Manager (.htaccess problems).
Anyone knows about another (working!) alternative?So I updated CF7 DTX to 1.1 and then tried to undo fijnmedia’s fix, but since then the CF7 WP-reCaptcha plugin (and maybe other CF7 plugins too) stopped working, it only shows the shortcode. Reapplying the fix and re-activating the WP-recaptcha or the CF7 DTX plugin didn’t help.
Is this caused by the CF7 DTX 1.1 update? What to do?Forum: Plugins
In reply to: [Contact Form 7] WP-recaptchaI spoke too soon :-(. After updating CF7 Dynamic Text Exctension and reverting “fijnmedia’s fix”(see https://www.ads-software.com/support/topic/update-to-cf7-36-seems-to-have-broken-the-dynamic-text-extension?replies=10), I am no also left with a non-working CF7 reCaptcha extension. It only shows the shortcode in the form…
Since I also use User Access Manager and because of the ,htaccess settings it makes, Really Simple Captcha won’t work either. How can I protect my contact forms from spammers now?Forum: Plugins
In reply to: [Contact Form 7] v3.6. broke dynamic text extensionSo I updated CF7 DTX to 1.1 and then tried to undo fijnmedia’s fix, but since then the CF7 WP-reCaptcha plugin (and maybe other CF7 plugins too) stopped working, it only shows the shortcode. Even after reapplying the fix the WP-recaptcha plugin now only shows the shortcode. What to do?
Forum: Plugins
In reply to: [Contact Form 7] WP-recaptchaI had the same problem, so as a last measure i deactivated it and installed Really Simple captcha . But that didn’t work in combination with User Access Manager, so I deactivated and unistalled that…
Then I reactivated WP-reCaptcha and presto, it works again!Forum: Plugins
In reply to: [Contact Form 7] v3.6. broke dynamic text extensionI confirm the above fix worked for me too…