Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #288133

    Hi guys, does the theme support numbered notification bubbles (similar to those facebook notifications) on the cart icon? So if a customer adds an item to the cart, the number in the notification bubble can increment.

    If not, can you please consider it as a new feature? This support forum itself actually has it. I’m seeing a “1” notification in the “Jobs” menu item!

    #288609

    Hi fortuneRice!

    No, Enfold does not support such a feature at the moment. If you want to suggest a new feature please submit your idea here: https://kriesi.at/support/enfold-feature-requests/ and we’ll see how many other users vote for it.

    Cheers!
    Peter

    #288627

    Thanks, I’ve submitted the request and it’s called “Woocommerce cart number bubble” :)

    #288761

    Hey!

    Alright. Let’s wait for at least a month, see if the request got upvoted. If not, you’ll have to find a plugin or hire someone to add it for you.

    Best regards,
    Ismael

    #407349

    Hey Fortune Rice-
    Curious if this ever got attention. I too like the bubble in navigation and wish to bump it but can’t find it in their request forum. Do you know if this was built or is supported? Thanks.

    Dave

    #407816

    Hey!

    This is actual code for the menu item bubble in the kriesi.at site:

    .jobs-menu > a > span.avia-menu-text:after {
    content: "4";
    font-size: 9px;
    color: #FFF;
    background: #42A0BD;
    line-height: 17px;
    width: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    position: relative;
    top: -9px;
    left: 2px;
    }

    Adjust the number in the content property. Unfortunately, it’s not dynamic, you have to change it manually. For further modifications, please visit Envato Studio or Werkpress.

    Best regards,
    Ismael

    #412691

    Sorry if this is a lame question, I’m not a code junky, just a code “modifier” lol.

    So, how do we add a class similar to .jobs-menu to one of our menu items? I’d like to add a manual notification bubble like this to my “Brokers” button at http://www.optionsgain.com.

    I’ve already added the custom css to my Quick CSS in the General Layout settings.

    #413027

    Hey!

    Please go to Appearance > Menus and click on “Screen Options” on the top right corner and check CSS classes and give your menu item a class – http://i.imgur.com/llcalb2.png

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.