Luis Alejandre
Forum Replies Created
-
Hi Paolo, and thank you for your fast reply.
I′ve selected the Require Email Activation option again by means of the Form Options as you told me, and it worked alright.
Apparently, upon updating of the USersWP plugin when these features were changed, the plugin did not take into account that I had the Require Email Activation option already set, so it set the Auto Approve + Auto Login option instead. And that brought a lot of trouble.
- This reply was modified 2 years, 7 months ago by Luis Alejandre.
Forum: Plugins
In reply to: [RecipePress Reloaded] Custom TemplatesHi again, @w33zy
I created the “recipepress” folder in my child theme’s root folder and copied a fresh example template to it, based on your blank template. Then the first thing I noticed is that I couldn′t get my new template screenshot to be shown under “Recipe Templates“.
By inspecting the html code on the Appearance settings page of your plugin I noticed it was trying to retreive the screenshot image from a “recipepress” folder of the parent theme and, therefore, could not find it because it is in the child theme.
Then I took a look at the plugin code and found that the function
add_layout_to_list( $dir_name )
in the class-layouts.php file usesget_template_directory_uri()
.Shouldn′t it be
get_stylesheet_directory_uri()
instead?Thanks again, Kemory.
- This reply was modified 3 years, 11 months ago by Luis Alejandre.
Forum: Plugins
In reply to: [RecipePress Reloaded] Custom TemplatesThank you very much for your quick reply and for providing that blank example template, I will definitely give it a try!