Vikas
Forum Replies Created
-
AuthorPosts
-
Hi,
It was very simple, u forgot to uncheck an option in Geodirectory > Designs > Navigation setting.
Plz have a look on attached screenshot for more.
Thanks
Hi,
Yes Paolo is correct, only home page map’s marker can be clustered. That setting is there to choose for which ‘home page map widget’ u would like to enable/disable marker clustering without deactivating the plugin.Dont get confuse with the name of that widget, it can be used on any page even multiple times on same page.
Please advise ?
Hi,
Thanks for let me know about it.
I have fixed it and it will appear right in next release.Hi Nasc,
Please let me know admin login and ftp access please.
Thanks
Hi,
I am not sure how come u noticed this with this new release. It has been like this since beginning.
Please advise ?
Hi Manilaboy,
At which place u are talking about?
When u add a new listing and drag the marker and auto address filled in address field ?Hi,
Please send me your site login detail and ftp access please.Hi Manilaboy,
Sorry for inconvenience, I have fixed this and it will be there in very next release.
If u have any sort of urgency please let me know, i can attach files here.Thanks
Hi,
It seems to be a custom request. Plz use custom development request forum to see if u find a help.
Thanks
Hi,
For this, u have to enable advance search adons. Once u enable it, go to
Geodirectory > Place Settings > Advance Search (tab) and configure Search by distance filterPlease advise ?
Hi,
Yes Guust is right.Hi,
Changing tab order is bit trick at this moment.
System supports geodir_detail_page_tab_list_extend filter to extend the tab array.
this filter accepts an array
so u can write something like this in ur theme functions.phpadd_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend') ; function geodir_detail_page_tab_list_extend($tab_array) { // here u can modify this array, u can create a completely new one too. return $tab_array ; }
To check the array structure plz go to custom_functions.php geodirectory core and search for this ‘geodir_detail_page_tabs_array()’.
Please let me know if it helps.
Thanks
Put this code in ur theme’s functions.php file
add_filter('geodir_detail_page_sidebar_content' , 'geodir_detail_page_sidebar_content') ; function geodir_detail_page_sidebar_content($section_array) { if(!empty($section_array) && is_array($section_array)) { foreach($section_array as $key=>$value) { if($value=='geodir_social_sharing_buttons' || $value=='geodir_share_this_button') unset($section_array[$key]) ; } } return $section_array ; }
Hi,
I have fixed it and it will be there in next release.
Thanks for ur patience.
Hi,
I have implemented it and it will be available in next release.
Thanks
-
AuthorPosts