Kiran Prajapati
Forum Replies Created
-
I am looking into there.
Thank You,
KiranHello There,
You have all listings are imported via WP ALL Import? Without valid image extension it don’t download image to assign the listing.
If you are using WP ALL Import and all images contains similar url like https://lh5.googleusercontent.com/p/AF1QipObkVi5ctVz37q9ihLvSKeThaduXVomeSHI88Jh=w426-h240-k-no then with use of snippet images can be downloaded.
Could you please open a support ticket on our site so we can help further? https://wpgeodirectory.com/support/
Please add “FAO Kiran” and the our team will flag it for me.
Regards,
KiranHi @riddlediddle,
I checked on my test site but not sure how to reproduce it.
Could you please open a support ticket on our site so we can check further? https://wpgeodirectory.com/support/
Please add “FAO Kiran” and the our team will flag it for me.
Regards,
KiranHi @yotatbs678,
We have fixed listing featured media permalink issue. It will be available in next release.
Meantime please try this patch https://github.com/AyeCode/geodirectory/commit/8bcd2709282c3bd4492aa574ecbd756a4836343f
Let us know how it goes.
Regards,
KiranHello Brandon,
We will update this in our next GeoDirectory release.
Thanks,
Kiran
Hi @dandydahlia,
I added some compatibility changes to fix single listing layout issues for Kadence theme. It will be available in next update.
Meantime please try this patch https://github.com/AyeCode/geodirectory/commit/ca2a547586844922336bc618fd30108bd3c952e6#diff-265979c50ab915bfd40d4d0d6d45a259d40467e1f61f7ab48ac59e62f9ce3c37 and let us know how it goes.
Regards,
KiranHi Paul,
Try following PHP snippet to use /resources/ as a parent to /places/ directory slug.
function gd_snippet_option_post_types( $value, $key, $default ) { $post_type = 'gd_place'; // Post type $top_level_item = 'resources'; // Top level item if ( ! empty( $value[ $post_type ] ) ) { $value[ $post_type ]['has_archive'] = $top_level_item . '/' . $value[ $post_type ]['rewrite']['slug']; $value[ $post_type ]['rewrite']['slug'] = $top_level_item . '/' . $value[ $post_type ]['rewrite']['slug']; } return $value; } add_filter( 'geodir_get_option_post_types', 'gd_snippet_option_post_types', 21, 3 );
Regards,
Kiran
Hello @woorooo,
Removing REST API Links from page will not affect GeoDirectory functions. We don’t use those links in our functions.
It affects GeoDirectory functions only when you disable REST API completely.
Regards,
Hello @woorooo,
I see lazy map is not loading on mobile until page scroll happen. It looks like lazy load not detecting the show map button click event.
I fixed issue and it will be available in next update. Meantime try this patch: https://github.com/AyeCode/geodirectory/commit/666587bc4dd7d3567d8d985433529ae024e56ff8#diff-4428a4505c102b0258bd77fcfef3a477af955e14622e931de07ef7f97165165b
Regards,
Kiran
Hello @woorooo,
In GD Post Images [gd_post_images] there is an option Load via Ajax (ajax_load) to enable/disable lazy load feature for the image.
To disable lazy load image:
If you are using GD Post Images widget or block then un-tick “Load via Ajax” option.
If you are using [gd_post_images] shortcode then use ajax_load=0 in shortcode attributes.Regards,
Forum: Plugins
In reply to: [Events Calendar for GeoDirectory] Maximum number of recurring events@woorooo Meantime try this patch https://github.com/AyeCode/events-for-geodirectory/pull/143/commits/5299df1dfb5a2865118c1de9a4f4bfc1575ab983
Thanks,
KiranForum: Plugins
In reply to: [Events Calendar for GeoDirectory] Maximum number of recurring eventsHi Roman,
Right now it is not possible to limit event occurrences without making core changes. We have opened task to provide option to limit event occurrences.
It will be available in next update of Events Calendar for GeoDirectory plugin.
Regards,
KiranHello @lordsnake,
This is the Gutenberg block editor validation. Whenever there is a change on a custom block it breaks the block and needs to be recovered manually. Those block can be recovered manually by clicking “Attempt block recovery”.
For home page background image, can you please open a support ticket on our site where i will be able to help further: https://wpgeodirectory.com/support/
Please add “FAO Kiran” and the our team will flag it for me.Regards,
Kiran