-
Author
Tagged: kleo update 2.4
-
February 11, 2015 at 21:32 #45686NormanParticipant
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 ?February 11, 2015 at 23:58 #45696NormanParticipantHi 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.zipFebruary 12, 2015 at 01:22 #45704sharmstrModeratorFor 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 12, 2015 at 01:54 #45709NormanParticipant@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.
February 12, 2015 at 02:18 #45712sharmstrModeratorIt 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.