Vikas
Forum Replies Created
-
AuthorPosts
-
Hi,
Website link please. I need admin login detail too.
Thanks
Hi,
I am working on shortcodes part and this is one of the shortcode in the list.
It will take some time.
Hi,
It seems to be a multilingual issue.
I have assigned it to Stio for further assistance.122.161.251.138
Hi,
Plz wait while we are looking into it.
thanks for your patience.Hi,
After checking backend everything seems to be fine so plz provide me ftp detail too.Thanks
Hi,
I need site url and wp-admin login detail too please.
Hi,
I will look into it and get back to u asap.
Thanks
May 23, 2014 at 6:54 am in reply to: How to access settings on pre-installed "ShareThis" plugin? #2876hi,
Please let me know what sort of setting u are looking for ?
Hi,
I will look into it and get back to u.
Thanks
Plz use location switcher to filter results based on selected location.
Thanks
OK,
Put this code in ur theme functions.php file
add_action('geodir_before_detail_fields', 'geodir_add_listing_before_detail_fields', 0); function geodir_add_listing_before_detail_fields(){ global $post; $current_posttype = geodir_get_current_posttype(); $geodir_allow_posttype = get_option('geodir_allow_posttype_frontend'); $post_types = geodir_get_posttypes('object'); $addlisting_links = ''; foreach($post_types as $key => $postobj){ if(is_array($geodir_allow_posttype) && in_array($key, $geodir_allow_posttype) && count($geodir_allow_posttype) > 1){ $name = $postobj->labels->singular_name; $checked = ''; if($current_posttype == $key) $checked = 'checked="checked"'; $add_link = geodir_get_addlisting_link( $key ); $addlisting_links .= '<div style="display:block;line-height:30px; margin-right:5px; float:left;">'; $addlisting_links .= '<input type="radio" '.$checked.' value="'.$add_link.'" title="'.ucfirst($name).'" name="geodir_select_add_listing[]" onchange="javascript:window.location=this.value;" >'.ucfirst($name); $addlisting_links .= '</div>'; } } if($addlisting_links != ''){ ?> <h5><?php _e('Select Listing Type', GEODIRECTORY_TEXTDOMAIN);?></h5> <div class="geodir_form_row clearfix"> <div id="geodir_showposttypes" class="geodir_showposttypes"> <?php echo $addlisting_links;?> </div> </div> <?php } }
Sure.
I am working on making location switcher more easy.Thanks
Hi,
I will look into all these.
Thanks for ur patience.
Hi,
Will u plz go wp-admin > geodirectory > Design > Navigation > Navigation Location and select ur Custom menu location in the dropdown for ‘Show geodirectory navigation in selected menu locations’ ?
Please advise ?
Thanks
-
AuthorPosts