Naveen Giri

Forum Replies Created

Viewing 15 posts - 631 through 645 (of 1,165 total)
  • Author
    Posts

  • Naveen Giri
    Moderator
    Post count: 1559

    Hi adriangraham,

    I have applied patch, please check now.

    Thanks

    in reply to: Random Sort Settings #517745

    Naveen Giri
    Moderator
    Post count: 1559

    thanks for confirming
    Yes, the code will run only for archive page queries.

    in reply to: Ajax Search #517743

    Naveen Giri
    Moderator
    Post count: 1559

    Hi sagraphics,

    this FTP details have only single file. please provide valid site FTP.

    Thanks

    in reply to: Do not save changes to a new site or to an existing one #517691

    Naveen Giri
    Moderator
    Post count: 1559

    the there was an extra custom field key geodir_timing but the field was not exist for that key.

    maybe that issue happen during migration from v1 too v2 or during site migration.

    in reply to: Random Sort Settings #517685

    Naveen Giri
    Moderator
    Post count: 1559

    Hi,

    We will check and update the code, meanwhile instead of

    add_filter(‘geodir_rand_seed’,’__return_zero’); // Upon refresh

    please try

    add_filter(‘geodir_rand_seed’,’__return_false’); // Upon refresh

    Thanks

    in reply to: Do not save changes to a new site or to an existing one #517681

    Naveen Giri
    Moderator
    Post count: 1559

    Hi marcoantonio,

    Fixed, please check now.

    the issue was related to undefined custom field.

    Thanks

    in reply to: Ajax Search #517639

    Naveen Giri
    Moderator
    Post count: 1559

    hi sagraphics,

    please share FTP in private reply. that issue is again seems related with plugin update. but unfortunately the update are not showing for addon.

    Thanks

    in reply to: Ajax Search #517629

    Naveen Giri
    Moderator
    Post count: 1559

    Hi sagraphics,

    this login related issue seems conflict of any plugin. I have noticed you have lots of outdated plugins.

    please update them and check and also perform troubleshooting steps.
    https://wpgeodirectory.com/docs-v2/faq/troubleshooting/#conflict-test

    Let us know how it goes.

    Thanks

    in reply to: Category update – icon/images #517627

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Olga,

    we have already added code for it in active branch.
    I have applied code patch for your site. please have a look.

    Thanks


    Naveen Giri
    Moderator
    Post count: 1559

    Hi ella,

    Your Gd plugins seems are outdated. please update them.

    the issue with pretty permalink is part of Apache server configuration.

    maybe your .htaccess file is not writable for WordPress.
    Set .htaccess file permissions to 644.

    Let us know how it goes.

    Thanks

    in reply to: Price package not saving #517606

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Francis,

    this issue was related to database table. maybe during upgrade of GD version the pricing table is not updated.

    data was already there. you can easily add edit now.

    Thanks

    in reply to: Really Short Randomization Time #517601

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Will,

    sorry for late reply. you can try below code instead to get random listing on each page refresh.

    add_filter(‘geodir_rand_seed’,’__return_false’); // Upon refresh

    Thanks

    in reply to: Random Sort Settings #517600

    Naveen Giri
    Moderator
    Post count: 1559

    Hi identity,

    where you checking it?

    I am considering you have enabled random sorting option.

    I have noticed, you have a . just before minute.
    please try it and check by sorting places in random sort.
    http://yoursite.com/places/?sort_by=random

    
    add_filter('geodir_rand_seed','_my_geodir_rand_seed');
    function _my_geodir_rand_seed($rand_seed) {
    	$rand_seed = get_transient( 'geodir_rand_seed_custom' );
    
    	// if we don't have a transient then set a new one
    	if ( ! $rand_seed ) {
    		$rand_seed = time();
    		set_transient( 'geodir_rand_seed_custom', $rand_seed,
    			5 * MINUTE_IN_SECONDS );
    	}
    
    	// validate
    	$rand_seed = absint( $rand_seed );
    
    	return $rand_seed;
    }
    

    Thanks

    in reply to: Autocomplete in text search does not work #517519

    Naveen Giri
    Moderator
    Post count: 1559

    Hi memorex13,

    I am checking it.
    can you please share FTP in private reply.

    Thanks


    Naveen Giri
    Moderator
    Post count: 1559

    Hi adriangraham,

    I have adjusted ninja form field tag. Please have a look.

    Thanks

Viewing 15 posts - 631 through 645 (of 1,165 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount