CRED plugin allows you to build forms for front-end user registration and editing. These forms can include user fields and display them with your HTML styling. They also support input validation and automatic email notifications.
When you ask for help or report issues, make sure to tell us the structure and the settings of your form.
Viewing 15 topics - 601 through 615 (of 622 total)
When i configured the login form layout to show for not logged users it doesn´t appear. I tried also create a page with the only shortcode in it: [wpv-login-form] and, when i show the page even if i am disconnected, it stays blank.
Solution:
It might be a cache problem, I did below modification in your website:
a) Open above URL,
b) click button "Edit with Layouts"
c) Edit the "Visual Editor cell", did not change anything, click tab "HTML", save
Problem: I placed a CRED Edit User form using a CRED cell in my page's Content Layout, but it does not appear on the front-end of my site. I checked the Access settings for this form at the custom User role "Collaborator" has permissions to edit their own User profile with this form.
Solution: In this case, the Page had both a Template Layout and a Content Layout applied. After disconnecting the Template Layout, the Edit User CRED form began to appear.
Problem: I would like to create a Content Template for CPT A, and I would like to show all the related child CPT B posts inside that Content Template.
Solution: Use a parent / child relationship to link CPT A and CPT B. Create a View of CPT B, filtered by post relationship, where the parent post is set by the current page. Insert this View into a Content Template assigned to CPT A.
I am trying to show a stamp using conditional display based on the post author role on the website,
for example : admin, dealer, editor , or any authorized users will have a stamp after the user account on a post, where other users or visitors won't, this is really important to the website concept.
I am trying to do it using wpv-post-user, role and condition display,