Kiran
Forum Replies Created
-
AuthorPosts
-
Thank you for letting us know.
Hi Debs,
> QUERY 1
when I click on the event, it comes up OOPS ERROR 404. Why?
<
You have not any event category applied to that event, that’s why it shows 404 error.
I have created one test category and applied to that event, and now it working fine. Check http://whatsgoodtodo.co.uk/events/ & http://whatsgoodtodo.co.uk/events/united-kingdom/london/test-category/test-event-1/
—
> QUERY 2
The custom fields are not displaying correctly.
<
Check now.
—
> It says You have not made any purchase yet. This needs to be corrected to purchases. How could I correct this typo in Geodirectory?
<
You can manage this via translation. That text is coming from Payment Manager addon, so you need to translate payment manager addon. See https://wpgeodirectory.com/docs/translating-addons/.
—
> The MORE link covers up some of the address.
<
Add following style in your theme .css file OR add it to GD > Design > Scripts > Custom Style CSS.#reviewsTab .comments-area section.comment-content { width: auto; }
Thanks,
KiranPlease check now.
Kiran
Hi Marcos,
SFTP details you provided not working for me. Can you double check please?
I tried to put snippet code under Admin > Snippets that disables GeoDirectory google maps api on /maps-routes & /maps-routes/* pages. But my snippet code doesn’t get reflected on front end. It seems your site is cached by mod_pagespeed. Can you disable mod_pagespeed for a while, so we can debug and check our snippet code?
Here is my snippet code
function _my_add_gmaps_api_args($args){ $args .= "&libraries=places,geometry"; return $args; } add_filter('geodir_googlemap_script_extra','_my_add_gmaps_api_args'); // Disable GeoDirectoiry Google Maps on CM Maps Routes pages function geodirectory_fix_google_map_conflict( $gd_map = '' ) { global $wp, $wp_query; if ( !is_admin() && !empty( $wp_query ) && $wp_query->is_main_query() && ( !empty( $wp->query_vars['post_type'] ) || !empty( $wp->query_vars['cmmrm_dashboard_page'] ) ) ) { $post_type = !empty( $wp->query_vars['post_type'] ) ? $wp->query_vars['post_type'] : ''; $cmmrm_dashboard_page = !empty( $wp->query_vars['cmmrm_dashboard_page'] ) ? $wp->query_vars['cmmrm_dashboard_page'] : ''; if ( ( is_single() || is_archive() ) && ( $post_type == 'cmmrm_route' || $cmmrm_dashboard_page == 'edit' ) ) { $gd_map = 'none'; } } return $gd_map; } add_filter( 'geodir_map_name', 'geodirectory_fix_google_map_conflict', 10, 1 );
Thanks,
KiranLet us provide FTP details in private reply so we can apply patch.
Hi JJJ,
Looked into your site backend and found all GD2GD Conversion steps done. But to find problem with custom fields, we need to perform conversion from our side. So please provide us site with original database where we can perform conversion to find what causes problem.
Also provide us database(phpMyAdmin) details so i can check old database data.Thanks,
KiranHi Peter,
The fix will be available in next release so it will be reflected on your site when you update GeoDirectory Events (when available next update).
In case if you want it to fix this problem before next release, we will update changes to your site NOW via FTP.Thanks,
KiranHi Debs,
Please check now.
Problem was there is a shortcode [gd_add_listing] added in add listing page content. If same page selected under GD -> Permalinks -> Add Listing Page then no require to add shortcode [gd_add_listing] in same page.Thanks,
KiranHi Ollie,
We have updated event dates search filter, so now it allows to find events which are active within searched date range.
This feature will be available in NEXT release of GeoDirectory Events plugin.
Thanks,
KiranHi Frank,
The problem has been fixed and patch updated on your site too. Check now after clearing your browser cache.
Thanks,
KiranHi Christian,
To get work PHP sessions on site you should have session save path writable.
So to fix this session problem:
Either you have to make session.save_path writable
OR
Add following line to your wp-config.php, it will use WP_Session instead of PHP sessions, within entire GeoDirectory + GeoDirectory Addons.define( ‘GEODIR_USE_PHP_SESSIONS’, false );
Let us know.
Thanks,
KiranHi Debs,
These have transferred across and have red crosses on in the dashboard settings.
age suitable custom field
wgtd discount provider custom field
wgtd review linkthese are there with red crosses and do not appear to need to be filled out when adding a listing, whereas they need to be.
<
Sorry, but not sure excalty what you asking about. Can you provide screenshot that explains this?i don’t know the page to add an event listing and i don’t think that’s working yet.
please help us get able to list events. you helped us today with regards being able to list places.i managed to add ‘add listing’ as a menu option going to the page you kindly set up. that’s the business listing. i need to be able to add events too. on geotheme you used to select a box to go between them both, but i can only see PLACE options on add listing.
this is what you kindly set up today, but it’s just for PLACE, not event i think
http://whatsgoodtodo.co.uk/add-listing/?listing_type=gd_place
< The page to add an event listing is http://whatsgoodtodo.co.uk/add-listing/?listing_type=gd_event
& to list all the events http://whatsgoodtodo.co.uk/eventsYou can manage links for add/list listings under GD > Design > Navigation (more info at https://wpgeodirectory.com/docs/core-design/#navigation)
Thanks,
KiranNo FTP required now, issue has been fixed already. Check my previous post.
Thanks
Hi Billy,
Check now, issue has been fixed after running the tool from GeoDirectory -> GD Tools -> Clear all GD version numbers.
Seems something was wrong during create on price table. But now it is fixed.Thanks,
KiranThank you for letting us know 🙂
-
AuthorPosts