jfan2006
Forum Replies Created
-
Forum: Plugins
In reply to: [Cronjob Scheduler] Unable activate pluginI have the same error:
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected ‘[‘ in …/wp-content/plugins/cronjob-scheduler/cronjob-scheduler.php on line 700
Thanks again.
But how does the plugin work with WPML?
For example, I have separate English and French login pages (different header/menus/footer). When the French users enter the wrong password they have had to be redirected to the English login page?On both /login/ and /login2/, they both use the same shortcode [clean-login], and the problem is when the user use /login/ with wrong pwd, the page redirects to /login2/.
I don’t understand what you mean by update /login/… can you explain a bit more? Thankyou.
Thanks Alberto.
When the user enters the wrong username or pwd on /login/ they are redirected to /login2/, is it possible fore the login form to stay at /login/?Forum: Plugins
In reply to: [Contact Form 7] Sending duplicate emailsit’s another plugin that manages the contact list and messages submitted via contact form plugins https://www.ads-software.com/plugins/flamingo/
Forum: Plugins
In reply to: [Contact Form 7] Sending duplicate emailsthanks @esmi
I was thinking of hosting related issue as well but then ‘Flamingo inbound messages’ catches the duplicate emails so I think it should be a WordPress level problem rather than SMTP mailing server issue…Forum: Plugins
In reply to: [Woocommerce Radio Buttons] Upgrade CodeThanks nkjskj.
Works now for me.
Line 49 changed to:
echo ‘<input type=”radio” value=”‘ .apply_filters( ‘woocommerce_variation_option_name’, $option ) . ‘” ‘ . checked( sanitize_title( $selected_value ), sanitize_title( $option ), false ) . ‘ id=”‘. esc_attr( sanitize_title($name) ) .'” name=”attribute_’. sanitize_title($name).'”>’ . apply_filters( ‘woocommerce_variation_option_name’, $option ) . ‘
‘;Sorry Wingers574, I mean the usernames they are trying to log in are existing usernames (admin usernames). I don’t believe either of my sites in this case have ‘admin’ as a username before.
I have the same situation that two of my sites have been trying to log in by real / existing user…
I really have no idea how could the real username have been disclosed?! worrying ??Forum: Plugins
In reply to: [Contact Form DB] How to exclude/ignore certain fields in the export (CSV)thanks Michael.
Just wondered if possible to ignore certain fields from ‘Export’ option on this page:
/wp-admin/admin.php?page=CF7DBPluginSubmissionsForum: Plugins
In reply to: [Contact Form DB] Field exclusions only working on one formIs there a way to exclude some fields in the .csv export? Thanks