I included the shortcode [wpfep] in the edit profile page, but when the page is opened, it shows no content at all.
Why’s that?
Theme: Ocean WP
WordPess: Version 6.6.2
Could you please help me getting this right?
Regards
Michaela
Can you please fix the bug when your Enjoying using the WP Frontend Profile plugin notification shows at the top no matter what you do? You can review it, you can dismiss it, it’s again and again there… Jesus.
]]>Hey there, while debugging an issue from one of our users we found that your plugin is currently not returning a value from one of your hooked filters.
In the following function, you are conditionally returning a value. This should probably always return the $plugins_array
even if you aren’t changing it.
It’s located in:
/wp-front-end-profile/admin/class-wpfep-shortcodes-button.php:96
We have confirmed that returning the array fixes the Fatal errors thrown in our plugins as well.
This likely has impacts on other plugins as well until it’s resolved.
The full filter function should probably be:
public function enqueue_plugin_scripts($plugin_array)
{
global $pagenow;
$posttype = get_post_type(get_the_ID());
if (('page' === $posttype && 'post.php' === $pagenow) || ('page' === $posttype && 'post-new.php' === $pagenow)) {
// enqueue TinyMCE plugin script with its ID.
$plugin_array['wpfep_button'] = plugins_url('/assets/js/wpfep-tmc-button.js', dirname(__FILE__));
return $plugin_array;
}
return $plugin_array;
}
]]>
Hi there.
I am translating the plugin to portuguese and the are some messages that cannot be translated.
Is it possible to add the to the language file?
Thanks
]]>Does not work at all. Renders nothing.
Latest wordpress, gutenberg, elementor, whatever, the shordcodes render nothing.
Don’t bother.
]]>Hi I use Loco Translate and I want to translate strings on email after registration but they are coded only text not localization.
In file class-wpfep-registration.php there are strings
$message .= ‘Thanks’;
$subject = ‘Thank you for registering’;
$message .= ‘Congrats! You are Successfully registered to ‘
no have (‘Thanks’, ‘wp-front-end-profile’).
Please update them.
]]>Hello,
Is-it possible to add an ACF field on the register form?
Thank you for your help.
Best regards,
Cyril.
Fatal error: Uncaught Error: Class ‘WPFEP_Profile’ not found in /home/milsou/forum.cnfn.fr/wp-content/plugins/wp-front-end-profile/functions/wpfep-functions.php:391 Stack trace: #0 /home/milsou/forum.cnfn.fr/wp-includes/class-wp-hook.php(303): wpfep_tab_content_save(Array, 1) #1 /home/milsou/forum.cnfn.fr/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(”, Array) #2 /home/milsou/forum.cnfn.fr/wp-includes/plugin.php(470): WP_Hook->do_action(Array) #3 /home/milsou/forum.cnfn.fr/wp-content/plugins/wp-front-end-profile/functions/wpfep-functions.php(141): do_action(‘wpfep_after_tab…’, Array, 1) #4 /home/milsou/forum.cnfn.fr/wp-content/plugins/wp-front-end-profile/functions/wpfep-functions.php(815): wpfep_default_tab_content(Array) #5 /home/milsou/forum.cnfn.fr/wp-content/plugins/wp-front-end-profile/functions/shortcode.php(13): wpfep_show_profile() #6 /home/milsou/forum.cnfn.fr/wp-includes/shortcodes.php(356): wpfep_register_shortcode(”, ”, ‘wpfep’) #7 [internal function]: do_shortcode_tag(Array) #8 /home/milsou in /home/milsou/forum.cnfn.fr/wp-content/plugins/wp-front-end-profile/functions/wpfep-functions.php on line 391
]]>Hi folks!
Thanks for your great plugin. I have trouble whilst using the Plugin Secondary title: The plugin adds HTML in H1 tags, and in the profile-page of users, their post’s titles get printed with escaped HTML.
Are you able to change this behavior?
Have a nice weekend!
]]>I want to show custom field created with wpfep_fields_profile to be visible on the profile page under avatar just like email. How can I do it?
]]>I’m trying to overwrite the file views/profile.php with my own customizations.
I have saved it to my child theme folder but my changes are not showing up. What path should I save it under? I tried all of the following:
my-theme/wp-front-end-profile/views/profile.php
my-theme/wp-front-end-profile/profile.php
my-theme/profile.php
None of these are working. Tried hard refreshes, cleared website cache, cleared browser cache, tried various browsers, etc. It just doesn’t seem to be reading my custom file.
]]>hi please share the edit profile hook, i need to change some code when update profile trigger
]]>I need a specific url per each users profile.
]]>Hi, is it possible to remove the URL and Description/Bio fields from Profile tab?
]]>Hi,
I installed the plugin on a clean WP 5.4.2 installation.
The problem is the tabs in profile edit doesn’t work.
They just do nothing after clicking on.
What could be my problem?
Regards
Qhiliqq
//EDIT
Found the problem, it’s my theme.
Could be closed.
I need to be able to use the V3 version of google recaptcha, since V2 is a malware hole, since many suspicious people are registering on my website …
]]>Hi! I have a problem with user registration. After install the WP Frontend Profile plugin registred users get notification email form plugin and the native email. Do you have any idea how to disable the native email notification?
]]>I added a new tab with new fields to my user profile.
When I save the new values, all operation on the DB are fine, and the values are properly saved but I receive a warning:
Notice: Undefined index: taxonomy in /wp-content/plugins/wp-front-end-profile/functions/save-fields.php on line 149
What’s wrong? Can I hide/ignore it?
thanks
]]>Hi there
I can register as a new user but I cannot login from the plugin created page.
User exists, and it’s correctly activated. I can login from the standard wp-admin page.
System status reported by the plugin seems ok.
What can be wrong?
Thanks
]]>Hi from germany,
first of all: I really like the plugin. However, I found a little something with the wpfep_show_profile function.
if ( in_array( 'administrator', (array) $user->roles, true ) ) {
if ( current_user_can( 'manage_options' ) ) {
ob_start();
}
echo "<div class='wpfep_editing_disabled'>";
printf( esc_html__( 'Frontend editing is disabled for administrators because of security risks.', 'wpfep' ) );
echo '</div>';
return ob_get_clean();
}
Shouldn’t an administrator at least be able to edit his own profile in the frontend?
Another two cents: Id would be great if we could get a login/logout widget in addition to the login page. And I really would appreciate if you could add a filter to the stylesheet, or at least provide bootstrap 3/4 classes for the forms, fields and buttons.
Others than this: I think this plugin is a really good alternative to cozmolabs profile builder. I could chip in a german translation, if you are interested.
]]>Hi there,
just in case someone searches for similar purposes
i like to use only the profile-edit part of this plugin and researched how i can restore the usual WP login/out/register process
i do this because i allready did customized the normal login form and want to have the small form without site-layout – to load it in al lightbox for example.
this is what i came up and what worked for me:
function myTheme_setup_theme() {
// ... other stuff
myTheme_wpfep_login_deconstruct();
}
function myTheme_wpfep_login_deconstruct(){
if ( class_exists('WPFEP_Login') ) {
$login_obj = WPFEP_Login::init();
remove_filter('init', array($login_obj, 'process_login'));
remove_filter('init', array($login_obj, 'process_logout'));
remove_filter('init', array($login_obj, 'process_reset_password'));
remove_filter('init', array($login_obj, 'wp_login_page_redirect'));
remove_filter('init', array($login_obj, 'activation_user_registration'));
remove_filter('login_url', array($login_obj, 'filter_login_url'));
remove_filter('logout_url', array($login_obj, 'filter_logout_url'));
remove_filter('lostpassword_url', array($login_obj, 'filter_lostpassword_url'));
remove_filter('authenticate', array($login_obj, 'successfully_authenticate'));
}
}
add_action('after_setup_theme', 'myTheme_setup_theme');
i’ll add more here if i find mor to do in this case.
maybe as a feature request an option at settings/pages with disabling a page would be usefull.
this is not a criticism of the plugin, i think its on a good way!
]]>How do I indicate the ROLE that I want new users to register in the registration form? By default it puts them as SUBSCRIBE, but I want another ROLE
]]>We are working on WP Frontend Profile plugin on GitHub, here:
https://github.com/glowlogix/wp-frontend-profile
If you have bug reports or issues to discuss, please use GitHub, here:
https://github.com/glowlogix/wp-frontend-profile/issues
You can search existing issues there to see if it’s already tracked.
]]>Hi,
sorry for this first post in years ??
I’m using your plugin and get this message if I add a new post:
<div class="mce-notification-inner">Failed to initialize plugin: wpfep_button</div>
After saving the new post, the message is gone.
]]>Hi Mark,
Excellent plugin I stumbled across it by accident as we use your Broadbean plugin.
I wanted to know if it is possible to add into a custom tab a custom field, for instance I have a custom field in the user profile that allows for file upload. Is there a way to to display this field and also allow the user to upload a file with this plugin?
Dan
]]>Would it be possible that the user stays on the active tab, when saving?
For instance, on the password tab, if I enter mismatching password or the password is too short or doesn’t have the right characters, I get the error messages at the top, but it would be nice, if I also stay on the password tab.
Another small thing: If I haven’t entered anything in the password fields, I can click “Update Password” and the page reloads. It doesn’t seems to affect anything, but wouldn’t it be best if there was a check for if anything has been entered?
]]>In the Email Address-field, if I enter an emailaddress that is already used by another user, I don’t get any feedback in the frontend, when I save.
I just get the message “Your profile was updated successfully!”, but the emailaddress of course is the old one.
]]>Hi
I really hope you still support this plugin.
Can I somehow create the “Display name” field in the front end profile editor?
I want it to look the same way as in the dashboard, where the different name types are suggested. Is this possible?
/Jacob
]]>Hi, I am seeing a lot of entries in the php_errorlog, they all refer to the same line & file.
Is there anything I need to alter in the site? Or any suggestions?
Didn’t notice this error log entry before the latest update.
The error log:
PHP Warning: Illegal string offset 'id' in /home/THE_DOMAIN/public_html/wp-content/plugins/wp-front-end-profile/functions/wpfep-functions.php on line 161
Thanks, Mark
]]>Hi Mark,
I assume you have no translation to Brazilian Portuguese. If not, and I like you plugin and sort really need it translated myself sooner rather than later, Is there a way I can help? I’m from Brazil (living in Australia) and have some translated my theme using po edit.
]]>