Kiran
Forum Replies Created
-
AuthorPosts
-
Hello,
Please check now. Semicolon was missing at the end of line in snippet. I have fixed it and updated in file.
Kiran
Hello,
For distance sorting it always shows nearest to first. If you featured + nearest at first, then add following snippet in your child theme functions.php
function gd_snippet_sort_featured_first( $orderby, $sort_by, $table ) { if ( $sort_by == 'nearest' || $sort_by == 'farthest' ) { $orderby = $table . ".is_featured asc, " . $orderby; } return $orderby; } add_filter( 'geodir_posts_order_by_sort', 'gd_snippet_sort_featured_first', 1000, 3 );Kiran
This reply has been marked as private.Hello Paul,
I have checked and found that there is a conflict with select2 jQuery plugin between GeoDirectory & BuddyPress Xprofile Custom Field Types plugins.
“BuddyPress Xprofile Custom Field Types” plugin overwrites the select2 JavaScript included by GeoDirectory. GeoDirectory includes full version(with additional features) of select2 where as “BuddyPress Xprofile Custom Field Types” plugin includes only basic version(with basic features) of select2. BP XProfile plugin uses older version select2 v4.0.2 and GeoDirectory uses select2 v4.0.5.
Please ask “BuddyPress Xprofile Custom Field Types” plugin developer to update select2 JavaScript file in their plugin and also ask them to use full version of select2.
Let us know.
Thanks,
KiranThis reply has been marked as private.October 31, 2018 at 2:36 pm in reply to: Paid listing status not set, and listing and order status not updated with test #451995Hi,
I have set a limit of 200 characters in this package, but the test listing does not enforce the limit.
This has been fixed, i will update patch on your site after some testing.
3. Above – Exclude categories – I have excluded many categories, but not all. However, the ones I have not excluded are still not showing up with adding a listing.
Excluding the parent category it also excludes child categories.
Is it possible to add a “-” for subscategories into the display for the field to make it easier to read?
This has been added.
Kiran
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Gerald,
I have updated patch on staging site, please check and let us know.
Kiran
Hi Graham,
– Your site is running with outdated plugins, please update them first.
– Where can you see the links you posted via attachment above?
– Do you have any redirect plugin installed or any redirect links feature?
– Please try disabling non GD plugin one by one. It will help to find which plugin causes issue.Let us know.
Thanks,
KiranHello Mike,
This is only conflict & not a bug, so we have managed it from our side. We have updated in our plugin so don’t worry for the future updates. 🙂
Kiran
Hello,
I have not added snippet yet, you have to add snippet provided here https://wpgeodirectory.com/support/topic/redirect-login-page/#post-451212
change gd_place to CPT you want.
Kiran
This reply has been marked as private.He Gerald,
I am looking into this and update will; be available in next release.
Thanks,
Kiran -
AuthorPosts