Vikas

Forum Replies Created

Viewing 15 posts - 151 through 165 (of 1,123 total)
  • Author
    Posts
  • in reply to: Geolocation doesn´t work #8518

    Vikas
    Full Member
    Post count: 1128

    Sorry but database(phpmyadmin) access too in private reply.


    Vikas
    Full Member
    Post count: 1128
    This reply has been marked as private.

    Vikas
    Full Member
    Post count: 1128

    HI,
    Plz send me ftp and database access too in private reply.

    Thanks

    in reply to: adding a new listing tab #8507

    Vikas
    Full Member
    Post count: 1128

    Hi,
    Thanks for ur patience.
    Here is how u can add new tabs in detail page tab lists.

    This consists of two steps.
    1. The tab itself
    2. The content which will appear once user will click on a tab.

    Lets assume you want to add a tab called ‘New Tab’ and when user will click on that tab a ‘Hello World!!’ content will appear.

    To add a tab with label ‘New Tab’ do the following in ur theme functions.php file:

    
    
    
    add_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend') ;
    
    function geodir_detail_page_tab_list_extend($tab_array)
    {
     	$tab_array['my_new_tab'] = array( 
    										'heading_text' =>  __('New Tab',GEODIRECTORY_TEXTDOMAIN),
    										'is_active_tab' => false,
    										'is_display' =>  apply_filters('geodir_detail_page_tab_is_display', true, 'my_new_tab'),
    										'tab_content' => ''
    									);
    	return $tab_array ;
    }
    

    Now for the second part, to show Content when user click on that tab, do this:

    
    
    
    add_action('geodir_after_tab_content' ,'geodir_my_new_tab_content');
    function geodir_my_new_tab_content($tab_index)
    {
    	if($tab_index =='my_new_tab')
    	{
    		echo "Hello world!!";
    	}
    }
    

    Plz make sure that ‘my_new_tab'(tab index) is same as array index created in first step.

    Thanks
    Vikas

    in reply to: Custom Fields Checkbox layout #8504

    Vikas
    Full Member
    Post count: 1128

    Hi,
    Thanks for spotting this, I have fixed it and it will work fine in next release, meantime Plz put this piece of css code

    
    
    
    .geodir_form_row ul{
    float: left;
    width: 70%;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    

    in
    WP-admin > Geodirectory > Designs > scripts > Custom style css code
    Please have a look on screenshot attached.

    Thanks

    in reply to: Google Analytics information #8503

    Vikas
    Full Member
    Post count: 1128
    This reply has been marked as private.
    in reply to: no way to setup pay pal #8495

    Vikas
    Full Member
    Post count: 1128

    sorry that query will not work as it has been changed by forum.

    here is the correct query
    SELECT *
    FROM

    wp_options

    WHERE

    option_name

    LIKE ‘%payment_method_%’

    in reply to: no way to setup pay pal #8494

    Vikas
    Full Member
    Post count: 1128

    Hi,
    This is really strange.
    Plz go to phpmyadmin and point database for this installation, open wp_options table and run this query there.

    
    
    SELECT *
    FROM <code>wp_options</code>
    WHERE <code>option_name</code> LIKE '%payment_method_%'
    LIMIT 0 , 30

    1. Delete all the records you see as a result of this query.
    2. Deactivate payment manager adon.
    3. Activate it again.

    Please let me know if works for u.

    Thanks

    in reply to: Map Marker Issue #8489

    Vikas
    Full Member
    Post count: 1128

    I am not sure if u are confused with which post is in with category or how the links are working, so here is the explanation.

    /learn/music-schools/ this link will list out all the posts in music-schools category. Now have a look on screenshot, it shows that ‘Acting out’ is in ‘Dram School’ category not in music-schools category.

    Please advise ?

    Thanks

    in reply to: Change the "time" field to a text area? #8488

    Vikas
    Full Member
    Post count: 1128

    OK.
    I will consider it for sure.

    Thanks for spotting this.

    in reply to: Can't see any listings #8486

    Vikas
    Full Member
    Post count: 1128

    Hi,

    I need database/phpmyadmin access too please.

    in reply to: CSV input #8485

    Vikas
    Full Member
    Post count: 1128

    @justjim, i checked and found that post_type field value is blank in ur csv.

    It should not be blank or wrong. If u want to import data for places then value of this column should be ‘gd_place’ .

    Thanks


    Vikas
    Full Member
    Post count: 1128

    Hi,

    I have fixed this issue. It will be included in next release too.
    I am really sorry for all these inconvenience.


    Vikas
    Full Member
    Post count: 1128

    Hi,
    It seems that your admin footer is not loading properly, that is causing a js error.
    Plz try to deactivate other plugins.

    Thanks

    in reply to: Listing Image Upload Function – not year and month #8405

    Vikas
    Full Member
    Post count: 1128

    Hi,

    Plz download attached zip, extract it and upload post_functions.php to godirectory > geodirectory-functions folder.

    Let me know if it works fine for u then it will be included in next release.

    Plz take backup of your existing file.

    Thanks

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