BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › How to add the notifications icon in the top as in the default boss theme
Tagged: Notifications
- This topic has 14 replies, 6 contibutors, and was last updated 9 years, 4 months ago by Anonymous.
Question
June 27, 2015 at 2:50 pm #41779@leonardoariasHi Awesome Buddyboss Team!
So, I am one click away from upgrading to this awesome child theme.
I noticed in the demo that the notifications top icon has been removed, and the shopping cart icon is in its place.
Are we able to put both icons in the top?The notifications icon is way more important for me. How can we activate it on the top? Perhaps the shopping cart icon can show up just when there are products in the basket?
Thanks.
Answers
June 28, 2015 at 1:59 pm #41821@alyssa-buddyboss
AlyssaParticipant@leonardoarias I want to make sure I understand you correctly, can you please post a photo of the difference.
June 29, 2015 at 1:59 am #41832@leonardoarias@tjchester Please, check the attached image.
What I mean is: I want to have the notifications icon on the top, just as we have in the Boss Theme. In the Social Learner demo, I dont see the notifications icon on the top. I just see the shopping cart icon.
June 29, 2015 at 5:14 pm #41888@alyssa-buddyboss
AlyssaParticipant@leonardoarias haha, we hide header notifications on the demo. The actual theme has them, no worries there 🙂
June 30, 2015 at 10:14 am #41941@leonardoariasAwesome 🙂
So, I activated the child theme, and now just the “cart icon” shows up. Where is the option to activate the “notifications icon”? I cant seem to figure that out.
Thanks 🙂
June 30, 2015 at 12:03 pm #41945@davejayLeonardo, I think it’s enabled by default. Try collapsing the BuddyPanel on the left side by clicking “menu” icon in the titlebar next to the logo area. On my install, that causes the notifications icon to become visible.
June 30, 2015 at 12:20 pm #41946@alyssa-buddyboss
AlyssaParticipant@leonardoarias slight chance this is a WooCommerce issue. Do you have WooCommerce installed? Not sure if they replace it or just hide it. Heck, it might even just be a theme function. I’ll have to investigate further.
July 1, 2015 at 8:55 am #41978@leonardoarias@davejay Hi David. No, its not showing up, even when I collapse the BuddyPanel. But thanks for helping out.
@tjchester Yes, I have Woocommerce installed. And yes, when I “deactivate” Woocommerce, the “cart icon” dissappears and the “notifications icon” shows up. So, the child theme is just displaying one of them at the time. From my perspective, the Notifications Icon is way more important. And, if both icons cant be there (because the space there is tight), I would suggest that we place the “cart” icon next to the “collapse icon” or right next to where the “search icon” is right now. Either way, “notifications icon” should be always on top. So people can easily see whats up.
What you think, TJ Chester? 🙂
July 1, 2015 at 4:59 pm #41999@
Anonymous@Leonardo, Both the notifications and cart icons will become hidden, as the screen size becomes smaller.
As the screen becomes smaller, we have to abandon some items.
Can you let us know which screen size you have ? Perhaps we need to adjust to slightly smaller screens.
Also, please try it on a larger size screen, it should show perfectly.Best,
TomJuly 1, 2015 at 9:57 pm #42008@fabiano-oneOn line 552 from social-learner\css\main.css I updated the code:
@media screen and (max-width: 1332px) {
.woocommerce .header-notifications.notifications {
display: inline; /* DISPLAY WAS SET TO “NONE” */
}
}============================================================
And about the pop sub menu
customize your css theme with this:.header-notifications .pop {
top: 45px !important;
}July 2, 2015 at 4:46 am #42016@leonardoarias@tomchedd I have a MacBook Pro – Retina, 13.3-inch (2560 x 1600)
My default view is 1280 x 800.
And yes, I just tested zooming out (in Google Chrome) and when I zoom out and the page is just 75% of its real size, then the notifications and the cart icons show up.
When I zoom out to 67%, I can see the 3 icons: updates, notifications, and cart icons.
When I view the site without zooming, I can just see one icon. If Woocommerce is not activated, I see the notifications icon. But when woocommerce is activated, I can just see the cart icon.
So, I understand Tom that, we need to hide some elements as the window becomes smaller. But, I am pretty sure that the resolution I have is pretty average.
What do you suggest, Tom?
Thanks.
July 2, 2015 at 5:00 am #42018@leonardoariasSo, In order to see how the theme responds, I changed my resolution to 1440×900. And still, I just see one icon.
Then, I tested with 1680×1050, and now I can see both icons. (cart and notifications).
Hm, can we make it work with 1280×800? What you think about that, @tomchedd?
July 3, 2015 at 2:47 am #42066@
AnonymousHello @leonardoarias , i have suggested developers to consider for 1366×768 resolution to display both cart and notification. 1366×768 is most common resolution for desktop version
Regards
Varun DubeyJuly 6, 2015 at 9:36 am #42216@leonardoariasOk, Thanks @vapvarun. For now, I fixed this issue by implementing the original header.php into the Social Learner Child Theme. So, I have more space for the 2 icons to show up.
July 7, 2015 at 12:44 pm #42270@
AnonymousThanks @leonardoarias, glad it solved your issues 🙂
Regards
Varun Dubey
- The question ‘How to add the notifications icon in the top as in the default boss theme’ is closed to new replies.