Abhik
Member
Posted 11 months ago #
Hi,
The Plugin looks awesome.
If will be awesome if you make an option to float the bar with scrolling.
Also, instead of using the current editing style, please allow us to use html markup for lines so that we can place the link anywhere in that line.
Overall, this is really a good plugin.
http://wordpress.org/extend/plugins/easy-heads-up-bar/
Greenweb
Member
Posted 11 months ago #
Thanks for the Feed back !
Abhik
Member
Posted 11 months ago #
I am impress with this plunging. Can it have an arrow up to hide or show? Just like the hello bar. I must say though. This bar is miles away from hellobar. I am with you guys! This rules!
Greenweb
Member
Posted 11 months ago #
Hi CreativeWP, great suggestion I'll add it to the update.
Is there a way to have the Easy Heads Up Bar on ALL pages EXCEPT one. Or does anyone know of a different notice bar that will allow this?
Greenweb
Member
Posted 3 months ago #
Hi jssox the Easy Heads Up Bar does not offer that feature.
But this is a super easy thing to achieve via CSS.
Every post or page in wordpress has a unique class generated off the post id.
This is attached to the body tag
Just locate the post id and add the following CSS to your theme's style sheet (style.css)
In my example my post or page's ID is 145 so the class is .postid-145
<body class="single postid-145">
body.postid-145 #ehu_bar {
display: none;
}
Greenweb
Member
Posted 3 months ago #
@jssox I just wanted to check back with you to see if you tried the css solution, and if that worked out for you? Thanks Rew (Greenweb)
Nevlynn
Member
Posted 3 months ago #
The suggested code did not work when added to my style.css
Just to let you know.
Another suggestion/request I have a multilingual website so I would love to see this with a wpml string add option.
Many thanks for the great plugin!
Greenweb
Member
Posted 3 months ago #
Hi Nevlynn, thanks for your comment.
Regarding the CSS, if you are talking about the code I suggested to jssox, make sure that you have the correct post id in your class.
Point taken regarding the wpml, this will be a priority as soon as I have the time to get the next revision of the plugin out.
Thanks again.
Nevlynn
Member
Posted 3 months ago #
Hi Greenweb,
Thank you for your quick reply, I will check just to be sure and update you when tried.
Can't wait for the suggested updates.
Kind regards,
Nevlynn
Greenweb
Member
Posted 3 months ago #
Nevlynn - I just realized that if the theme does not use the body_class function my suggestion won't work
More on that here :
http://codex.wordpress.org/Function_Reference/body_class
Nevlynn
Member
Posted 3 months ago #
Thanks for the update, I guess that would be the case.
Will check the link tomorrow.
Regards,
Nevlynn