Naveen Giri
Forum Replies Created
-
AuthorPosts
-
November 19, 2019 at 9:19 am in reply to: Listings with "&" in the title coming out as & in GD user emails #517750
Hi adriangraham,
I have applied patch, please check now.
Thanks
thanks for confirming
Yes, the code will run only for archive page queries.Hi sagraphics,
this FTP details have only single file. please provide valid site FTP.
Thanks
November 18, 2019 at 7:09 pm in reply to: Do not save changes to a new site or to an existing one #517691the 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.
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
November 18, 2019 at 5:51 pm in reply to: Do not save changes to a new site or to an existing one #517681Hi marcoantonio,
Fixed, please check now.
the issue was related to undefined custom field.
Thanks
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
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-testLet us know how it goes.
Thanks
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
November 18, 2019 at 1:02 pm in reply to: When using the advanced search plugin my listings don't appear #517625Hi 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
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
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
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=randomadd_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
Hi memorex13,
I am checking it.
can you please share FTP in private reply.Thanks
November 15, 2019 at 11:08 am in reply to: Listings with "&" in the title coming out as & in GD user emails #517270Hi adriangraham,
I have adjusted ninja form field tag. Please have a look.
Thanks
-
AuthorPosts