Naveen Giri

Forum Replies Created

Viewing 15 posts - 1,006 through 1,020 (of 1,165 total)
  • Author
    Posts

  • Naveen Giri
    Moderator
    Post count: 1559

    Hi @vpmcorp,

    Kleo theme is not fully compatible with GD-v2. it only support GD-v1.
    so you ask for permanent solution in theme support for the sidebar issue.

    but meanwhile if you want to quick fix. you can use code below in your child-theme or using some php snippet plugins.

    
    add_filter( 'kleo_sidebar_name', function ( $name ) {
    	global $geodirectory, $post;
    	$id = $post->ID;
    	if ( get_post_type() == 'gd_place' and ! empty( sq_option( 'geodir_sidebar_place' ) ) ) {
    		return sq_option( 'geodir_sidebar_place', 'sidebar-1' );
    	} elseif ( get_post_type() == 'gd_place' and ! empty( $geodirectory->settings['page_add'] ) && $geodirectory->settings['page_add'] == $id ) {
    		return sq_option( 'geodir_sidebar_add', 'sidebar-1' );
    	} elseif ( ! empty( $geodirectory->settings['page_location'] ) && $geodirectory->settings['page_location'] == $id ) {
    		return sq_option( 'geodir_sidebar_location', 'sidebar-1' );
    	} elseif ( ! empty( $geodirectory->settings['page_search'] ) && $geodirectory->settings['page_search'] == $id ) {
    		return sq_option( 'geodir_sidebar_search', 'sidebar-1' );
    	} elseif ( ! empty( $geodirectory->settings['page_details'] ) && $geodirectory->settings['page_details'] == $id ) {
    		return sq_option( 'geodir_sidebar_details', 'sidebar-1' );
    	} elseif ( ! empty( $geodirectory->settings['page_archive'] ) && $geodirectory->settings['page_archive'] == $id ) {
    		return sq_option( 'geodir_sidebar_archive', 'sidebar-1' );
    	} elseif ( ! empty( $geodirectory->settings['page_archive_item'] ) && $geodirectory->settings['page_archive_item'] == $id ) {
    		return sq_option( 'geodir_sidebar_archive_item', 'sidebar-1' );
    	} elseif ( geodir_is_cpt_template_page( $id ) ) {
    		return sq_option( 'geodir_sidebar_default', 'sidebar-1' );
    	}
    
    	return $name;
    
    }, 99 );
    

    Regards
    Naveen Giri

    in reply to: Social Importer v2 not pulling in any data #500103

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Dan,

    the issue cause by server side error during Ajax call, i have added code adjustment in social importer addon.

    Please take a look, the issue is fixed.

    in reply to: Social Importer v2 not pulling in any data #499819

    Naveen Giri
    Moderator
    Post count: 1559

    Thanks dan, I will check and get back to you soon.

    in reply to: Search not showing results #499817

    Naveen Giri
    Moderator
    Post count: 1559

    Hi @wesleylewis,

    can you please create new ticket for it?

    Thanks


    Naveen Giri
    Moderator
    Post count: 1559

    Ok, I will check downloading the backup and checking it on local.
    update you the progress soon.

    in reply to: Social Importer v2 not pulling in any data #499802

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Dan,

    I can see 500( internal server ) error for ajax query.
    please provide FTP to check the cause.

    Thanks

    in reply to: Search Results header duplicated #499801

    Naveen Giri
    Moderator
    Post count: 1559

    Hi @todd-harrison,

    Please take a look now also working fine for search and category page.

    FTP still not seems working from filezilla but I have managed to access it with cmd.

    I have added updated page.php template in child theme.

    in reply to: Search Results header duplicated #499750

    Naveen Giri
    Moderator
    Post count: 1559

    Hi @todd-harrison,

    the page.php template of theme have loop for header section.
    so when the page have multiple posts included in query. it repeating that header that much time.

    We can adjust the template in child theme. I checked adjusting it on local. it working perfect.

    The FTP details not working for me so if you can provide valid details, I can add it in child theme.


    Naveen Giri
    Moderator
    Post count: 1559

    hi @vpmcorp,

    I checked few setting not found anything that can cause it.
    Sidebar is loading but widgets not appearing.

    can you send FTP in private message. so i can check the code.

    Regards
    Naveen

    in reply to: Expiration Date Counts Down Upon Save #499718

    Naveen Giri
    Moderator
    Post count: 1559

    I just checked by changing and saving expire date.
    I am not able to recreate the mentioned issue.

    the expiration date changing as expected.

    can you please check refreshing your browser cache
    or trying it on other system.

    just to confirm the process, if you can share a screencast it will be helpful.


    Naveen Giri
    Moderator
    Post count: 1559
    This reply has been marked as private.
    in reply to: My Listings Not Showing #499553

    Naveen Giri
    Moderator
    Post count: 1559

    Hi kerry,

    It was setting issue. the display header and body section was untick.
    just enabled it you can check user profile now.

    Thank You

    in reply to: Plugin compare listings #499520

    Naveen Giri
    Moderator
    Post count: 1559

    Hi @memorex13,

    Are you making any changes? because I saw it working and now again it seems throwing the js error.

    Let me know if I should proceed on it or you know the cause.


    Naveen Giri
    Moderator
    Post count: 1559

    Hi @netmagik,

    I noticed the issue on local too. It seems an improvement request. We will see how it can be improved. Update you back again.

    Thanks

    in reply to: conditional php #499330

    Naveen Giri
    Moderator
    Post count: 1559

    Hi @scottclientclicks-com,
    Instead of in_category() please try it.

    
    is_tax( 'gd_placecategory', 'sonoma-wineries' )
    

    Let me know if any issue?

    Thanks

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