Skip to:
Content
Pages
Categories
Search
Top
Bottom

Template Errors

  • @webifiedgeek

    Participant

    I am having some layout issues on my website running 1.7 The only problem is when editing and viewing your profile information.

    I am using the theme OneTouch. How can I fix this issue?

    Here is the links to the images: http://sector7corps.com/errors

Viewing 3 replies - 1 through 3 (of 3 total)
  • @chouf1

    Participant

    Hi,

    don’t know if this will help you, but @imath published a quick fix intended for premium themes.
    Original post here (sorry it’s in french): http://imathi.eu/2013/02/21/une-buddypress-1-7-theme-story/

    Add this to the theme functions.php

    <code>function quick_fix_bp_theme_not_1_7_ready() {
    remove_action( ‘bp_after_setup_theme’, ‘bp_load_theme_functions’, 1 );
    }
    add_action( ‘after_setup_theme’, ‘quick_fix_bp_theme_not_1_7_ready’, 9 );</code>

    To understand a little what’s going on with the new BP 1.7 theme compat idea, read here, even if it’s intended for plugins at least.

    https://codex.buddypress.org/theme-compatibility/how-to-enjoy-bp-theme-compat-in-plugins/

    Feedback would be greatly appreciated 😀

    @webifiedgeek

    Participant

    It removes the menu styles. it puts it in a bulleted list when code applied in themefunctions.php

    @imath

    Moderator

    @chouf1

    the fix is for BuddyPress theme, not for WordPress themes 😉

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Template Errors’ is closed to new replies.
Skip to toolbar