Kiran

Forum Replies Created

Viewing 15 posts - 5,431 through 5,445 (of 6,022 total)
  • Author
    Posts
  • in reply to: Custom field description #369040

    Kiran
    Moderator
    Post count: 7069

    Thank you for letting us know.

    in reply to: Really stuck getting geodirectory options set up #369011

    Kiran
    Moderator
    Post count: 7069

    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,
    Kiran

    in reply to: Location problem #369007

    Kiran
    Moderator
    Post count: 7069

    Please check now.

    Kiran

    in reply to: Conflict with other plugin #368999

    Kiran
    Moderator
    Post count: 7069

    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,
    Kiran

    in reply to: Location problem #368998

    Kiran
    Moderator
    Post count: 7069

    Let us provide FTP details in private reply so we can apply patch.

    in reply to: GT to GD conversion: some Custom Fields are now NULL #368988

    Kiran
    Moderator
    Post count: 7069

    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,
    Kiran

    in reply to: Location problem #368984

    Kiran
    Moderator
    Post count: 7069

    Hi 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,
    Kiran

    in reply to: Really stuck getting geodirectory options set up #368831

    Kiran
    Moderator
    Post count: 7069

    Hi 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,
    Kiran

    in reply to: Add filter to search between dates #368829

    Kiran
    Moderator
    Post count: 7069

    Hi 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,
    Kiran

    in reply to: GD Booster causing Google Maps API Issue #368768

    Kiran
    Moderator
    Post count: 7069

    Hi Frank,

    The problem has been fixed and patch updated on your site too. Check now after clearing your browser cache.

    Thanks,
    Kiran

    in reply to: Initial Installation Error #368755

    Kiran
    Moderator
    Post count: 7069

    Hi 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,
    Kiran

    in reply to: Really stuck getting geodirectory options set up #368750

    Kiran
    Moderator
    Post count: 7069

    Hi 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 link

    these 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/events

    You can manage links for add/list listings under GD > Design > Navigation (more info at https://wpgeodirectory.com/docs/core-design/#navigation)

    Thanks,
    Kiran

    in reply to: Nothing added after adding the Price #368527

    Kiran
    Moderator
    Post count: 7069

    No FTP required now, issue has been fixed already. Check my previous post.

    Thanks

    in reply to: Nothing added after adding the Price #368518

    Kiran
    Moderator
    Post count: 7069

    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,
    Kiran

    in reply to: Mixed content error after activating Autoptimize #368495

    Kiran
    Moderator
    Post count: 7069

    Thank you for letting us know 🙂

Viewing 15 posts - 5,431 through 5,445 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount