Kiran

Forum Replies Created

Viewing 15 posts - 3,961 through 3,975 (of 6,022 total)
  • Author
    Posts
  • in reply to: Geo Directory doesn't work after theme change #434231

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Problems with CSV import #434172

    Kiran
    Moderator
    Post count: 7069

    Hi Sameep,

    There are illegal characters in description & address field (see attachment). I corrected it and now it successfully imported.

    I have attached corrected csv file.

    Thanks,
    Kiran

    in reply to: Revision History Disabled when GD enabled #434059

    Kiran
    Moderator
    Post count: 7069

    Glad to hear that 🙂

    Kiran

    in reply to: Revision History Disabled when GD enabled #434056

    Kiran
    Moderator
    Post count: 7069

    Hi Josh,

    Please add

    define('WP_POST_REVISIONS', 99);

    before line

    /* That's all, stop editing! Happy blogging. */

    in wp-config.php file.

    Let us know how it goes.

    Thanks,
    Kiran

    in reply to: GD with Location Manager breaking Woo Commerce #434055

    Kiran
    Moderator
    Post count: 7069

    Hello,

    The problem occurred due to wrong code in woopress theme.

    If file wp-content/themes/woopress/framework/woo.php there are hooks “get_{$adjacent}_post_join” & “get_{$adjacent}_post_where” which have 3 parameters used where as WordPress core using 5 parameters.
    This results in PHP error and breaks the page.

    For now i have fixed it for you in file wp-content/themes/woopress/framework/woo.php. So contact theme developer you fix this or you may lose this changes done when you update theme.
    After my changes the product page is working fine now.

    Let us know.

    Thanks,
    Kiran

    in reply to: show geodir_event_schedule on map #434047

    Kiran
    Moderator
    Post count: 7069

    Hello Tilen,

    This is not an issue, it is because of setting, the schedule is not appearing on the map bubble.

    You have chosen to show only “Upcoming” schedule on the map infowindow at GeoDirectory > Event Settings > General > Filter event dates in map infowindow.
    You have not any upcoming events so it does not have any upcoming schedule and that’s why schedule not showing on map infowindow.

    I tested by creating one test event with date 1 July and it shows schedule on map infowindow correctly (see attachment).

    Thanks,
    Kiran

    in reply to: Maps not Loading on Details #434040

    Kiran
    Moderator
    Post count: 7069

    Hello Harry,

    We have already fixed this issue and applied patch on your site.

    Please check after clearing your browser cache.

    Let us know.

    Thanks,
    Kiran

    in reply to: Google Analytics – How to disable? #433900

    Kiran
    Moderator
    Post count: 7069
    in reply to: translate Whoop theme #433864

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Race page photo thumbnails not displayed #433858

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Please check and let us know.

    thanks,
    Kiran

    in reply to: Race page photo thumbnails not displayed #433845

    Kiran
    Moderator
    Post count: 7069

    Hi Fabrizio,

    There is a JavaScript error from recaptcha on page when you refresh page, this happens due to JavaScript file loading order by caching system. We have fixed this recently.

    Please provide FTP credentials so we can apply patch on your site.

    Kiran

    in reply to: Change original Post Type string #433714

    Kiran
    Moderator
    Post count: 7069

    Hello,

    The date I already have set in the event settings (see screenshot “event date settings”) – but it doesn’t seem to show properly in the Add Event form.

    The date format setting you marked with yellow color is used for display purpose. To set date format in input field select it from first dropdown (Event Hinjufuzen).

    And the time has to count from 0 until 24 (otherwise Germans will not be able to differ between morning and afternoon).

    By default it shows in 12-hour format, but you can manage it via hook.
    Use following code snippet to show in 24-hour format.

    
    
    function _gd_custom_times_24_hours_format( $times = array() ) {
    	$time_increment = apply_filters('geodir_event_time_increment' , 15) ;
    	$event_time_array =array();
    
    	$am = __( '%s AM', 'geodirevents' );
    	$pm = __( '%s PM', 'geodirevents' );
    
    	for($i=0;$i<24 ; $i++ ) {
    		 for($j=0 ; $j < 60 ; $j+= $time_increment ) {
    		 	$time_hr_abs = $i ;
    		 	$time_am_pm = $am;	
    		 	if($time_hr_abs<10)
    				$time_hr = '0' . $time_hr_abs ;
    			else
    				$time_hr =  $time_hr_abs ;
    			if($j<10)
    				$time_min = '0' . $j ;
    			else
    				$time_min =  $j ;
    			if($i<10)
    				$time_hr_index = '0' . $i ;
    			else
    				$time_hr_index = $i ;
    			
    		 	$event_time_array[ $time_hr_index  . ":" . $time_min ] = wp_sprintf( $time_am_pm, $time_hr . ":" . $time_min );
    		 }
    	}
    	return $event_time_array;
    }
    add_filter( 'geodir_event_schedule_times', '_gd_custom_times_24_hours_format', 10, 1 );

    Thanks,
    Kiran

    in reply to: Change listing category programmatically #433711

    Kiran
    Moderator
    Post count: 7069
    in reply to: Get Directions Maps, stopped working #433710

    Kiran
    Moderator
    Post count: 7069

    Glad to hear that! 🙂

    It happened due to JavaScript loading order because of caching system. We have updated in our plugin to load JavaScript at right order.

    Kiran

    in reply to: translate Whoop theme #433554

    Kiran
    Moderator
    Post count: 7069

    Hello,

    The issue has been fixed and it displayed the listings.

    Thanks,
    Kiran

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