Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Not sure if you are using other CPTs? If not this should work:
.geodir-search > div:nth-of-type(2) { display: none !important; }
Stiofan
Hi Richard,
If you can provide wp-admin details in a private reply (only staff can see) we will take a look over your settings.
There are a few things that could cause this.
Thanks,
Stiofan
Hi Sam,
I tried going over a few things with the live chat guys but to no avail.
The problem persists from their DB manager (phpMyAdmin type thing) so its not specific to GD or even WP, i belive they have opened a ticket for you and will update you there.
Please let us know how it goes and what they find.FYI i found if i entered 155 chars it saved but 156+ it failed
Thanks,
Stiofan
It sounds like the latest ver of their theme should solve most issues with font awesome: https://twitter.com/BuddyBossWP/status/1047342644764979200
Stiofan
Great! 🙂
Hi Matt,
Please check now.
FYI i can’t enter text into your near field in the home header, u seem to have a custom hidden div that is blocking it.
Stiofan
This is all done from settings, maybe best if you explain what you are trying to do exactly?
You can see here you can add filters to the main search bar or as advanced search items:
https://wpgeo.directory/starter/property/And you can sort by the items also.
Thanks,
Stiofan
Hi Matt,
Its geolocating the one i tried to germany, it should be adding USA to the query but it does not seem to be doing that for OSM, can you provide FTP and i’ll take a look.
Thanks,
Stiofan
You can set the image output to show the logo as the first image but yes i will make the logo field output an image in future.
Thanks,
Stiofan
We use our own system that is built for scalability and performance, you can add almost any type of field you want, have you tried our builder?
Stiofan
Looks like they are on it: https://twitter.com/ninjaforms/status/1046791461080104960
Stiofan
Hi Diane,
I actually had to check myself if i had done it or not 🙂
It looks like i haven’t yet, it should all be self explanatory if you know a bit about Gutenberg basics.This is all our current videos, if you subscribe there and click the bell icon you will be notified when we release new ones https://www.youtube.com/channel/UC1i6wQt-OC_59LDG439Q6mA/videos
Thanks,
Stiofan
I do not believe it is supported on embeded maps yet, when it is we will add it.
Thanks,
Stiofan
September 29, 2018 at 4:22 pm in reply to: How to prohibit the choice of future dates in the calendar? #448233If your html var name was “zzz” then you would use the below snippet (replacing “zzz” with your htmlvar_name”
add_filter("gd_datepicker_extra_geodir_zzz","_my_date_restrict"); // GDv1 add_filter("gd_datepicker_extra_zzz","_my_date_restrict"); // GDv2 function _my_date_restrict($extra){ $extra .= ',maxDate: "+1D"'; return $extra; }
Thanks,
Stiofan
The BP addon is almost ready for release, today or monday.
Stiofan
-
AuthorPosts