Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi Irene,,
Please check, i have modified widget snippet and it works fine as expected.
Kiran
Hi Lydia,
Check now, i have added following snippet to your site in Snippets.
// replace slider with feature image function _gd_custom_setup_featured_image() { remove_action( 'geodir_details_main_content', 'geodir_action_details_slider', 30 ); add_action( 'geodir_details_main_content', '_gd_custom_single_featured_image', 30 ); } add_action( 'init', '_gd_custom_setup_featured_image', 10 ); function _gd_custom_single_featured_image() { if ( is_single() && '' !== get_the_post_thumbnail() ) { ?> <div class="big-preview single-big post-thumbnail gd-post-thumbnail clearfix" style="text-align:center"> <?php the_post_thumbnail( 'full' ); ?> </div> <?php } }Kiran
Hi,
We have improved search by searching keyword in terms. It will be available in next release of GD API plugin.
To fix on your site update this patch to your site https://github.com/GeoDirectory/geodir_api/commit/b7f0c17ca01f143455dd7f1f32d2facc2ee1eaf8
OR provide FTP details so we can apply patch and check from our side.Kiran
This reply has been marked as private.Hi Katie,
The problem has been fixed, actually that notification was 2nd pre-expire notification that you set to be send before for 3 days of expiry.
But it was using email content of the 3rd pre-expire notification.I have fixed it and updated on your site too.
Thanks,
KiranHi,
Let us provide site link and keyword that you are searching, so we can check it.
Kiran
October 4, 2017 at 6:45 am in reply to: I have two urgent problems, one bug and one request. #398727Hi Katja,
When there are markers available map auto zoomed and auto centered based on settings from GD Home Map widget. If no marker available then map is centered to the default location latitude/longitude and sets the zoom level as you have in GD Home Map widget settings.
I have set zoom level to 5 and now map positioned to the Finland.Please check and let us know.
Kiran
October 4, 2017 at 6:18 am in reply to: Function and Script Which Handles Input from Form Submit #398724You can setup categories search under GeoDirectory > Place Settings > Advance Search > Category.
Here you can manage to search for categories with AND or OR condition within categories.
See https://ppldb.com/k/ is it same like you want?Kiran
Hi Hugues,
Sorry for overlooked this post!
I have looked into your site and found that the site running with too old version of GeoDirectory & its plugins.
Please update those plugins then we can able to find what causing problem there.
We have released Payment Manager 2 with new Invoicing plugin for better invoice management. Follow this https://wpgeodirectory.com/payments-manager-v2-setup/ to update Payment Manager.Also your site is running with WordPress v4.6.7 which it too older then currect one v4.8.2.
Let us know.
Kiran
Hi Josh,
Please check now.
Kiran
Hi Jorge,
The feed listings uses the default sorting from the GeoDirectory settings. Current feed listings for events sorted by event date.
You can use sorting variable to get results as you want.
Ex:
Recently created – https://petevents.ch/events/feed/?sort_by=newest
High rated events – https://petevents.ch/events/feed/?sort_by=high_rating
Filter only upcoming events – https://petevents.ch/events/feed/?etype=upcomingThanks,
KiranYou are welcome 🙂
October 2, 2017 at 6:34 am in reply to: Function and Script Which Handles Input from Form Submit #398422Hi Nithi,
We just used hooks on front end archive pages to get results for GeoDirectory post types. The main scripts that handling sql queries are in WordPress core files.
Can you tell me exactly what you want to achieve?
Thanks,
KiranHi,
In small screen link mobiles, Ipad the tabs are rendered as dropdown list. You can see tabs list just above rating stars.
If you still can’t find, let us provide screenshot how it looks in your iPad.
Kiran
-
AuthorPosts