1naveengiri
Forum Replies Created
-
Glad, it helped.
have a good day.Hi,
The GD multiselect field already displayed in lists form.
You can check this video for more detail on it https://www.loom.com/share/8cfe9d9608ab4a30b30a3e8461e94a5b
Please let us know if you have any other concern.
Regards
Hi @diegop78
UsersWP does not have an inbuilt functionality to do so.
You can surely create a custom checkbox to get user consent on the signup page from wp-admin => UsersWP => form builder
and you can use the following hook to set the condition for the checkbox checked and send data to another website using rest API.add_action( 'uwp_after_process_register', 'uwp_after_process_register_custom_callback', 10, 2 ); function uwp_after_process_register_custom_callback( $result, $user_id ) { // do work after user register }
Regards
Hi @zraw012,
In the ideal case, Installing the UsersWP plugin will never delete any existing page.
so I can’t say anything without having a look at the site configuration.If you can still reproduce this case, could you tell us the steps
OR screencast video is also helpful to track it down.Regards
Hi @zraw012
have you tried resetting permalink?
wp-admin => settings => permalink => Click save change.
Regards
Forum: Plugins
In reply to: [Posts 2 Posts] Count connected postsGlad that you found the patch.
have a good day and Happy New Year.
Forum: Plugins
In reply to: [Posts 2 Posts] Count connected postsare you using it with the Geodirectory plugin or
just simply using it for WordPress CPT?You can do it in Geodirectory => Settings => General
as mentioned in the below image.Regards
Hi @gobiz2022
Divi builder loads different styles and HTML on CPT pages.
did you check with their support?I can see the HTML is different on both pages.
Regards
This snippet will provide you the quora field option in Uwp custom fields.
https://ibb.co/SBqnd0gYou have to add that quora field first, as mentioned in the above screenshot.
Regards
Hi
Please try the following snippet to add quora icon.
https://gist.github.com/1naveengiri/124008698756bf745ab8311de04bb3f6
and instead of using uwp_profile_social, please use UWP > Button Groups shortcode
[uwp_button_group fields='']
Regards
Forum: Plugins
In reply to: [BuddyPress Compliments] Change URLThis is fixed now and it will appear in the next release.
If you want, you can follow this too.
https://github.com/GeoDirectory/buddypress-compliments/pull/45/filesRegards
Forum: Plugins
In reply to: [BuddyPress Compliments] Change URLdid you changed the slug here https://ibb.co/T22zJjC
could you send the screesort of that page, where you face the link issue?Regards
Hello @devff
we do not have any such feature.
but there is another option for adding pagination. you can use it.the view all link loading all posts on the same page, could create a performance issue.
Ex. suppose there are 10K listings.so it is not an ideal way and hence there are other options for paginating them.
by considering your requirements, I have created a task to add the load more posts button as an option in GD > Listing shortcode.
Thanks for suggesting it.
Regards