Guust
Forum Replies Created
-
AuthorPosts
-
Please check the password.
Also list the issues you want us to look at, together with URLs of those pages.Some things that need attention:
1. You need to get a new Map API key to display the small static map on the detail pages: https://wpgeodirectory.com/docs/add-google-api-key/That is all I spotted so far. Thanks.
You’re welcome 🙂
Try this, adjust as required:
.geodir_more_info span {background: #C25950; padding: 5px; border-radius:5px; color: white}CSS is not too hard, and you cannot break anything with wrong CSS, and with the plugin described in the article, it is even easier.
Thanks
Have a look at this article: https://wpgeodirectory.com/docs/customizing-your-style/
If you’re still stuck after that post a URL of a page where we can see what you want to change together with any details of what you want to change.
Thanks
The developer of your pricing table plugin might be able to assist with that. Our support is only for GD related issues: https://wpgeodirectory.com/support-policy/
Thanks
You have set two of your CPTs to not have addresses at GD > General > General tab, that turns off any maps of completely for those CPTs.
Then in GD > Design > Map tab, you have chosen to hide all other maps by ticking the HIDE POST TYPE AND CATEGORY ON MAP for all other CPTs too.
The first option [GD > General > General tab > Select CPT to disable physical location] deletes all address related data in the database and makes it non-required for those CPTs.
The second option [GD > Design > Map tab > HIDE POST TYPE AND CATEGORY ON MAP] will turn off the maps only for those CPTs, without deleting the address related data in the database.
I just unticked the main of your CPTs to bring the map back.
Thanks
Copy the code only from the snippet at https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-footer-text-in-supreme/ by clicking on the “view source” button that appears when hovering over the top right of the snippet:
function dt_remove_default_footer() { remove_action( 'dt_footer_copyright', 'dt_footer_copyright_default', 10 ); add_action( 'dt_footer_copyright', 'custom_dt_footer_copyright_text', 10 ); } add_action('init', 'dt_remove_default_footer'); function custom_dt_footer_copyright_text(){ echo 'My copyright text'; }See 5th point of the code snippet info at https://wpgeodirectory.com/docs/useful-plugins/#snippets
Let us know.
You’re welcome 🙂
I just changed it to the edited version at https://wpgeodirectory.com/support/topic/how-do-i-get-the-big-map-to-show/?view=all#post-362367
Please check now.
The package settings are updated. It is just the “Title to be display while add listing” that needs a manual update. That gets created only once, and is never overwritten in case you edited the content. So on changes, you need to adjust that manually.
Thanks
You are using MOJO Marketplace, de-activate that and check then.
I cannot login. Can you disable any plugins that interfere with normal login processes. Thanks
Please add the following details in a private reply:
URL
WP admin details
and details of changes you are trying to make.
ThanksThanks for letting us know.
February 18, 2017 at 10:50 am in reply to: Search doesn't constrain itself to just places pages #362407And out of curiosity, which one was the offending plugin?
-
AuthorPosts