-
Author
-
July 4, 2017 at 09:03 #166194dekoningalexParticipant
Hi,
I suddenly saw that the buddypress profile menu is messed up. It doesn’t show all the icons and the article icon is just completely vanished. How can i get this back? (see screenshot)
Attachments:
You must be logged in to view attached files.July 4, 2017 at 15:36 #166237LauraModeratorHello, it shows fine for me some icons are at the dropdown but i do not see the blank space. What resolution are you using?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 4, 2017 at 15:38 #166238dekoningalexParticipantHi Laura,
How are you today? The space problem seems to be solved somehow. However, the articles icon is no longer present still.
July 4, 2017 at 17:10 #166259LauraModeratorHello, mae sure you have social articles plugin activated 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 4, 2017 at 23:25 #166313dekoningalexParticipantAh, didn’t realise it was a plugin. I got it back, but i want it to be in 3rd place in the menu, how can i achieve this?
July 4, 2017 at 23:50 #166322LauraModeratorHello, try by adding this to functions.php of child theme
COPY CODEfunction my_change_profile_tab_order() { global $bp; $bp->bp_nav['settings']['position'] = 10; $bp->bp_nav['activity']['position'] = 20; $bp->bp_nav['friends']['position'] = 30; $bp->bp_nav['groups']['position'] = 40; $bp->bp_nav['articles']['position'] = 30; $bp->bp_nav['messages']['position'] = 20; $bp->bp_nav['profile']['position'] = 10; } add_action( 'bp_setup_nav', 'my_change_profile_tab_order', 999 );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 5, 2017 at 12:14 #166349dekoningalexParticipantAwesome, that worked. Now it has also come to my attention that when you visit someone else’s profile, you still see messages, notifications etc., which is very confusing in my opinion. I want profile tabs that are for the logged in user only to be visible in their own profile and not that of someone else. How can i achieve this?
July 5, 2017 at 12:17 #166350dekoningalexParticipantForget that, i just realised this is only the case of you are logged in as an administrator.
July 5, 2017 at 18:14 #166414LauraModeratorHello, yes, that is only for admins 🙂
If you are happy with the support, please rate us 5stars at themeforest, it would help a lot 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 6, 2017 at 00:44 #166462dekoningalexParticipantHi,
Will do! One more thing… On the product page the product description tab is opened and the other two closed. How can i change it to the additional information being opened as default?
July 6, 2017 at 18:49 #166529LauraModeratorHello, well, that would require some adjustments at the files, i can take a look, will need ftp access 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 6, 2017 at 18:51 #166534dekoningalexParticipantHey Laura,
You guys already have access to the account ‘testadmin’. There is a file manager plugin that will give access to the files.
July 6, 2017 at 23:35 #166589LauraModeratorHello, done 🙂
I created new folders at your child theme woocomerce/single-product/tabs and pasted the file tabs.php of the main theme there, then edited it, changedCOPY CODE<div>_tab" class="panel-collapse<?php if ($count_tab == 1) {echo ' in';} else { echo ' collapse'; } ?>">
to
COPY CODE<div>_tab" class="panel-collapse<?php if ($count_tab == 2) {echo ' in';} else { echo ' collapse'; } ?>">
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.