BuddyBoss Home – Web Support Forums Solutions Social Learner How to add the notifications icon in the top as in the default boss theme

Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Question

    #41779
    @leonardoarias

    Hi 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

    #41821

    Alyssa
    Participant
    @alyssa-buddyboss

    @leonardoarias I want to make sure I understand you correctly, can you please post a photo of the difference.

    #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.

    #41888

    Alyssa
    Participant
    @alyssa-buddyboss

    @leonardoarias haha, we hide header notifications on the demo. The actual theme has them, no worries there 🙂

    #41941
    @leonardoarias

    Awesome 🙂

    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 🙂

    #41945

    Leonardo, 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.

    #41946

    Alyssa
    Participant
    @alyssa-buddyboss

    @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.

    #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? 🙂

    #41999

    Tom Cheddadi
    Keymaster
    @tomchedd

    @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,
    Tom

    #42008
    @fabiano-one

    On 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;
    }

    #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.

    #42018
    @leonardoarias

    So, 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?

    #42066
    @vapvarun

    Hello @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 Dubey

    #42216
    @leonardoarias

    Ok, 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.

    #42270
    @vapvarun

    Thanks @leonardoarias, glad it solved your issues 🙂

    Regards
    Varun Dubey

Viewing 15 posts - 1 through 15 (of 15 total)
  • The question ‘How to add the notifications icon in the top as in the default boss theme’ is closed to new replies.