Guust
Forum Replies Created
-
AuthorPosts
-
You’re welcome 🙂
You’re welcome 🙂
Review your settings at WP Settings > Discussion:
clear both “Before a comment appears” settings.Thanks
Please review https://wpgeodirectory.com/docs/core-export/
I guess you are not clearing the post_id column when adding new listings:
https://wpgeodirectory.com/docs/core-export/#importLatitude and longitude are compulsory:
https://wpgeodirectory.com/docs/core-export/#resourcesThanks
Please review https://wpgeodirectory.com/docs/gd-search/#cpt
On a location page or any standard WP page or post, the order of the CPTs in the selector can be determined by changing the order at GD > Custom Post Types > Choose a CPT > Advance Mode tab > Order in post type list (Custom Post Types addon required).
Thanks
Add this filter code in functions.php or as a code snippet:
add_filter('sd_map_shortcode_args', 'modify_sd_map_shortcode_args'); function modify_sd_map_shortcode_args($args) { $args['scrollwheel'] = 'true'; $args['zoom'] = '12'; return $args; }Thanks
the “change location” menu is not in the main menu
From https://wpgeodirectory.com/docs/multilocations/#main :Make sure you have selected a menu to be used for your GeoDirectory links at GD > Design > Navigation
https://wpgeodirectory.com/docs/core-design/#navigation
I have done that for you.it should run geolocation
Check your redirect settings at GD > Advanced Search:
https://wpgeodirectory.com/docs/search-filters-overview/#redirectThanks
No problem, you’re welcome.
Because they have a space before the closing #, you need to use #client_name#, not #client_name #
Thanks
I suggest you ask support from Yoast. Thanks.
February 12, 2017 at 7:15 am in reply to: Possible to hide image on listing page for places that are not featured? #360535Review https://wpgeodirectory.com/docs/common-styling-examples/#feature
and try this CSS:.gd-post-featured .geodir-post-img {visibility: initial !important;} .geodir_category_list_view li .geodir-post-img {visibility: hidden;}Thanks
Sorry, I am no expert on German Law, but I guess an impressum is required by the website owner, not the listing submitters? So you could add it anywhere?
If it is the listing owner, then some custom field might fit the purpose [whatever that is].You had 2 Gmap widgets below each other in the GD Home Top section. I deleted the second one.
Please check now.It would really not delete by itself from there, so all I can guess is that you changed some of the CSS in the theme files, I have no other explanations. If you kept a backup, you can check.
Thanks for letting us know.
-
AuthorPosts