Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Iain,
Who is your hosting with, even loading the cpanel is pretty slow for me. The changes did not seem to boost query times…
Where is the majority of your target users?
Stiofan
Hi Philip,
We are setting the image but your SEO plugin is setting it first and setting the default one instead of the real one, try this setting GD>Design>Details>Disable theme feature image output (UNTICK)
Thanks,
Stiofan
Hi Andrea,
A review is more than enough thanks 🙂
Stiofan
Hi Foster,
Sorry for the delay on this, it was my fault, i though it was answered by another dev, please see here: https://wpgeodirectory.com/support/topic/listing-added-approved-featured-but-didnt-pay/#post-481795
If you have any issues just let me know and i will have a look.
Thanks,
Stiofan
This reply has been marked as private.Hi Jade,
This has been fixed and will be in the next release, if you need it sooner please provide FTP details and i will upload the patch.
Thanks,
Stiofan
April 20, 2019 at 11:01 am in reply to: Search Results – Probably more complex than possible but… #481888I’m happy to have a conversation about this…
The issue is not defining the service area, this would be the “relatively” easy part, the issue is searching these in a efficient manner, in a way that will scale to millions of listings not a few hundred.
How do yelp define the area, a radius, freedrawn or zipcodes?
Stiofan
Hi Simon,
Please check now, i added a line for theme compatibility and the switcher now shows.
I would however recommend you upgrade to v2 when you have time.
Thanks,
Stiofan
Hi Michael,
Please check now, there was a strange situation where your old membership was associated with a old email and it was not assigning your new one to your account because the emails were different. I have fixed this now.
Thanks,
Stiofan
This reply has been marked as private.Hi Ian,
The issues in your theme functions file is your custom code, it was malformed quotation marks, i have fixed those for you.
The server just is not up to the task, even this non specific non GD query done directly on the DB takes over 1 second
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'gd_place' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'closed' OR wp_posts.post_status = 'private' OR wp_posts.post_status = 'hidden') LIMIT 0, 10
With that many listings you need to bump your server spec.
I would also not run a forum on the same site as a directory, a forum is a hungry plugin.If you need more advice about hosting please ask.
Stiofan
The easiest way to do it might be to add something to the link like &auto_checkout=1 and then with some JS make the form auto submit, this would be the safest way as there is lots of error checking going on and its all submitted via ajax.
Stiofan
The best way to do it would be to add some JS that detects the form submit and then does some extra things https://api.jquery.com/submit/
You likely don’t have any results as the search radius is too small for a country, you could increase it but it can slow the queries down depending on the number of listings you have.
Thanks,
Stiofan
April 19, 2019 at 10:25 am in reply to: Geo Directory redirecting custom post types with query strings #481741Hi Alex,
I assume this is GDv1 and you have the on first load redirect set? Try disabeling it under GD> Advanced Search>
First time load redirect.Stiofan
This snippet should do it (need to delete current saves)
function _my_disable_geodir_autosave(){ return '0'; } add_filter('geodir_autosave','_my_disable_geodir_autosave');
Stiofan
-
AuthorPosts