Alex Rollin
Forum Replies Created
-
AuthorPosts
-
The settings look ok, but the commentslist-wrap is empty. The developers will take a look.
I recommend you try it with one location.
It can have a major effect, yes, and you may want to backup your site first.
Make sure you don’t delete the ID and use the option to update locations if ID exists.
This reply has been marked as private.April 23, 2020 at 1:46 pm in reply to: Remove "Import Details from Social" from CPT Add List but not another #542129Css to hide social importer on specific CPT add listing page
body.geodir-page-add.geodir-form-gd_jobs div#gd-social-importer { display: none; }
Add CSS to the Customizer
WP Backend – Appearance – Customizer – Additional CSS
Next steps
Finished with UsersWP integration settings?
1. I don’t see GD Post Fav or GD Rating in your archive item on the screen. Is this still an issue?
2.
Added.sd .sd-ratings { display: none; } .sd-detail-cta { display: none; }
3. Fixed – DS was v1. Updated to V2.
You can use GD Post Meta to output the values. Try it out with different settings to see which one suits your needs.
Make sure you have comments enabled in the WP Discussion settings.
Then make sure the listings (individual listings) have comments enabled int he backend edit screen.If we need to check the settings please share credentials in a private reply AND a link to the WP Backend edit page for the template so we know where to look.
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:1. Yes, that will show all the categories for the page.
2. You can change the default category for the listing to change the map icon.
https://wpgeodirectory.com/docs-v2/places/categories/#default-categoryThat is what, a menu link? Change the menu link?
You would want to add a custom HTML field and add their snippet into that. WP doesn’t allow scripts in the fields so there are a couple things to do to allow scripts, let us know if you want to go that route.
GD doesn’t have a setting to hide the admin bar but there is a snippet:
function uwp_disable_admin_bar() { if (current_user_can('administrator') || current_user_can('editor') ) { show_admin_bar(true); } else { show_admin_bar(false); } } add_action('after_setup_theme', 'uwp_disable_admin_bar');
Snippet? Add them with Code Snippets: https://wordpress.org/plugins/code-snippets/
Please share a link to the page where we can see the issue.
Hello,
can you check the console for errors?
If we need to check the settings please share credentials in a private reply AND a link to the WP Backend edit page for the template so we know where to look.
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:April 23, 2020 at 1:10 pm in reply to: Hide Category Display (breadcrumbs) On All Details Page #5421111. Edit the GD Details template and remove GD Single Taxonomy
See the doc here: https://wpgeodirectory.com/docs-v2/integrations/ninja-forms/
-
AuthorPosts