Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
April 15, 2017 at 2:17 pm in reply to: Custom field filter return all listings in search result #373619
Hello,
This was a conflict with the theme, i added a code snippet to fix this, i will add it below for reference
if(isset($_REQUEST['geodir_search'])){ add_action( 'after_setup_theme', '_my_gd_search_fix' ); function _my_gd_search_fix(){ remove_filter( 'pre_get_posts', 'themify_search_excludes_cpt', 9 ); } }Thanks,
Stiofan
Hello,
I have added this as a enhancement task which means it will be done when we have time.
Thanks & Happy Easter
Stiofan
Hello,
Your are fighting a losing battle, i’m almost 100% sure if you resolve one issue you will find many more, the same is true when you have two plugins trying to do the same job on any site.
What can that plugin do that GD can’t, maybe your are missing soemthing?
Thanks,
Stiofan
The location filter should work if you have an actual location (country,region,city) set in the near box or by the location switcher. If you have advanced search you can set the location autocomplete on the near box and when you search for a location and select one it will set a location and filter it, otherwise it won’t as it will be searching from a GPS co-ordinates rather than a set location.
Stiofan
I’m not sure i fully understand what you mean or what you are trying to achieve, can you try to explain it a bit more?
Stiofan
I deleted the word doc already…
I added ur DB to a test site on my server and imported your test file after removing the images column and it imported 1014 listings in 4 minutes and 33 seconds, my server also has about 50 other sites running off it.
Thanks,
Stiofan
Thanks for the info, i added this code to GD>Design>Scripts>footer script
<script> jQuery('.et_pb_tabs_controls a').click(function() { setTimeout(function(){jQuery(window).trigger("lookup"); }, 700); }); </script>Thanks,
Stiofan
I have flagged this for the dev who is working on the API, he will reply on Monday.
Thanks,
Stiofan
The below code is what we use to fire it when the gd tabs are clicked, you could do something similar.
jQuery('#gd-tabs').click(function() { setTimeout(function(){jQuery(window).trigger("lookup"); }, 100); });Stiofan
The reviews link has been fixed and will be in the next release, the logout link we use the standard logout link and redirect back, u never see the backend.
Stiofan
I have added a fix for Czechia regions, it will be in the next release.
Stiofan
Check now, “address format on details page” and “State abbreviations”
Stiofan
April 13, 2017 at 5:50 pm in reply to: Custom field filter return all listings in search result #373367Hello,
I don’t see a reason for it either, can you provide FTP and i’ll get to the bottom of it.
Thanks,
Stiofan
Seems to work fine for me on my test site, if u provide wp-admin details in a private reply i will check your settings.
Stiofan
Hi Kim,
Do you have a way to monitor the server performance?
If you are on shared hosting it might even be that another popular site on the server is hogging resources sometimes.The only caching we support is either GD Booster or WP Super Cache + Autoptimize.
Thanks,
Stiofan
-
AuthorPosts