This topic has 4 replies, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #45686
     Norman
    Participant

    I have the following problems after the new update of Kleo 2.4

    1. If I enable “Manage account in Buddypress*Integrates “My Account” into Buddypress profile tabs”
    I do not get the Woocommerce “My Account” added to the profile tabs but instead the Woocommerce “ORDERS”Icon with the ORDERS feature among the tabs.

    I only have one script in my child-theme function.php to reorder the icons. This is the script.
    can this be related to the problem or is anyone else having the same problem ?

    function mb_profile_menu_tabs(){
    global $bp;
    $bp->bp_nav[‘notifications’][‘position’] = 110;
    $bp->bp_nav[‘articles’][‘position’] = 22;
    $bp->bp_nav[‘media’][‘position’] = 14;
    }
    add_action(‘bp_setup_nav’, ‘mb_profile_menu_tabs’, 201);

    2. the full width cover photo in buddypress profile doesn’t work- I can see
    an empty white space holder everything is stretched but the profile picture is
    still round and in the center and I can’t see no option to get this working. How is it supposed to look like ?

    #45696
     Norman
    Participant

    Hi i finally found my cover problem ! for some reasons the plugin didn’t auto install.
    if you have the same issue please load the plugin from this link: kleo/lib/inc/buddypress-cover-photo.zip

    #45704
     sharmstr
    Moderator

    For woo commerce, I split the my account into several sections that fell inline with the bp profile. As you see, There’s a new Order tab that will show order history. Account information (name, email, address) is under the Settings tab since that’s where BP normally has account information.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #45709
     Norman
    Participant

    @sharmstr i see. i just found it under the settings. is there a way to get rid of the ORDER tab in the main menu and exchange it for MyAccount (woocommerce) . getting the user address is an important step under the settings tab it is too much hidden in my opinion and showing ORDER HISTORY is not so important for me.

    #45712
     sharmstr
    Moderator

    It would take some custom coding to get exactly what you want. Or you can use a plugin http://themekraft.com/store/woocommerce-buddypress-integration-wordpress-plugin/ Or you can disable it in theme options and code it yourself. I figured out how to do it by reading this http://xd3v.com/create-a-premium-social-network-with-woocommerce/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?