Vikas
Forum Replies Created
-
AuthorPosts
-
Hi,
As a hot fix.
Plz search ‘function geodir_excerpt_length’ in ur geodirectory > geodirectory-functions > post_functions.php, it should be around at line no. 1889.Replace that function with below code.
function geodir_excerpt_length($length) { global $wp_query; if(isset($wp_query->query_vars['is_geodir_loop']) && $wp_query->query_vars['is_geodir_loop'] && get_option('geodir_desc_word_limit')) $length = get_option('geodir_desc_word_limit'); elseif(get_query_var('excerpt_length')) $length = get_query_var('excerpt_length'); if(geodir_is_page('author') && get_option('geodir_author_desc_word_limit')) $length = get_option('geodir_author_desc_word_limit'); return $length; }
Please advise ?
Hi,
I am looking into it.I will update u very soon.Plz give name to file geodir-signup.php in theme folder instead of geodir_signup.php
Like u wrote
* I have confirmed that the WP Read setting is pointing to home page.with GD Reading setting should say ‘Front page displays=Your latest posts’, plz dont point it to any wordpress page.
Thanks
Hi,
When u delete a plugin it asks u to double check if u want to keep the data intact or not. Plz choose appropriate option there.
Thanks
will u plz explain me more ?
what did u try to update there ?Hi,
I am looking into it and get back to u asap.
Thanks
U have to have multilocation adon enabled to use muticity feature.
Admin login info u provided are not correct.
Plz check them and send me correct info.
Thanks
Hi,
I have fixed it and it will work in next release.
Hi,
When u dont select any category as default then system itself makes first main category as default.
Please advise ?
Hi,
Make sure that u have multilocation adon enable.
Thanks
June 25, 2014 at 4:49 am in reply to: Post will be deleted if both city and map marker position has been changed #6069Try to find this ‘wp_delete_post($postid);’ line of code in location_manager adons/geodir_location_functions.php and comment this. It should be around line number 750.
Please advise ?
Hi,
Site link, admin access in private reply please.Thanks
Hi,
It will be released in a day or two maximum.
Thanks for ur patience.
-
AuthorPosts