Code

Discussion on Horizon - Menu Bar Plugin for WordPress

Discussion on Horizon - Menu Bar Plugin for WordPress

Cart 719 sales

BonfireThemes supports this item

Supported

This author's response time can be up to 1 business day.

124 comments found.

Hi, this looks great but before I buy it, is it possible to have TEXT and ICON and for that text to appear on the right side. It’s for a login but I don’t want it to be in the middle of the menu, I’d like it to be top right.

If you can let me know. Thanks,

I’d rather not post my email for spam scanners and the sort, those things are merciless :) I think I know what you mean, I just need to know for sure so I can say if a quick css change can do that for you. Send it over whenever you get a chance.

Something like this http://www.reddrivingschool.com/ – see the ‘MyRed’ (top right)

My email is giles@guice.co.uk if you want me to send you a mockup.

Email sent, cheers.

Hi This Plugin is Amazing! Is there a way to show a google map?

Hi, glad you like it :) It’s a simple menu though, there’s simply no location for a map.

Cheers.

Is it possible to have it show only on mobile? how customizable is it?

Hi, no mobile-only display in this one. Cheers.

is it possible to do with some added coding?

Sure, you could add a css media rule so it’s only shown under a certain resolution.

Hello^ nice work! is it possible to add close button on submenu? there is a bug on pages. it doesn’t want hide when tap on any place when use on iPhone. Maybe it is cache plugin bug, but i would be perfect if it s possible to add close button. Thx

No bug, that behavior is simply how iOS handles hovers (Stripe is a pure CSS menu that does hovers via the stylesheet, it works the same way on the demo site as well).

ok fix it. you willnt fix those bug?

:) Like I said, it’s a CSS menu with hovers and that’s how iOS handles hovers. There’s no bug. To change the behavior, it would have to be turned into a jQuery menu. If you’d like, feel free to request a refund; I don’t want my customers to be unhappy for any reason. Cheers.

First of all, great plugin. I’m using the “label-active” on some of the items, but when I shrink the browser window, the Menu text overlaps with the items to the next of it. Can I hide the text when the browser reaches a certain width?

Glad you like it :)

And yeah, that’s doable. By default the labels get hidden at 650px and less but if you’d like to increase that, look for this in stripe.css and change the 650 value to whatever number you need:

@media screen and (max-width: 650px) {

Happy holidays!

Can more than one stripe menu be created and then have specific menus shown on specific pages?

Hi there.

There’s one main, site-wide menu, which can then be overridden per-post with another one.

Cheers.

It doesn’t appear that this is the case. It appears that Stripe can only be used for one menu at a time and I see no way to control which post it appears on…

I wouldn’t just lie mate :) Check the documentation, under “C) Building a post/page-specific menu”

Hi,

I need the same menu of demo. Can i help me to configurate?

Hi there. It’s all in the doc mate. Step by step. But if you want the exact menu then shoot me an email (I offer support via email).

Cheers.

Hi, I can insert my own menu icons?

In the first step of animation I can to add text?

Hi there. I don’t understand the second question but you can use any icon from the included FA icon set. Can’t add custom icon sets without modifying the code.

Cheers.

Hi,

Want to add a horizontal Nav menu under the main manu of our website. we will show this menu just for the logged on user with paid membership. for more detail see the picture at https://drive.google.com/file/d/0B5CJwMCrq7JRWkdHUlpmWmtkUlU/view?usp=sharing

Can we use your plugin to handle this?

Hi there. Nope, you’ll want to look elsewhere for something specific like that.

Cheers.

Hi, I amusing this menu to show a menu of posts only in one page. I would like to show it only on this particular page. I have done this by hiding it via css and showing it only on that particular page, is there an easier option for this?

Hi there. Stripe is really meant to be a site-wide menu, so your solution is a keeper :)

Cheers.

Cool, thanks

Hi there,

In the doc’s it states that you can customise the background colour as well as the hover colour but this only seems to apply to the whole menu I am trying to make each menu item a different colour before hover. Am I missing something? Is this possible with a little code somewhere any help would be appreciated as this is why I purchased the menu.

Thanks,

Hi. You can set top-level and child menu items’ colors separately via the customizer, but to set per-item colors you’d have create custom classes and then apply those classes to the menu items you want colored.

