Kiran

Forum Replies Created

Viewing 15 posts - 1,711 through 1,725 (of 6,022 total)
  • Author
    Posts

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

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Hiding a CPT from the map #500132

    Kiran
    Moderator
    Post count: 7069

    Hello,

    PHP snippet can be executed via plugin. There are many free plugins available on WordPress. Ex: https://wordpress.org/plugins/code-snippets/

    See for more info: https://wpgeodirectory.com/docs/useful-plugins/#snippets

    Kiran


    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Fail post to facebook #500124

    Kiran
    Moderator
    Post count: 7069

    Hi Timothy,

    It look like FB Connect APP is not successful. On successful connect app it shows “Refresh Access Token” instead of “FB Connect APP”.

    Please try again and let us know if you still see issue, we will check.

    Kiran

    in reply to: 404 #500123

    Kiran
    Moderator
    Post count: 7069

    Hi Matthew,

    Please check and let us know.

    Kiran

    in reply to: CSV Export link not working for events #500122

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know.

    Kiran


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

    Kiran
    Moderator
    Post count: 7069

    Hi Alexander,

    This has been fixed and it will be in next release of Location Manager.

    Provide us FTP credentials if you want me to apply patch on your site.

    Thanks for spotting.

    Regards,
    Kiran

    in reply to: CSV Export link not working for events #500112

    Kiran
    Moderator
    Post count: 7069

    Hi,

    I have done some debugging and found following database error.

    WordPress database error Column 'post_category' in field list is ambiguous for query

    It looks like any plugin/theme has added database column ‘post_category’ to WordPress core xxx_posts table. It should avoid modifying structure of the WordPress core tables, otherwise it may create troubles like this.

    I have added snippet (Snippets > GeoDirectory: Fix CSV export issue) to prevent error during export by adding alias to ‘post_category’.

    Let us know.

    Thanks,
    Kiran

    in reply to: Divi Theme With GeoDirectory Core Plugin Issues #500107

    Kiran
    Moderator
    Post count: 7069

    Hello Masoud,

    This is a JavaScript error on that page that breaking image lazy loading.

    TypeError: jQuery(...).gdunveil is not a function

    I checked page view source and found there are two jQuery JavaScript loaded of two different versions are loaded. One via WordPress core and another via theme /themes/Divi-SlothGeeks-Theme/assets/js/jquery-1.12.0.min.js. WordPress is loading own JQuery v1.12.4, so no need to load jQuery again.

    Please try to remove line

    wp_enqueue_script( 'dct-carousel-jquery', get_stylesheet_directory_uri() . '/assets/js/jquery-1.12.0.min.js', array( 'jquery' ), '', true );

    from child theme functions.php.

    Let us know how it goes. If you still see issue then provide us FTP credentials to check more.

    Regards,
    Kiran

    in reply to: package pricing and description do not show #500102

    Kiran
    Moderator
    Post count: 7069

    Hello Yael,

    Currently package description is not displayed on frontend.

    We have reasons to add package description field in add/edit package form.
    – In past customers asked for field to use package description for customization.
    – In future it can be used in pricing table.

    Thanks,
    Kiran

    in reply to: Expiration Date Counts Down Upon Save #500098

    Kiran
    Moderator
    Post count: 7069

    Hello There,

    It looks like timezone issue. What timezone you have on your system?

    Kiran

    in reply to: Disable Scrollwheel on gd_add_listing page map #500083

    Kiran
    Moderator
    Post count: 7069

    Hi Timothy,

    I have added following PHP snippet at “Snippets > GeoDirectory: add listing map controls” to manage map controls.

    
    
    /**
     * Filter the add listing map arguments.
     */
    function gd_snippet_190729_template_render_map_js_params() {
    	$screen = function_exists( 'get_current_screen' ) ? get_current_screen() : NULL;
    	$screen_id = $screen ? $screen->id : '';
    
    	if ( ! ( $screen_id && geodir_is_gd_post_type( $screen_id ) || geodir_is_page( 'add-listing' ) ) ) {
    		return;
    	}
    
    	$params = array();
    	//$params[] = "maptype: 'ROADMAP'"; 			// Map type (ex: HYBRID, ROADMAP, SATELLITE, TERRAIN)
    	//$params[] = "zoom: 10"; 					// Default zoom (ex: 12).
    	$params[] = "scrollwheel: false"; 			// Mouse scroll (ex: true or false).
    	//$params[] = "streetViewControl: false"; 	// Street view control (ex: true or false).
    
    	if ( ! empty( $params ) ) {
    		echo implode( ',', $params ) . ',';
    	}
    }
    add_filter( 'geodir_template_render_map_js_params', 'gd_snippet_190729_template_render_map_js_params' , 20, 1 );

    Please check and let us know.

    Regards,
    Kiran

    in reply to: Plugin compare listings #500065

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
Viewing 15 posts - 1,711 through 1,725 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount