Kiran

Forum Replies Created

Viewing 15 posts - 2,491 through 2,505 (of 6,022 total)
  • Author
    Posts
  • in reply to: Categories not registering properly #482284

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Wrong Header? Maybe #482258

    Kiran
    Moderator
    Post count: 7069

    Hi Brandon.

    Please check now after clearing your browser cache.

    Let us know.

    Regards,
    Kiran

    in reply to: Map is not loading in Listing and side GD Sidebard #482245

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Upgrade orientation #482244

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Please follow this documentation to customize map style(for Google & OSM both): https://wpgeodirectory.com/docs-v2/addons/map-styles/

    Let us know.

    Kiran

    in reply to: Tag images not translated with WPML #482243

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

    Kiran
    Moderator
    Post count: 7069

    Hello,

    After upgrade from GDv1 ot GDv2 I am getting the following failure displayed while add listings process.

    Please check now.

    Just be informed we are also on the process of working at the dev site to establish the further usage of GT-Vouchers plugin for GDv2.

    Some functions are no longer available/depreciated in GeoDirectory v2, so please take of it.

    Kiran

    in reply to: Categories not registering properly #482219

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Categories not registering properly #482142

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Change date format in Package Form #482140

    Kiran
    Moderator
    Post count: 7069

    It is already happening. I clicked in input and it shows me default to 10:00.

    Kiran

    in reply to: Change date format in Package Form #482134

    Kiran
    Moderator
    Post count: 7069

    If you want to remove 00:00 from list then use following snippet, but it will also remove that option from “Ends at”.

    
    
    function gd_snippet_190422_event_schedule_times( $times ) {
    	if ( isset( $times['00:00'] ) ) {
    		unset( $times['00:00'] );
    	}
    
    	return $times;
    }
    add_filter( 'geodir_event_schedule_times', 'gd_snippet_190422_event_schedule_times', 10, 1 );

    Kiran

    in reply to: V2 Pricing Manager – messaging #482119

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Update Listings Not Works #482104

    Kiran
    Moderator
    Post count: 7069

    Hello,

    I checked in database for “Strutture” posts. I found that in wpxn_posts posts it has around 4500 items for gd_place post type, but in wpxn_geodir_gd_place_detail table it has only around 1500 items.

    How you created this listings? I have created new listing https://glutenfreeyes.com/wp-admin/post.php?post=12767&action=edit and it exists in both table. It successfully allows to edit and it also updates data.

    For the listing which has issue in update has no records available in wpxn_geodir_gd_place_detail table.

    Do you have v1 database so we can check old database?

    Regards,
    Kiran

    in reply to: Change date format in Package Form #482103

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Map is not loading in Listing and side GD Sidebard #482101

    Kiran
    Moderator
    Post count: 7069

    Hello Beneet,

    I have done some debugging and found error “Warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in <b>/xxx/wp-includes/wp-db.php</b> on line 1172”.
    This error comes due to conflict with “Indeed Ultimate Membership Pro” plugin.
    For the post map it successfully returns the marker data but error mess the json response.

    In that plugin there is a function ihc_get_post_id_by_cpt_name() which raises error due to 2nd parameter passed as an array.

    Please contact plugin developer to get help on this error.

    Let us know what they reply.

    Kiran

    in reply to: How can change business hour? #482092

    Kiran
    Moderator
    Post count: 7069

    Hello,

    There was a jQuery Timepicker conflict with KBoard plugin.

    I have added following code snippet in your child theme functions.php to prevent conflict.

    
    
    /**
     * Fix jQuery timepicker with KBoard : 게시판 plugin.
     */
    function gd_snippet_220417_kboard_conflict() {
    	global $pagenow;
    
    	if ( defined( 'KBOARD_VERSION' ) && ( 'edit.php' === $pagenow || 'post.php' === $pagenow || 'post-new.php' == $pagenow ) && wp_script_is( 'geodir-jquery-ui-timepicker', 'enqueued' ) && wp_script_is( 'jquery-timepicker', 'enqueued' ) ) {
    		$screen = get_current_screen();
    		$screen_id = $screen ? $screen->id : '';
    
    		if ( in_array( $screen_id, geodir_get_screen_ids() ) ) {
    			wp_dequeue_script( 'jquery-timepicker' );
    			wp_dequeue_style( 'jquery-timepicker' );
    		}
    	}
    }
    add_action( 'admin_enqueue_scripts', 'gd_snippet_220417_kboard_conflict', 9999 ); // Backend pages

    Let us know.

    Regards,
    Kiran

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