Kiran

Forum Replies Created

Viewing 15 posts - 796 through 810 (of 6,022 total)
  • Author
    Posts

  • Kiran
    Moderator
    Post count: 7069

    @jimhill10 Thanks for letting us know. If you see any issue please open your own topic.

    Kiran

    in reply to: Get errors in admin after latest update #523388

    Kiran
    Moderator
    Post count: 7069

    Hi Matthew,

    I have checked and it shows error is coming from Listimia theme (/wp-content/themes/listimia/inc/widgets/class-widget-categories.php on line 19). I have performed update of GeoDirectory plugins with Listimia theme in my test site but could not replicate issue.

    It could be possible that Listimia Categories widget class is not loaded in correct order.

    To overcome from this error:
    – Add following line in wp-config.php file

    define( 'WP_DEBUG_DISPLAY', false );

    or
    – Ask Listimia theme support team to load “Listimia Categories Widget Class” in correct order or to use

    'textdomain'    => 'geodirectory'

    instead of

    'textdomain'    => GEODIRECTORY_TEXTDOMAIN

    in file /wp-content/themes/listimia/inc/widgets/class-widget-categories.php

    Let us know.

    Regards,
    Kiran

    in reply to: post on facebook #523386

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know.

    Kiran

    in reply to: map bubble issue #523155

    Kiran
    Moderator
    Post count: 7069

    Hi Victor,

    I checked with different browser with clearing cache each time. It worked fine for me (see attachment).

    If you see issue again try following PHP snippet.

    
    
    /**
     * Validate map bubble nonce using referer.
     */
    function gd_snippet_fix_map_bubble_issue( $errors ) {
    	if ( is_wp_error( $errors ) && ! empty( $_REQUEST['_wpnonce'] ) &&  ! empty( $_SERVER['REQUEST_URI'] ) && strpos( $_SERVER['REQUEST_URI'], '/wp-json/geodir/' ) !== false && strpos( $_SERVER['REQUEST_URI'], '/markers/' ) !== false && is_wp_error( $errors ) && $errors->get_error_code() == 'rest_cookie_invalid_nonce' ) {
    		$parse_referer = wp_parse_url( wp_get_referer() ); // Http referer
    		$parse_home = wp_parse_url( home_url( '/' ) ); // Home url
    
    		if ( ! empty( $parse_referer['host'] ) && ! empty( $parse_home['host'] ) && strtolower( $parse_referer['host'] ) == strtolower( $parse_home['host'] ) ) {
    			return true;
    		}
    	}
    	return $errors;
    }
    add_filter( 'rest_authentication_errors', 'gd_snippet_fix_map_bubble_issue', 99999, 1 );

    Check here about how to use PHP snippet. https://wpgeodirectory.com/docs-v2/faq/customizing/#snippets

    Regards,
    Kiran

    in reply to: Spaces in multi-select values #523154

    Kiran
    Moderator
    Post count: 7069

    Thank you for letting us know.

    Kiran

    in reply to: Location Page – Map Zoom Error and Listing Sorting Error #523141

    Kiran
    Moderator
    Post count: 7069

    Thanks you for providing credentials.

    I have applied patch on yous site and now /location/near/me/35.1536575,-106.49950039999999/ is filtering correct results.

    Please check and let us know.

    Regards,
    Kiran

    in reply to: Spaces in multi-select values #523139

    Kiran
    Moderator
    Post count: 7069

    Hi Patrick,

    I tested same option on my test site and it worked fine there.

    How you added option values to “food_options” field? Make sure you used “food_options” as an array.
    Example:

    &food_options[]=Complimentary cold buffet&food_options[]=Complimentary soups

    Let us know.

    Regards,
    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hi Hui,

    I have tried those credentials already but it is not working.

    Sorry, we don’t provide paid customization. But if you need developer help with your customization you can find a GD expert here: https://geodirectoryexperts.com/

    Best Regards,
    Kiran

    in reply to: Spaces in multi-select values #523074

    Kiran
    Moderator
    Post count: 7069

    Hi Patrick,

    Let us know which option values you have used in that field in CPT > Settings > Custom Fields settings.

    Kiran

    in reply to: API to create or update cities and neighbourhoods #523073

    Kiran
    Moderator
    Post count: 7069

    Hi Patrick,

    We have already a task to implement add/edit location like city/neighbourhood via API and it will be in future.

    Kiran

    in reply to: Google analytic error 1 #523072

    Kiran
    Moderator
    Post count: 7069

    Hi Milada,

    Please try disabling non-GD plugins. It looks like something stopping loading of Google Analytics class.

    To check what causing conflicts we need to do debugging and for that FTP access is required.

    Please provide server / CPanel credentials if you have.

    Regards,
    Kiran

    in reply to: Tabs are showing up stacked #523066

    Kiran
    Moderator
    Post count: 7069

    Hi @event19,

    Tab issue has been fixed, shortcodes was wrapped by p tag in “Venue Profile” elementor template.

    Please check and let us know.

    Regards,
    Kiran

    in reply to: Location Page – Map Zoom Error and Listing Sorting Error #523053

    Kiran
    Moderator
    Post count: 7069

    Hi Ellory,

    Issue has been fixed. There was issue in validation in longitude value with minus sign(Ex: -106.). We have fixed this issue and it will be in next release.

    Please apply this patch https://github.com/AyeCode/geodirectory/commit/2cd2b4abf5c5e697caa05674067571a8f6a2858b
    OR
    Provide FTP credentials again because FTP credentials are working fine but FTP account does not have access to public_html(WordPress root) folder, it shows empty directory. Please provide access to WordPress root directory to the FTP account.

    Regards,
    Kiran

    in reply to: Category field is locked but appears differently on franchise #523049

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.

    Kiran
    Moderator
    Post count: 7069

    Hi Ian,

    Sorry, we don’t provide paid customization. But if you need developer help with your customization you can contact a GD expert here: https://geodirectoryexperts.com/

    Regards,
    Kiran

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