Kiran
Forum Replies Created
-
AuthorPosts
-
Hi @identity,
I checked and found that following custom CSS causing this issue. Did you added this custom CSS in theme customize section?
.geodir-image-container ul.geodir-images li { z-index: 1 !important; }
Regards,
KiranFebruary 10, 2020 at 3:39 am in reply to: Question about "Lock franchise fields" field in Add Listing form #529596Hi jotomas,
Packages created or updated after the fix will not have any issue. Packages which have issue and not updated after the fix need to re-saved to apply fix for the franchise fields.
Kiran
Provide a site link, admin credentials.
Kiran
Try to add text in Pages > GD Add Listing Page template.
Kiran
February 7, 2020 at 2:01 pm in reply to: Question about "Lock franchise fields" field in Add Listing form #529291Hi jotomas,
Existing packages should be re-saved after update. After update issue will not ocur again.
Kiran
Hello,
Try following PHP snippet till next release.
function gd_snippet_200207_franchise_skip_lock_field( $skip, $field, $package_id, $default ) { if ( ! empty( $field['for_admin_use'] ) ) { $skip = true; } return $skip; } add_filter( 'geodir_franchise_skip_lock_field', 'gd_snippet_200207_franchise_skip_lock_field', 20, 4 );
Kiran
Hi jotomas,
Issue has been fixed and patch applied on your site. There was conflict on preview listing with WPML.
Please check & let us know.
Kiran
February 7, 2020 at 12:20 pm in reply to: V2 Home Page Maps Loading Different Country by Default #529280Hi Will,
– Go to page > GD Map block setting > Default post type > Auto
Kiran
February 7, 2020 at 10:01 am in reply to: V2 Home Page Maps Loading Different Country by Default #529267Hi Will,
Please check, map was loading markers for event posts and you have no event at the moments.
I have changed it to auto in map widget and now it shows places markers by default.
Kiran
February 7, 2020 at 9:42 am in reply to: V2 Home Page Maps Loading Different Country by Default #529265This reply has been marked as private.February 7, 2020 at 9:16 am in reply to: Warning from WordPress: GeoDirectory Pricing Manager failure #529259Hello,
WP Easy Updates plugin is required to manage GeoDirectory plugin updates.
We have released UsersWP plugin yesterday with some fixes.Kiran
February 7, 2020 at 9:11 am in reply to: V2 Home Page Maps Loading Different Country by Default #529257Hi Will,
In PHP v7.4 some PHP functions are deprecated. This causing some PHP warnings on pages across the site.
Please try solution provided at here: https://wpgeodirectory.com/support/topic/map-api-installed-ok-now-map-wont-load/#post-521352
If it not solves issue then provide us FTP credentials.
Kiran
February 7, 2020 at 8:46 am in reply to: Event Search not searching through "linked place" text #529252Hi Anitra,
It is not easily feasible to search linked posts with keyword. We will consider this feature to implement in future if more customers requests.
Kiran
This reply has been marked as private.Hi stepoutbuffalo,
Admin use only fields are visible to admin users no matter it is frontend or backend. These fields are not visible to public users.
Provide us particular field which have a problem if above is not the case.
Kiran
-
AuthorPosts