Guust
Forum Replies Created
-
AuthorPosts
-
Have a look at the CPT Categories widget or the Popular Categories widget.
There’s no GD or any addon installed? You given us the right URL?
You’re welcome 🙂
January 29, 2016 at 2:31 am in reply to: Enable Selected Regions feature is not working properly #113362Can you post your URL and WP admin details in a private reply so we can check your settings please.
You can change most wording using the translation files, see If still stuck, post your admin details.If still stuck, post your admin details.https://wpgeodirectory.com/docs/category/translation/
If you don’t want to use maps for a CPT, then go to GD > general > general tab > Select CPT to disable physical location, and add the CPT there.
Thanks for letting us know.
Sorry, but that’s not possible. You can create a page with a price table, where you can show the different price packages and link to them direct.
Can you be a bit more specific as to what fields you want to edit or remove?
You cannot remove the default custom fields like address and category.This might assist too: https://wpgeodirectory.com/docs/core-place-settings/
URL and WP admin details in a private reply together with relevant directions allow us to review your settings and provide better advice.
Just change the code to something like
//* Add My Custom Footer Links add_filter('genesis_footer_creds_text', 'custom_footer_creds_text'); function custom_footer_creds_text($creds) { $creds = '[footer_copyright] ' . get_bloginfo('name') . ' • <a href="http://mysite.com/">Bla bla</a> by <a href="http://wpgeothemes.com/">WP Geo Themes</a>'; return $creds; }Just change the HTML part to suit. Let me know if I misunderstood.
You’re welcome 🙂
This should give you a starting point:
https://wpgeodirectory.com/support/topic/details-page-how-to-move-rating-stars-from-sidebar-to-content-area/#post-15463It sounds like you did not activate multilocations correctly. The Google Map API treats every suburb or town in Australia as a different city, even if they have the same postcode.
And you should not use neighbourhoods in Australia, the burbs are already small enough.If you post your admin details in a private reply, we can have a look at your settings if you like.
You’re welcome 🙂
Try something like this:
.geodir_company_logo .geodir-custom-post-gallery { border: none; margin-bottom: -20px; margin-top: -20px; } -
AuthorPosts