This topic has 9 replies, 4 voices, and was last updated 9 years by rogeriovaz.
-
Author
-
March 3, 2015 at 18:42 #48573klosurdoParticipant
Hi,
I would like my logged in users to be able to view their own notifications tab but not the notification tab of other members. When signed in the notification tab in other user profiles are viewable.
Is there a way to turn that off and only have the logged in user view their own notifications?
Thanks
Attachments:
You must be logged in to view attached files.March 3, 2015 at 21:00 #48601LauraModeratorHello, you can see it because you are an Admin, try with a normal user 🙂
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 🙂
March 10, 2015 at 18:02 #49515rogeriovazParticipantHi klosurdo,
Would you mind to be gentle and tell me what have you done to use the cover picture in profile? By the way how would you be able to insert the the Show less and change cover picture over cover?
I really appreciate if your can help.
I loved what you have done.March 10, 2015 at 18:44 #49523sharmstrModerator@rogeriovaz That is a new feature starting with Kleo 2.4. Install 2.4.1 then install the buddypress cover photo plugin from WP Admin > Appearance > Install Plugins.
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
March 10, 2015 at 19:41 #49543rogeriovazParticipantWell, I’m using 3 columns layout option. Will it still working? I activated and anything happened.
Where is the documentation about buddypress cover photo ?March 10, 2015 at 19:53 #49548sharmstrModeratorhttps://wordpress.org/plugins/buddypress-cover-photo/
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
March 10, 2015 at 20:02 #49551rogeriovazParticipant@sharmstr
So, there is no documentation about and you don’t have answer for my question if works in 3 columns option.March 10, 2015 at 20:21 #49555rogeriovazParticipantI found in the file wp-content\themes\kleo\buddypress\members\single\home.php in the line 8 the code
<?php if( sq_option( ‘bp_full_profile’, 0 ) == 0 ): ?>
<div class=”col-sm-12″>
<div id=”item-header” role=”complementary”><?php bp_get_template_part(‘members/single/member-header’) ?>
</div>
<!– #item-header –>
</div>
<?php endif ?>If I remove the lines: <?php if( sq_option( ‘bp_full_profile’, 0 ) == 0 ): ?> and <?php endif ?>
Shows me the profile cover, however is gray. I think that is because some lost css. Look in the imageAttachments:
You must be logged in to view attached files.March 10, 2015 at 20:34 #49560rogeriovazParticipantThe problem of css (pointed in the second image) is created by your own file \wp-content\themes\kleo\buddypress\css\buddypress.css in line 1894.
.buddypress div#item-header {
background: url(../../assets/img/heading.png) repeat-x 0 115px;
text-align: center;
transition: all 0.5s ease-in-out 0s;
position: relative;
padding-top: 40px;
padding-bottom: 40px;
display: inline-block;
width: 100%;
}
What should I do? -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.