Kiran
Forum Replies Created
-
AuthorPosts
-
November 20, 2018 at 7:32 am in reply to: Events – No listings found which match your selection. #455120
Hi Louis,
Please check and let us know.
Kiran
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hello Paul,
We have fixed select2 library conflict, will update patch on your site after doing some testing.
Kiran
This reply has been marked as private.November 19, 2018 at 1:40 pm in reply to: Events – No listings found which match your selection. #455002This reply has been marked as private.Hello,
What I have to do, so that I can add an end date in the search mask?
Setup Search by Date as shown in screenshot.
If I in the search box “search for” what inputs are no automatic suggestions made, as usual.
Automatic suggestions shows matching listings with title, categories & keywords.
Kiran
Hello Alex,
This has been fixed and will be available in next release of GeoDirectory v2 core & Pricing Manager. Provide us admin & FTP credentials in private reply if you want me to apply patch on your site.
Kiran
This reply has been marked as private.This reply has been marked as private.Hello Kai,
You have setup custom field dates as a event date field from field search setting. You should use “Search By Date” field at GeoDirectory > Veranstaltungen-Einstellungen > Advance Search to search event by dates.
Let us know how it goes.
Kiran
Hello,
Add following code snippet in your child theme functions.php file or via any snippet plugin. This will add new custom option at GeoDirectory > Prices & Payments > General > “Enable expiry process?” > “Select the listing status after the place listing expires.”. Choose custom status from here to assigned it to expired listing.
/* * Add custom expire status */ function _gd_snippet_custom_expire_status( $settings ) { $custom_status_id = 'custom_status'; // Change custom status id of your registered custom status $custom_status_name = __( 'Custom Status' ); // Change custom status name of your registered custom status foreach ( $settings as $key => $setting ) { if ( ! empty( $setting['id'] ) && $setting['id'] == 'geodir_listing_ex_status' && ! empty( $setting['options'] ) ) { $settings[ $key ]['options'][ $custom_status_id ] = $custom_status_name; } } return $settings; } add_filter( 'payment_invoice_options', '_gd_snippet_custom_expire_status', 20, 1 );Kiran
November 16, 2018 at 9:30 am in reply to: Package limit for images counting per user not per listing #454568Patch updated, please try now after clearing your browser cache.
Kiran
November 16, 2018 at 9:03 am in reply to: Package limit for images counting per user not per listing #454562Hello Alex,
Please provide FTP credentials so we can apply patch fix on your site OR apply patch from your side.
Here is patch: https://github.com/AyeCode/geodirectory/pull/516/commits/d60e22d2c7238b97e902956cf3bfce36db77e440Overwrite two .js file from patch and check after clearing browser cache.
Kiran
-
AuthorPosts