wpwerk
Forum Replies Created
-
Hi,
I got the same problem and found a working solution in another Support Thread of this plugin. (This is only a warning not a critical error, but you may want to fix it.)
As @patrelentlesstechnologycom and @lwangaman wrote, you need to manually edit login-with-ajax.php file (which is located in public_html/wp-content/plugins/login-with-ajax).
Find this line of the code:
$wp_content_folder = WP_CONTENT_DIR . "/plugin-templates/login-with-ajax/";
Replace it with this:
$wp_content_folder = path_join( WP_CONTENT_DIR , "plugin-templates/login-with-ajax/");
As you see the only difference is the initial slash in the second parameter.
Hopefully plugin author will fix this in the future updates.
Hello,
I just sent the email to [email protected] with debug.log file and some additional information. I’m not sure you would be able to see it either way as my issue appeared on local version, not on live site.
Thanks for your quick reply!
Hello Predrag,
thanks for the CSS code! It worked fine, I just needed to add “!important” to the width value, too. This detail might be useful for those who want to do the same trick.
By the way, not only your plugin is amazing – the “Hustle” promo video is great as well ??
Best wishes to developers and marketing team of WPMU DEV!
Hello Dave,
I got the same alert today:
Critical Problems:
* WordPress core file modified: wp-content/plugins/hello.php
You may check what differences in hello.php are found here:
https://i.gyazo.com/c066e4c32d95919926321a5b041ca569.gif
Please inform what you think about this issue. Thank you!