loganless
Forum Replies Created
-
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] php errorThanks to you @rankmathsupport for the great plugin.
Will you include this fix in the next release? This error has been present for almost a year.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] php error@rankmathsupport I get the same error on the custom posts search page. An example is this page where get_query_var returns an array as a result:
["guide"]=> string(5) "guide"
The solution indicated by @tresorama was only partially correct (the array also uses the custom post type slug as an index and does not use a numeric value). To resolve the warning you need to add the following code before line 606:
if ( is_array($post_type) ) $post_type = reset( $post_type );
which extracts the custom post type slug.
Forum: Plugins
In reply to: [Contact Form 7] Sendinblue double opt-inWill there be any developments related to the integration of the double opt-in for Sendinblue? In many countries this action is mandatory for the correct management of privacy consent.
Forum: Plugins
In reply to: [Contact Form 7] Gutenberg block bugFor those who have the same problem which unfortunately has not yet been solved in 5.5.2.
Forum: Plugins
In reply to: [Contact Form 7] Gutenberg Block Selector Returns 404 Not Found@takayukister the problem is still present in the new version 5.5.2
Forum: Plugins
In reply to: [Contact Form 7] Sendinblue double opt-in@takayukister
I have read all the information on the site carefully before asking, but there is no response to my request.
In that case we talk about single opt-in, by ticking the checkbox, but in some states, such as Germany, the need to set up a double opt-in is mandatory, so currently the management of CF7 is not compliant with the GDPR.Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 v 5.1.4 Recaptcha v3@takayukister are there still no solutions to make v3 work on Contact Form 7? is a very important component of the plugin..
Forum: Plugins
In reply to: [Contact Form 7] GDPRAny news about GDPR and contact form 7 + Flamingo?
Sorry, the error was the use of the class wpcf7.
Forum: Plugins
In reply to: [Flamingo] Export Meta data post_titleMe too!
Forum: Plugins
In reply to: [Theme My Login] Can't load custom profile formThis is an example. I try this simple function on the profile form, but if I use event.preventDefault() the submit doesn’t work. This is the only form of Theme My Login where doesn’t work.
$( "input[type='submit']").click( function(event){ event.preventDefault(); alert('test'); $(this).parents('form').submit(); } );
This is very strange. Any ideas?
Forum: Plugins
In reply to: [Theme My Login] Can't load custom profile formCan I ask you one other thing?
I’m applying to the profile form a custom javascript validator, which after checking the fields, does the submit of the form. On the other forms of Theme My Login works fine, but only on this form, when sending, does nothing.
Is there any javascript function already set to submit this form?Forum: Plugins
In reply to: [Theme My Login] Can't load custom profile formThanks!
i put the funciotion in the loop.<?php while( have_posts() ){ the_post(); theme_my_login( array( 'default_action' => 'profile', 'show_title' => false, 'profile_template' => 'inc.profile-form.php' )); } ?>
Forum: Plugins
In reply to: [Flamingo] Delete permanently seems to be missing from trash section.No one has a solution for this problem?
Forum: Plugins
In reply to: [Flamingo] Delete permanently seems to be missing from trash section.@duey.d
WordPress
Version 4.2.2File fixed:
/wp-content/plugins/flamingo/admin/includes/class-inbound-messages-list-table.phpThis is the file:
https://www.filedropper.com/class-inbound-messages-list-table