Paolo
Forum Replies Created
-
AuthorPosts
-
please provide admin credentials in a private reply and we will follow up.
Thanks
To activate a domain, you need to add the license key for each plugin when installed on a particular domain and activate it.
If you see a license key on these domains now, they probably come from another domain (database transfer) and have not been activated for the domain where they are installed right now.
You’ll need to deactivate them, add them and activate them again.
Otherwise if those are not your domain and they are using a license key from another account, probably that account is expired.
Hope this helps,
Thanks
Hi Rajiv,
if you have premium plugins installed, support is only provided if you are member, regardless what you think is right or wrong.
This is our support policy and I am closing this topic.
Thank you,
This reply has been marked as private.Yes you could crate cities as listings no problem. Just type only the city name in the address field and it’ll grab the city center lat and lon coordinates.
Thanks!
The map problem is due to an invalid or absent API key in GeoDirectory > Design > Map.
Use the Generate API key button to get one. Also make sure to enable a payment method for your Google Account or it will not work.
For the encyclopedia part I’m really sorry, but we don’t have a plugin to suggest for that…
Thanks
Guust is correct…
Thanks
The only solution here is to add a link/button below the search bar that says “reset search” and sends users back to home or a blank search page. Otherwise they need to type in something else. Even a blank space.
V2 will have the option to reset search built in.
Thanks
Hi,
go to GeoDirectory > General and disable the option to allow only admins in the backend.
Allow user to see wp-admin area
Thanks
Please add this to your custom css:
.geodir-cat-list li a::after { content: ","; }thanks
Your subscription has been cancelled.
Thanks
with css:
.gd-search-field-near, .gd-search-field-search { display: none; }Thanks
This is not possible without a customization.
This tutorial explains how to hide comments for specific categories of posts: https://spicewp.com/disable-hide-comments-posts-specific-categories/
You can easily adapt it for your needs by changing the 1st function.
In stead of checking categories, you check the post package_id.
rxample:
global $post; if ( $post->package_id == 1) { //code here }If you need more help with custom code, you can hide a GeoDirectory expert here: http://geodirectoryexperts.com/
Thank you
You can try with this plugin: https://wordpress.org/plugins/api-key-for-google-maps/
It should work, but you should also know that we don’t provide support for outdated version of the plugins.
Thanks
There is no way to do that without a customization or by adding the county as a custom field as well.
If you have it as a custom field, you can hide the near field.Thanks
-
AuthorPosts