For this you’d have to get a freelacer though. Alternatively, you can have a look at the css file for a number of examples (just search for silver, green etc). Based on that, you can expand to your own custom colors and then just add the “green”, “silver” etc classes to your menu items.

Cheers.

Awesome Menu! I have some ideas:

Can i adjust the vertical position of the menu bar to be 300px lower on the page?

Can i increase the vertical height of the menu bar so it appears as a taller bar and also increase the size of the icons and text to be more visible on mobiles

Thanks Dave

Hi there. You can do anything you want but you’ll have to dig into the stylesheet for such customizations. The code is well marked though so if you have the know-how and roll up your sleeves you won’t have any trouble.

Doing the size changes would probably require some re-positioning as well, so you’d have to get a freelancer for that if you don’t have the skills yourself (my own custom work schedule reaches the end of summer).

But I’ll tell you how how to do the first one. Add this to the bottom of stripe.css:

#bonfire-icon-menu { top:300px; }

Cheers.

Cool thanks for the tips the Menu is great as is, I might try mess with the codes just to see how looks thanks :D

Great plugin! I check marked the box for Absolute Positioning, so on the homepage it doesn’t scroll down (which is fine), but on other pages it becomes fixed. Any solution to that? http://print.create91.com/yogurt-cups/

Hi there, thanks for noticing and giving me a heads up! I’ll push out an update in the next few hours that addresses this. It should be up later today.

Thanks again!

Just a heads up: this update is now live. Cheers.

Nice thanks!

Hey mate,

Awesome menu! One question… can I add php to menus or is only text, link and icon allowed? I am planning on making a custom menu for buddypress to auto-populate updates. Is this possible to hook into your header somehow?

Cheers,

Andy

Hi there. Stripe allows for icons/text. If you know how to modify it yourself to make the changes you want then there’s nothing stopping you of course; the code is well marked and nothing is hidden or locked down. But out of the gate, it’s icons and text.

Cheers.

Thanks for getting back to me. Sounds good. Is there any option to hook into your code from my functions.php file? It would be great to not have to make changes to the code every time there is an update.

It has unique class names but it wasn’t built with that in mind.

I really like this menu. It would be nice to be able to insert the menu via a shortcode or php so I can integrate it into my theme, and not have it be sticky. Any possibility of that?

No plans for shortcode but a fixed/absolute option is planned indeed.

The only reason I would be interested in a shortcode or php intergration is the ability to put a logo above the menu bar.

If you just need to have Stripe a bit lower, then it’s way easier to just change (in stripe.css) the “top:0;” under ”#bonfire-icon-menu {“

Hello, I just purchased the STRIPE – A lightweight menu plugin for WordPress. I tried to change the Menu text color in the Appearance > Customize > Stripe Plugin Colors. The problem is only the text color for the first menu row changes. The text color for the sub-menu that shows when you hover does NOT change. For example text color [Products] as a main menu changes, but text color for [Shoes], [Belts], [Scarfs] will NOT change. Why is that? How do I fix that?

You don’t; when you have the menu items entered correctly, the animation on mouseover is automatic.

Thanks for your patience and I appreciate your help. Looking forward for the update for the sub-menu text color. Please notify me when the update is out.

Sure thing.

Hi,

Posts and Pages can be placed in the menu. Is it possible to place a link?

Example: http://sergemeier.com/product-tag/meer/

Thanks Serge

I don’t fully understand the question but you can link a menu item to any post or page, yes.

Hello,

I’d like to see how I can use this in this website – http://principium.co/. I’d like the menu to be on top and not sticky. Is that possible?

Thank you!

Hi there. Stripe currently has a fixed position only.

Cheers.

Hi! Great functionality and design! Didn’t quite understand if its possible to show no icons at all, just menu item name? Also, if my theme supports only 1 menu – will this plugin allow me adding another menu? Thanx in advance!

Just installed Striped and faced couple of issues. 1. Menu items are aligned to left border (not centered like in preview). 2. Can’t find an option to manage icons and item names… Thanx in advance!

Sorry – I’m such a fuss!! Got to your instructions and figured all of above. Hope won’t have any more questions ;-)

Good to hear :) (soz I didn’t respond sooner, was sleeping)

Before I purchase this: is it possible to display an AdSense ad in STRIPE menu?

Negative. You can see how the menu looks on the demo site; there’s simply no place for an ad space.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey