Kiran
Forum Replies Created
-
AuthorPosts
-
Hello There,
We have just released GeoDirectory v2.0.0.49 yesterday. In this version we have already some changes in script you mentioned. See https://github.com/AyeCode/geodirectory/blob/master/includes/custom-fields/output-functions.php#L1618
Please check and let us know how it goes.
If this still conflicts then provide us details about issue so we can check more.
Best Regards,
KiranMarch 27, 2019 at 6:11 am in reply to: WPML language selector on main menu changes position depending of language #476617Hello Jotomas,
I checked on my test site but can’t replicate similar issue. Can you provide admin credentials to check on your site.
Regards,
KiranHi Richard,
Please check now. Pencil edit icon was not visible due to font-awesome conflict.
Kiran
Hello Birgit,
This has been implemented for special offers & video fields. It will be available in Advanced Search Filters v2.0.0.9.
Regards,
KiranHello Richard,
I have fixed issue of missing countries table.
Please check and let us know.
Kiran
Hello Malinka,
The theme “inrehalsa” conflicts with GeoDirectory page templates.
I have fixed it via one of theme option from Appearance > Theme Options > Excerpt > Untick “Use auto excerpts”
Please check and let us know.
Thanks,
KiranHello James,
Please check now.
There was one field missing in claim database table.
I have run Tool from GeoDirectory > Status > Tools > Clear version numbers > Run and it fixed the issue.
Kiran
This reply has been marked as private.Hello Jorge,
In Events v2 it is now possible to set sorting by “Event Date Ascending” & “Event Date Descending”.
So it can be achieved to sort nearest past events with selecting event type to “Past Events” & event date sorting to “Descending”.
Best Regards,
KiranHello Oliver,
I believe you are using GeoDirectory v2.
Please use following code snippet to redirect page on no posts founds.
/** * Redirect to page on no posts founds. */ function gd_snippet_190326_redirect_no_posts() { global $wp_query; if ( ! empty( $wp_query ) && ! have_posts() && ( geodir_is_page( 'archive' ) || geodir_is_page( 'post_type' ) || geodir_is_page( 'search' ) ) ) { $redirect_url = home_url(); // Redirect url. Ex: 'https://www.mysite.com/' wp_safe_redirect( $redirect_url ); exit; } } add_action( 'template_redirect', 'gd_snippet_190326_redirect_no_posts', 999 );Kiran
Hi Kathy,
This is already fixed and patch applied on your “dev2” site.
Please check and let us know.
Best Regards,
KiranHello Kristian,
I looked more in backend setting and it was theme template issue.
I selected Page template file override > Auto from WordPress Admin > GeoDirectory > Settings > Design > Archives and now category pages working fine.Regards,
KiranHello lorenza,
I have applied patch on your site and now image upload is working fine.
Please check and let us know.
@emoliaeden
– Try to apply patch on your site
OR
– Open your own topic and send admin & FTP credentials in a private reply there.Regards,
KiranThis reply has been marked as private.Hello Sim,
Are you using GeoDirectory v1 or v2?
It deletes images when listing is permanently deleted from backend. It does not deletes images on uninstall plugin.
Kiran
-
AuthorPosts