barinagabriel
Forum Replies Created
-
Hello,
we did some testing regarding this, but unfortunately could not replicate this issue.
The code you are talking about would be added here: https://www.cozmoslabs.com/wordpress-profile-builder/faq/#10 but I would like to take a look at this issue personally. If you are ok with this, I will need a WP account with admin rights and FTP credentials to be sent to [email protected], along with a link to this thread, and I will get back to you ASAP.
Regards,
GabrielHello,
we did some testing regarding this, but unfortunately could not replicate this issue.
The code you are talking about would be added here: https://www.cozmoslabs.com/wordpress-profile-builder/faq/#10 but I would like to take a look at this issue personally. If you are ok with this, I will need a WP account with admin rights and FTP credentials to be sent to [email protected], along with a link to this thread, and I will get back to you ASAP.
Regards,
GabrielHello,
this is not a default functionality, but I *think* this can be done with a custom script (using the built-in filters); the only problem is I have never tried this out.
If you need help, we will gladly offer assistance, but you will have to do most of the custom work yourself.
Regards,
GabrielHello Alex,
you need to deactivate the free version of PB before you can activate the premium version.
Regards,
GabrielHello,
unfortunately with PB it is not possible to log out by simply clicking on a nav menu item, but you can create a custom script, using the following wp function: https://codex.www.ads-software.com/Function_Reference/wp_logout
Regards,
Gabriel#container #wppb_login #user-name{
width:500px;
}
#container #wppb_login #password{
width:500px;
}Hello,
I have seen this before, and it was caused by something on the site (a script in the theme/plugin/server) that refreshes (and thus reposts) the entered information twice.
Please check if the user is in the database itself (either the _users or _signups table).
Keep me posted!
Regards,
GabrielHello,
add this: https://pastebin.com/Qyx9kKgZ here https://www.cozmoslabs.com/wordpress-profile-builder/faq/#10
Regards,
GabrielHello,
you need to do it with CSS.
Target the given element (firebug for firefox, or inspect element in chrome), and using it’s ID or class name, specify its width attribute in the currently active theme’s style.css file.
https://www.w3schools.com/cssref/pr_dim_width.asp
If you give me a link to your page, I will give you more, concrete example.
Regards,
GabrielHello,
and thanks for letting us know about this change.
I will add this in todays update.
Regards,
GabrielHello,
add this: https://pastebin.com/yK9S7cvD here: https://www.cozmoslabs.com/wordpress-profile-builder/faq/#10
Regards,
GabrielHello,
yes, the username and email will always be unique, since the whole functionality is built on the one of WordPress.
Regards,
GabrielHello,
unsubscribing is not possible with PB, for that you will have to add custom code, using the following WP function: https://codex.www.ads-software.com/Function_Reference/wp_delete_user
Accessing the dashboard would still not help, but should it, I can offer you a solution for this using the built-in filters.
Regards,
Gabriel