Vikas

Forum Replies Created

Viewing 15 posts - 421 through 435 (of 1,123 total)
  • Author
    Posts
  • in reply to: Remove listing link in navigation #4965

    Vikas
    Full Member
    Post count: 1128

    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

    in reply to: Clusters for Listing Maps #4964

    Vikas
    Full Member
    Post count: 1128

    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 ?

    in reply to: Drop down misspelled in Location settings #4961

    Vikas
    Full Member
    Post count: 1128

    Hi,

    Thanks for let me know about it.
    I have fixed it and it will appear right in next release.

    in reply to: Remove listing link in navigation #4959

    Vikas
    Full Member
    Post count: 1128

    Hi Nasc,

    Please let me know admin login and ftp access please.

    Thanks

    in reply to: Comma After Street Number; Bug? #4957

    Vikas
    Full Member
    Post count: 1128

    Hi,

    I am not sure how come u noticed this with this new release. It has been like this since beginning.

    Please advise ?

    in reply to: Comma After Street Number; Bug? #4954

    Vikas
    Full Member
    Post count: 1128

    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 ?

    in reply to: Google Analytics information #4951

    Vikas
    Full Member
    Post count: 1128

    Hi,
    Please send me your site login detail and ftp access please.

    in reply to: Location Switcher Error? #4644

    Vikas
    Full Member
    Post count: 1128

    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

    in reply to: Adding Fields on Listing Contact Form #4526

    Vikas
    Full Member
    Post count: 1128

    Hi,

    It seems to be a custom request. Plz use custom development request forum to see if u find a help.

    Thanks

    in reply to: Search Near confusing, or broken #4521

    Vikas
    Full Member
    Post count: 1128

    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 filter

    Please advise ?

    in reply to: Search Function #4520

    Vikas
    Full Member
    Post count: 1128

    Hi,
    Yes Guust is right.

    in reply to: Text frame #4519

    Vikas
    Full Member
    Post count: 1128

    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.php

    
    
    
    add_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

    in reply to: Deactivate Share and Facebook Buttons on Detail Page #4483

    Vikas
    Full Member
    Post count: 1128

    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 ;
    }
    
    in reply to: Changing page title #4176

    Vikas
    Full Member
    Post count: 1128

    Hi,

    I have fixed it and it will be there in next release.

    Thanks for ur patience.

    in reply to: How to define first image as WP featured image standard #4162

    Vikas
    Full Member
    Post count: 1128

    Hi,

    I have implemented it and it will be available in next release.

    Thanks

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