Kiran
Forum Replies Created
-
AuthorPosts
-
Hello,
After doing some investigation found that ElasticSearch setting by “Jetpack by WordPress.com” plugin conflict with GeoDirectory search. The setting is WordPress Admin > Jetpack > Settings > Traffic > Search (“Replace WordPress built-in search with an improved search experience”). Jetpack ElasticSearch searches within all post types which are allowed to search publicly.
We have fixed this conflict and it will be available in next release, meanwhile you can update patch or disable that search setting.
Thanks,
KiranAugust 20, 2018 at 1:07 pm in reply to: Listings not going to draft and reminder emails not being sent #443184This reply has been marked as private.Hello,
This has been fixed and will be in next release of Location Manager v2.
Kiran
Hello Gennaro,
I have applied patch, now profile edit page and edit avatar page is working fine.
for edit profile page go Settings > Profile Info
for edit avatar page go Settings > Change AvatarThanks,
KiranHello Frank,
May i mark this topic resolved? Or let us know if you still have problem in sorting.
Kiran
August 20, 2018 at 6:24 am in reply to: How to make Advanced Search Filter to always be there on listing page #443127Hello siewyong,
Please try solution Guust has provided, that solution will show advance search fields always open.
Let us know if it is not working.Kiran
Hello Adil,
I have applied patch to your site and now edit profile and edit avatar page is working fine.
Nouveau theme recently introduced bt BuddyPress in v3.x. We have added todo to make Whoop theme compatible with Nouveau.
Thanks,
KiranHello Kevin,
Please try following snippet code.
/* Set posts limit on near results search */ function _gd_custom_set_posts_per_page( $wp_query ) { if ( ! empty( $_REQUEST['geodir_search'] ) && ! empty( $_REQUEST['sgeo_lat'] ) && ! empty( $_REQUEST['sgeo_lon'] ) && ! empty( $wp_query ) && $wp_query->is_main_query() ) { $wp_query->set( 'posts_per_page', 5 ); // Your posts per page limit } return $wp_query; } add_action( 'pre_get_posts', '_gd_custom_set_posts_per_page', 100, 1 );Thanks,
KiranHello,
There is something conflict with Genesis Framework. We are looking with Genesis Framework meanwhile you can try with Primer theme.
Let you know once we fix it.
Kiran
Hello,
Cities with same slug may have issue in retrieving correct city. Even WordPress adds “-1” “-2” to post and category/tags slugs when threr duplicate slugs.
See https://wpgeodirectory.com/docs/faqs/#qafp-faq59
Thanks,
KiranHello,
Provide us FTP credentials so we can take a look why it not upgraded for existing listings.
Kiran
Hello,
This has been implemented and will be available in next release of Payment Manager.
Provide FTP credentials, if you want me to update patch on your site right now.
Thanks,
KiranAugust 17, 2018 at 9:27 am in reply to: Page Loading Error after switch from HTTP to HTTPS (also server migration) #442782Hello Michael,
We have fixed issue and it will be available in next release of custom google maps plugin.
Provide FTP if you want us to update patch on your site before next release.Thanks,
KiranHello,
I have created three listings(with name Free, Silver & Gold) to test custom sort. the sorting worked fine as expected(see attachment).
FYI: I have disabled one of buddy snippet(Postcode voor plaats:).
Let us know.
Thanks,
KiranHello,
I looked csv file you have attached. I am sure you have ticked option “Ignore item if item with location_id/city_slug already exists.” during location import (see screenshot attached).
If location id or city_slug already exists then it will choose appropriate step either update or ignore.Now look at the city_slug column in your csv there are many city with duplicate city_slug. Ex; There are around 18 rows with city_slug cleveland. Add region code to make city slug unique when there are many city with same name/slug. Ex: cleveland-al for Cleveland, Alabama & cleveland-oh for Cleveland, Ohio.
FYI: If you enable debugging via config.php file then it will log there about which raws has issue during import.
Thanks,
Kiran -
AuthorPosts