Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Luis Alejandre

    (@luisalejandrewp)

    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.

    Thread Starter Luis Alejandre

    (@luisalejandrewp)

    Hi 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 uses get_template_directory_uri().

    Shouldn′t it be get_stylesheet_directory_uri() instead?

    Thanks again, Kemory.

    Thread Starter Luis Alejandre

    (@luisalejandrewp)

    Thank you very much for your quick reply and for providing that blank example template, I will definitely give it a try!

Viewing 3 replies - 1 through 3 (of 3 total)