Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Can you provide DB access and FTP please?
Thanks,
Stiofan
I think this is what u want?
Thanks,
Stiofan
kool, let me know if that code helps.
Stiofan
Hello,
It looks like you figured out the other parts were widgets and removed them..
You need to set up some CPT (or maybe you have) and then add at least one listing for it to show in the search dropdown, you can also change the default text in the search for and near fields under GD>design>search>SEARCH FORM SETTINGS, maybe you want to change the near text to “City, Zip or street” or similar.
If you get stuck list one point you are having probelms with and we can help you through it 🙂
Thanks,
Stiofan
Hi Paul,
You can read a bit about it here: https://wpgeodirectory.com/docs/how-to-use-gd-without-street-addresses/
I think the CSS you want is:
.geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="streetAddress"]{ display:none; } .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressLocality"], .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressRegion"]{ display: inline; } .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressLocality"]:after{ content: ", "; }Thanks,
Stiofan
Hi Paul,
What caching are you using?
You can tell GD to not use sessions with one line of code, add this to geodirectory.php just under the version number definedefine("GEODIR_USE_PHP_SESSIONS", false);If that works for your needs i will create a small plugin that will disable it so it wont be lost on GD updates, just let me know.
Thanks,
Stiofan
🙂
.geodir_more_info.post_address br { display: none; } .geodir_more_info.post_address span:after { content: ", "; } .geodir_more_info.post_address span[itemprop="streetAddress"]:after { content: ", "; }The above CSS should give the layout u want.
Thanks,
Stiofan
Hi LT,
When you select a country the regions field will auto fill with all the regions fo that country, when you select a region the city field will auto fill with the cities of that region,so it really does not make sense to to what you want…
Stiofan
Thanks for the info. This was a bug introduced in chrome 53, i have added a quick fix, the fix will be in the next release, but i have added it to your site now, you might need to clear ur cache before you will see it.
Thanks,
Stiofan
This reply has been marked as private.September 30, 2016 at 12:09 pm in reply to: Display all Places categories on advanced search filter #275636Hello,
It should show all cats but it will hide empty ones…
Stiofan
September 30, 2016 at 12:04 pm in reply to: Google Maps Marker tool-tip is unreliable in Firefox #275635I have made this change and it will be in the next ver.
Stiofan
ok the urlseems to be wrong even in the switcher so i guess there must be something wrong in WPML, can you contact them and ask them whats going on?
Thanks,
Stiofan
This reply has been marked as private. -
AuthorPosts