Kiran

Forum Replies Created

Viewing 15 posts - 1,531 through 1,545 (of 6,022 total)
  • Author
    Posts
  • in reply to: JupiterX issue #506056

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Customizing How Places look on BuddyPress Profiles #506040

    Kiran
    Moderator
    Post count: 7069

    Hi lilmisslanna,

    Name of the tab “Listings” can be changed two ways:

    1) Via PHP snippet
    Try following PHP snippet.

    
    
    /**
     * Change "Listings" label in profile tabs.
     */
    function gd_snippet_20190902_buddypress_nav_listings( $nav ) {
    	$search = 'Listings';     // Old tab label
    	$replace = 'Directories'; // New tab label
    
    	if ( ! empty( $nav['name'] ) ) {
    		$nav['name'] = preg_replace( '/\b' . $search . '\b/', $replace, $nav['name'] );
    	}
    
    	return $nav;
    }
    add_filter( 'geodir_buddypress_nav_listings', 'gd_snippet_20190902_buddypress_nav_listings', 20, 1 );

    2) Via .po file language translation.
    Try to translate

    Listings <span class="%s">%s</span>

    from geodir_buddypress-en_US.po file.

    Kiran

    in reply to: Data are not stored correctly #506032

    Kiran
    Moderator
    Post count: 7069

    Hi Matthias,

    Please check now.

    Kiran

    in reply to: Recurring Event Indicator #506028

    Kiran
    Moderator
    Post count: 7069

    Hi Dave,

    You can achieve by using post badge feature.

    Try following post badge shortcode in Pages > GD Archive Item template.

    [gd_post_badge badge="more dates available" key="recurring" condition="is_not_empty" link="%%post_url%%" bg_color="#0073aa" txt_color="#ffffff" css_class="gd-custom-recurring-event"]

    Kiran

    in reply to: JupiterX issue #505849

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: V2 customization issues #505835

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: GD Dashboard – 'My Listings' redirects to home page #505832

    Kiran
    Moderator
    Post count: 7069

    Hi Steve,

    Author archives page is disabled from SEO > Search Appereance > Archives > Author archive settings. Enable it to allow user to access authors page.

    Kiran

    in reply to: Broken Site #505829

    Kiran
    Moderator
    Post count: 7069

    Hi merileads,

    Please try to import listing with valid CSV file as Alex explained.

    If you are not sure about custom fields available to import listings then do following:
    – Create one listing manually from admin by filling all fields.
    – Export CSV from GeoDirectory > Settings > Import/Export
    – Now you can add more entries to CSV

    Let us know.

    Thanks,
    Kiran

    in reply to: V2 customization issues #505824

    Kiran
    Moderator
    Post count: 7069

    Hi Vlad,

    Try now #9 after clearing your browser cache.

    Let us know.

    Regards,
    Kiran

    in reply to: Events calendar behaviour #505720

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Events calendar behaviour #505711

    Kiran
    Moderator
    Post count: 7069

    1) Patch applied on your site.

    2) We have considered your suggestion and opened a task to implement in future.

    Thanks,
    Kiran

    in reply to: Broken Site #505710

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
Viewing 15 posts - 1,531 through 1,545 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount