Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
May 3, 2018 at 6:49 am in reply to: Is the Open MAP version comparable to google? Anyone using it? now google req cc #428883
Hello,
The vast majority won’t be affected by this, its more of an inconvenience if they force everyone to submit billing details. If you want to used Open Street Maps (OSM) then GD already has that option, infact if you have your maps set to “Auto” (which it is by default) if google maps api fails to load then OSM will take over, so for example people viewing your site in countries where Google is banned will auto see OSM instead of broken maps. I’m not sure how google will implement the hard limit but i would hope we can do something similar.
The vast majority use Google but i have seen some using OSM in the wild.
Thanks,
Stiofan
Did u by any chance import the DB and do a manual search and replace?
Stiofan
There is no real easy solution for this, it could be done with a lot of customisation but it goes way beyond GD support and i’m not sure how economical it would be to have someone implement.
Stiofan
3. yes the auto detect is part of the addons, not core.
The facebook tabs etc should work, if they are not then then there might be a problem.
With this setup you should be able to add almost anything anywhere, including reviews.If you can provide wp-admin details i’ll have a look.
Thanks,
Stiofan
Hi victor,
Yes the code that checks for tags splits the words on each space and then checks if the individual words are tags. I will be reviewing the whole search functionality soon, i have added a task for this issue to be reviewed, i will update you here once done.
Thanks,
Stiofan
there is a filter u can use
“geodir_search_filter_field_output_var_{$htmlvar_name}”if your custom field htmlvar name was “website” and your admin ID was 123, you would do this
add_filter("geodir_search_filter_field_output_var_geodir_website",'__return_nothing'); function __return_nothing($html){ if(get_current_user_id() != '123'){ // if user id is not admin id of '123' $html = ' '; // empty space } return $html; }
Stiofan
I will have to have a close look at the code, i don’t think its specifically possible just now and thinking about it, it might slow down the queries to do it. A better solution might be to make it direct straight to the tag page from the auto complete.
Stiofan
HI Dan,
This looks like it might be a session issue, can u please provide FTP and i’ll check.
Thanks,
Stiofan
April 30, 2018 at 6:57 pm in reply to: Replace company logo with featured image, lets get over it. #428539This will be a feature of GDv2:
Logo predefined field added, post_images shortcode/widget now has option to show logo as first image – ADDED
Thanks,
Stiofan
As i said on Saturday, i will be looking at this when i’m looking at the location manager, some of the issue are just the google maps api but others might be able to be resolved.
Stiofan
1. I have added a popup warning to alert the user if the dummy data is installing and they try to continue.
2. This is working fine for me, note that this will only work if your site is using HTTPS and has not answered no to the initial request. I have also now added a option to let the user manually set their location.
3. This is part of advanced search addon. (i did not understand the part about regions)
4. There are a few ways you can add it, but you would almost never add it to an individual place description, only to a template via shortcode or to a sidebar via widget or as a new tab under tab layout settings.
5. This was recently implemented, it might be that you checked before it was implemented, this is what will be displayed if the listing has no images added and there are no category default images added.
Thank you for your feeback, i have implemented some of your suggestions 🙂
Thanks,
Stiofan
I have changed the wording to make this clearer in future.
Stiofan
HI George,
The situation is outwith our control unfortunately.
If you require a refund please ask for one here: https://wpgeodirectory.com/refund-policy/The plugin still works for some older facebook apps and for importing from Yelp so there is no point in removing it.
Thanks,
Stiofan
Please check now, i added the below CSS line to fix the tabs:
.geodir-tab-head dt {clear:none;}
Thanks,
Stiofan
Thanks for letting us know!
Stiofan
-
AuthorPosts