Drop Down menu just like envato's forums

What would you like done?
I want something smooth just like the one Enavto Forums got.
Screenshot%20at%20Jun%2003%2000-43-03

When do you need it done?
Soon or later. Flexible…

What is your budget, in $ USD that you can offer for this task?
Suggest please.

I believe it is possible, tried this article but since I know nothing about javascript, couldn’t figure it out how to add a drop down to the menu (Text with icon that is linked). If I could manage to add a working menu with dropdown, I would write the css myself.

This is what I used to create a single link:

    api.decorateWidget('header-icons:before', helper => {
        return helper.h('li', [
            helper.h('a#iconAndText.icon', {
                href: 'https://www.discourse.org/',
                title: 'Discourse'
            }, [ 
                helper.h('i.fa.fa-home.home-button-icon.d-icon'), 
                helper.h('span', 'Home')
            ])
        ]);
    });

CSS:
    #iconAndText {
        width: initial;
        min-width: 2.2857em;
    }

That’s definitely a custom theme component. I can very likely help you out. Just shoot me an email at hello@procourse.co and I can get you a quote.

2 Likes

Dropped you a DM on discourse.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.