tabs in buddy press

This topic contains 14 replies, has 6 voices, and was last updated by  Spanu 5 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #462538

    Spanu
    Expired Member
    Post count: 76

    Hello,

    I have a tab in my buddypress nav entitled events.

    Can you tell me how to remove that ?

    I have tried in GD plugin settings panel in buddypress integration. i did not find the option to hide that tab.

    can you guide me to hide this ?

    thanks!

    #462574

    Kor
    Moderator
    Post count: 16516

    Hi Spanu,

    Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.

    #462580

    Spanu
    Expired Member
    Post count: 76
    This reply has been marked as private.
    #462604

    Alex Rollin
    Moderator
    Post count: 27815

    Do you have GD events installed?
    What makes you think GD is making the tab?
    If we need to check your site, please include WP Admin credentials and login URL .

    #462700

    Spanu
    Expired Member
    Post count: 76

    yes i have GD events installed. i have no other events plugins

    #462756

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    that appear to be from another event plugin. Please provide admin credentials and we’ll tell you more.

    this is not a GD URL /members/negreavasile/events/?el_type=events_submitted

    Thanks

    #462788

    Spanu
    Expired Member
    Post count: 76
    This reply has been marked as private.
    #462795

    Alex Rollin
    Moderator
    Post count: 27815

    We will take another look on why it is showing. You could try this CSS:

    
    
    
    #yz-profile-navmenu > div > ul > li:nth-child(7) {
        display: none!important;
    }
    
    #462810

    Paolo
    Site Admin
    Post count: 31206

    I believe that is coming from the theme, when our event plugin is installed. We have options to select which listing type to show in tabs and they appear to override it.

    Only solution for us is CSS provided by Alex. Another option would be to ask for support to the theme authors.

    Thanks

    #462861

    Spanu
    Expired Member
    Post count: 76

    I do not matter this kind of fix.

    But i have pasted it in custom css style box and the events is still showing up.

    #462882

    Kiran
    Moderator
    Post count: 7069

    Hello Spanu,

    Those navbar coming from Youzer plugin. Those tabs managed from Panel > Profile Settings.

    Please ask Youzer support team how that “Events” menu added and how to remove it from menu.
    Or provide us FTP credentials so we can debug from where it adding that menu in navbar.

    Kiran

    #462924

    Spanu
    Expired Member
    Post count: 76

    ok.

    i will talk with youzer devs too to fix this.
    thanks

    #463144

    Spanu
    Expired Member
    Post count: 76

    The guys from youzer told me that is from GD Events Plugin. They disabled GD events plugin and it stopped showing.

    #463169

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    Sorry this was being added by the GD BP addon which is why the code was probably missed.

    I have added the below snippet to your site to remove it, it is below just for future reference:

    
    
    add_action('plugins_loaded','_my_plugins_loaded_action',11);
    function _my_plugins_loaded_action(){
    	remove_action('bp_setup_nav', 'geodir_ayi_user_events_nav_adder');
    }

    Thanks,

    Stiofan

    #463370

    Spanu
    Expired Member
    Post count: 76

    great news!

    thanks for the help!

Viewing 15 posts - 1 through 15 (of 15 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket