Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
please provide a link and admin credentials and we will have a look.
Thanks
So kind of you, thank you! 🙂
I don’t see it either on my end. See image attached:
The only reason why it’d come back, is because someone is adding listings to that CPT. Make sure also the trash is empty.
Thanks
No problems 🙂
I corrected it by going to GeoDirectory > Custom Post Types > edit places > advance tab
I scrolled down to the bottom where I disabled the option Link business.
Thanks
Link please?
Hi,
support is exclusively provided to paying members and only for the latest version.
Please renew your subscription, install all new versions and we will provide support.
Thanks
Hi,
I’m sorry, but we don’t provide similar services.
You’ll need to hire a freelance developer from sites like codeable.io or upwork.com
Thanks
Did you also add the lat and lon coordinates? If yes, please add a zero on both fields and save. Than click set city on map button.
let us know,
Thanks
Hi,
that’s not possible, only the admin can create custom fields in advance. The system doesn’t allow users to create their own custom fields.
Thanks
Hi,
that’s pretty weird.
Developers have been alerted and they’ll let you know asap.
Thanks
Sorry about that Cora, the developers will have a look and will let you know asap.
Thanks
I moved that css to the top of the list and now it works.
Anything below :
@media (max-width: 480px) { .map_category { display: none; }will only work for screen smaller than 480px.
You need to close the curly braket if you want to only hide the map category menu.
It should be:
@media (max-width: 480px) { .map_category { display: none; }}At that point all css below it will work for all resolutions.
Thanks
You are not adding it correctly, because I tested it before giving it to you. Please share admin credentials and we will do it for you.
Thanks
Hi,
add this css:
ul li .geodir_featured_img { background: rgba(0, 0, 0, 0) none repeat scroll 0 center; }Thanks
You are welcome 🙂
-
AuthorPosts