Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
Core is pretty much stable, location manager beta should be out in beta next week, if oyu are not using CPT manager then that would be the basics you need, and the rest of the addons will be in v2 beta as they are ready.
Thanks,
Stiofan
It can be done the problem is that it is much slower to query the database for technical reasons (SQL limitations not GD or WP). it would put more strain on the server and would not scale well but ultimately it depends on the amount of listings and how powerful your server is, but IMO its a bad idea for large sites. Tags with your examples might be a better idea.
Stiofan
not without jumping through all FB api access request hoops which have proven to not be simple.
We are now actively working on a non api solution.Stiofan
Hi Ron,
My Initial thoughts (without knowing your site) would be to just have a file upload PDF for the menus and then maybe just let the users select tags or similar to show what they provide, but maybe this is simplifying it too much?
Searching long text fields is much slower for a SQL query which is why we don’t let textareas e searched in advanced search.
Maybe if you explain more or link to the site i can better advise.
Thanks,
Stiofan
I have opened a issue for this to be looked at, our Google analytics will now be in a separate addons for GDv2. I really like the idea, it will be added but i can’t tell you when.
Thanks,
Stiofan
As far as i can see you just had no widgets in the homepage widget areas, i added the map and some listings, (your map api key seems wrong, try adding it again).
Widgets can be removed when you switch theme or if a plugin uses dynamic widget areas.
Thanks,
Stiofan
July 3, 2018 at 10:30 am in reply to: Place archive view image slider not loading anymore after upgrading to V2.0.0.16 #437031Great!
LMv2 should be in beta hopefully the end of this week, but more likely the start of next.
Thanks,
Stiofan
I have applied the membership reward now.
Thanks,
Stiofan
My website developer also tried searching for “chip stick” on the home page. The “Spring Potato Twisters” does not show up for this search results even though it has those words in the description
The title is searched for many one and multiple word matches and then given a score.
The description is only searched for the multiple phrase ie “chip stick” which never appear together in the description.Stiofan
July 2, 2018 at 6:18 pm in reply to: Show login form when guest users click on "send enquiry" in listing detail page #436961Ah v1!
You can do something like this (no tested)add_filter('b_send_inquiry_url','_my_new_url'); function _my_new_url($url){ if(!get_current_user_id()){ return "https://example.com/wp-login.php?redirect_to=".urlencode(geodir_curPageURL())."?gd_popup=send_enquiry"; }else{ return $url; } }
Stiofan
Great!
Also FYI the conflict that is present should no longer be an issue in GDv2 when released as we don’t do things the same way.Stiofan
July 2, 2018 at 11:58 am in reply to: Show login form when guest users click on "send enquiry" in listing detail page #436918I had a play with this today and it can almost be done by default, you can restrict the ninja form to require to be logged in and you can show any custom message (Under NF>Advanced>Restrictions)
The auto redirect part would still require customisation, this could be done via JS or by duplicating the GD NF widget code as the exact hooks that would make it only require 1 hook are not present at the moment.
Stiofan
Its just the end of the world i’m afraid….
It happens with any Google map, try zooming out here: https://developers.google.com/maps/documentation/javascript/custom-markers
Stiofan
-
AuthorPosts