Anika
Forum Replies Created
-
I have been thinking the same but it sound so unbelievable that PayPal may have a problem with Chrome. Thank you very much for your wonderful help
xx
AnikaHi Brash.
I am glad you ask me to do this. I have submitted support ticket but is there any way to login to easydigitaldownloads.com?
thanks, AnikaHi Brash,
I got plugins as below. I have already deactivated them but it did not help.
Thanks a lot for all your effort, I am starting to panic:)— WordPress Active Plugins
Adminimize: 1.11.2
Advanced Custom Fields: 4.4.11
Advanced Custom Fields: Gallery Field: 1.1.1
Backup: 1.1.40
Conditional CAPTCHA: 3.7.1
Contact Form 7: 4.7
Custom Post Templates: 1.5
Cyclone Slider 2: 2.13.0
Easy Digital Downloads: 2.7.8
MailPoet Newsletters: 2.7.10
MailPoet Newsletters Premium: 2.7.8
prettyPhoto Media: 1.4
Really Simple CAPTCHA: 1.9
Simple Share Buttons Adder: 6.3.4
TinyMCE Advanced: 4.5.6
User Role Editor: 4.32.3
WP-Mail-SMTP: 0.10.1
Yoast SEO: 4.7.1— WordPress Inactive Plugins
AmazonSimpleAdmin (ASA 1): 1.1.1
Google AdSense by BestWebSoft: 1.44
Social Media Tabs: 1.5.4
Wordfence Security: 6.3.8Hi Brash,
thank you very much for your quick answer.
1. I have just noticed that this problem is only in Chrome. In Firefox everything works fine.
2. The website is https://www.elsa-support.co.uk
3. There are no new plugins installed. I have disabled wordfence plugin and it did not help.
Thank you again for your answer
AnikaForum: Plugins
In reply to: [Contact Form DB] Preventing Duplicate Submissions from CF7Hi Michael,
Thanks a lot. I am not a specialist, just amateur and my modifications only cause fatal errors. Anyway, thanks for your help.
xx
AnikaForum: Plugins
In reply to: [Contact Form DB] Preventing Duplicate Submissions from CF7Michael, thank a lot for your help. Unfortunately it did not help. Without this code form works fine. When I paste it to functions it starts spinning:(
xx
AnikaForum: Plugins
In reply to: [Contact Form DB] Preventing Duplicate Submissions from CF7Hi Michael,
I am trying to implement this code to allow user send booking form just once. Ideally would be hide form from users who already subbmited it (based od username) but cannot fugure it out.
I used this code:function is_already_submitted($formName, $fieldName, $fieldValue){ require_once(ABSPATH . 'wp-content/plugins/contact-form-7-to-database-extension/CFDBFormIterator.php'); $exp = new CFDBFormIterator(); $atts = array(); $atts['show'] = "submit_time,$fieldName"; $atts['filter'] = "$fieldName=$fieldValue"; $exp->export($formName, $atts); $found = false; while ($row = $exp->nextRow()) { $found = true; } return $found; } function my_validate_email($result, $tag) { $formName = 'test2'; // Name of the form containing this field $fieldName = 'your-email2369'; // Set to your form's unique field name $name = $tag['name']; if($name == $fieldName){ $valueToValidate = $_POST[$name]; if (is_already_submitted($formName, $fieldName, $valueToValidate)) { $result['valid'] = false; $result['reason'][$name] = 'Email has already been submitted'; // error message } } return $result; } add_filter('wpcf7_validate_email*', 'my_validate_email', 10, 2);
and after submitting for I can only see spinner all the time.
Is there something you can help me with please.xx
AnikaOK I will, thanks!
xx
AnikaI know but why this error displays only on /wp-admin not https://unident.szczecin.pl/wp-login?
Hi,
there is 404 page https://unident.szczecin.pl/stomatolog-szczecin/%20jknjknjinij
now please compare it to https://unident.szczecin.pl/wp-adminx Anika
Hi and thanks for your answer. I am aware that I need to use new login page. My only concern is that if someone types https://www.yourwebsite.com/wp-admin this user should see 404 page, is that correct? In my case this page does not look like 404.
Hi and thanks for your reply.
Sorry probably I was not enough precise. What I did was in Brute Force I changed login page url and it works perfect.
But when I type https://www.domain.com/wp-admin (when I am not logged in) the 404 page displays different that when I type https://www.domain.com/wp-login for example.
I have enabled only Rename Login Page Settings in Brute FOrce.
thanks, AnikaForum: Plugins
In reply to: [WP Catalogue] Retrive first product image in search resultsHi Maeve again, I found your website and sent you an email with a link. You can see that there are products names but I have no idea how to display first image from the post. The only working method for me is adding featured image to each product, but I prefer to avoid it.
regards,
AnikaForum: Plugins
In reply to: [WP Catalogue] Retrive first product image in search resultsHi Maeve, it is still under the development. Can I send it to you by email? regards Anika
Forum: Plugins
In reply to: [WP Catalogue] Search resultHi Laxman, you can use plugin to do this, for example Search Exclude.