Kor
Forum Replies Created
-
AuthorPosts
-
Hi Deb,
Could you move the translation files to wp-content/languages/plugins/ and see if it works?
Thanks!
Thanks for letting us know.
Hi Jacob,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi Suzy,
Could you tell us where did you save the translated files? Did you follow the steps from this section of the documentation correctly? https://wpgeodirectory.com/docs/translate-core/
Thanks!
Hi Leon,
I’m able to see a JS error in the console when I try to view the Council Trainers map as shown in this screenshot http://prntscr.com/exxcp7 . Could you please try deactivating all non-gd plugins and see if it fixes the issue there?
Thanks!
Hi Remy,
Kindly replace the custom PHP code I’ve shared earlier with the below as you should use this shortcode instead [gd_listing_map] and not [gd_homepage_map]
add_action('geodir_wrapper_open', 'map_on_sd_detail', 3, 1); function map_on_sd_detail($page) { if ($page == 'details-page') { echo do_shortcode('[gd_listing_map]'); } }Hi Remy,
This custom CSS code below should remove it. Insert into Gd > Design > Scripts > Custom Style CSS
.map_category { display:none!important; }Hi Remy,
You can use the custom PHP code below with the “Code Snippets Plugin” to insert the map above the featured image.
add_action('geodir_wrapper_open', 'map_on_sd_detail', 3, 1); function map_on_sd_detail($page) { if ($page == 'details-page') { echo do_shortcode('[gd_homepage_map]'); } }Which “TITLE and the categories out of the map code” are you referring to? Please provide some screenshots.
Thanks!
Hi Remy,
If you wish to display the Google map on the detail listing page. Here’s what you can do as shown in this screenshot http://prntscr.com/exvlbl . For further customization using custom CSS, check out this article https://wpgeodirectory.com/docs/customizing-your-style/
Thanks!
Hi Bartek,
Use the “Custom Post Type” Addon to create a different CPT with different categories. https://wpgeodirectory.com/downloads/custom-post-types/ . Let us know if it’s what you’re looking for
Thanks!
Hi Cosmic,
I’ve just checked your Website and I think I know what you’re referring to. I’ll check with a developer for this one.
Thanks!
Hi Cosmic,
Do you mind sharing the URL of the site in question so we can take a look? Also, share some examples that cause two same listings to display. You can use the private reply option below.
Hi there,
Unfortunately, you can’t achieve that without customization.
Thanks!
Thanks for the kind words and have a nice day!
Hi Marcus,
Yes, you’d need a 3rd party plugin or customization to achieve that.
Thanks!
-
AuthorPosts