Skip to:
Content
Pages
Categories
Search
Top
Bottom

Finding/Editing the buddypress’s navigation bar


  • John
    Participant

    @johnwinch42

    Hello,*

    I’m using buddypress with the multi-blogging, the buddypress navigation bar is displaying correctly on the others themes but not on my main blog (using the FashionPro theme).

    I would like to know, where to find the code to put in my FashionPro’s header ?
    I’ve noticed that the style utilized with the navigation bar is depending on the theme where it’s displayed, is there a way to set up the style once and for all for all the blogs ?

    Thanks you for your help.

    best regards,

Viewing 1 replies (of 1 total)

  • John
    Participant

    @johnwinch42

    For those who are in the same situation, check if this is in your theme’s footer :

    ‘<?php
    /* Always have wp_footer() just before the closing
    * tag of your theme, or you will break many plugins, which
    * generally use this hook to reference JavaScript files.
    */

    wp_footer();
    ?>’

    It wasn’t in mine, I add it and it fixed my problem.

Viewing 1 replies (of 1 total)
  • The topic ‘Finding/Editing the buddypress’s navigation bar’ is closed to new replies.
Skip to toolbar