Alex Rollin
Forum Replies Created
-
AuthorPosts
-
If you have two CPTs, then there are already 2 different forms, they show on the add listing page.
Add links to the right form using the GD Endpoints:
https://wpgeodirectory.com/docs-v2/geodirectory/navigation/
Please post further GD related questions to https://wpgeodirectory.com/support/
Sure, try this:
body.page-id-20 .sd-container { display: none; } body.page-id-20.logged-in .sd-container { display: initial; }
Add that to the customizer -> Additional CSS
Yes, those are the forms for UsersWP.
GeoDirectory forms show on the add-listing page. The fields are controlled in the Custom Fields tab.
Which form are you trying to work with?
Yes, each form has a separate link; only one form page is possible
https://wpgeodirectory.com/docs-v2/geodirectory/navigation/
If you have more questions about GD please post them to
Yes, we do not have a similar feature for banners, but, I will take up your idea as a feature request and the developers will consider adding it.
There is not, but, you can set that page to draft if you aren’t using it.
We have some new features coming up soon and we will be looking into items like that.
If you want, you can use CSS to hide it. Can you share a link to the page?
Use the shortcode builder to create a shortcode that has the options you want.
For the avatar/profil photo, look for uwp_user_avatar ->
[uwp_user_avatar tag="p" size="50"]
We don’t have one for just the banner but you can get the header with
[uwp_profile_header allow_change="1"]
1. You will need to add links to your menu to direct users to the appropriate forms.
You can review the integration options and adjust the settings
If you would like us to look into the conflict please share credentials in a private reply AND a link to the page where we can see the issue.
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:FTP Credentials
FTP Host:
FTP Port:
FTP User:
FTP Password:
TLS/SFTP:Use the Form Builder to add fields.
https://userswp.io/docs/core-plugin/userswp-form-builder/
Use the GeoDirectory endpoints to add links to each of the add lsiting pages.
Hello,
UsersWP doesn’t have different login or registration forms, just the one, though that is something the developers have and will continue to consider for the future.
You could add a field to the registration form for them to self-identify, and see that field in their profile.
Altering the My Listings link behavior would probably require customization.
In the near future we are planning to release an addon to work with roles. That may help your case. However we don’t have any ETA on that at this time.
We will work up a doc and post back here.
That is a function of the WP setting for Posts per page
WP Backend — Reading – Posts per page
Use the shortcode builder, for the uwp shortcodes:
[uwp_user_avatar tag="p" size="50"]
-
AuthorPosts