Hi, I’m testing out the bar – it works perfect and looks great. I clicked on the “x” to see how it work, but I need for it to come back now since I’ve made some changes to the bar. How to make it come back after someone click the “X”?
]]>I cannot align the text to the left margin of the topbar and I cannot make the text smaller for screens with resolutions lower than 600px the following css code does not work
div.topbar{
text-align:left !Important;
}
@media only screen and (max-width: 600px) {
div.topbar{
font-size:0.9rem !Important;
text-align:left !Important;
}
div.promo-topbar{
text-align:left !Important;
}
}
]]>
I have difficulties implementing the topbar if a sticky header is used. I have to put in the css below to make the topbar visible. But when the visitor clicks the topbar away (hide), the transparant topbar_container is still visible. How can I make the topbar_container disapear?
.topbar {
position: relative !important;
}
PS: Currently I have hidden the .hide_switch so visitors can’t hide the topbar.
]]>Line 205 of sticky-genesis-topbar.php has no priority, changing it to this:
add_action( 'genesis_before_header', 'topbar_genesis', 1 );
Would prevent any additional use of the before header hook from getting placed above the top bar, with the plugin you basically can’t use that hook otherwise.
]]>With the update to 2.2.0 the topbar is put over the site-header and not before the side-header. Causing the navigation buttons not to be visible.
]]>– The feedback message keeps popping up in admin when clicked away.
– Please add an option to open de button link in a new window (_blank).
I would like to give the Editor role permission to edit the Sticky Genesis Topbar, but I am unable to do that. I use th User Role Editor plugin for managing permissions, but if I add topbar-options nothing happens. Any thought?
]]>Hi there,
Just noticed I can’t find the Top Bar options in Genesis Theme Settings nor the Customizer.
Is there any inconvenient using this plugins with Genesis Framework and a Genesis Child theme?
Best regards,
Gerard
]]>Hey there. It looks like the latest version of this plugin removes data when upgrading from an older version. I just updated from version 1.0.5. When I visited Genesis->Sticky Topbar, I found all my content was missing. Also, it appears version 1.0.6.1 reinstates the old Maximum 80 characters limit. Version 1.0.5 allowed for 180 characters in the topbar text metabox
]]>I had to remove the plugin because it was messing up the atmosphere pro mobile version of my site.
]]>Your plugin is doing exactly what I want, except that the social media icons aren’t showing up. Instead it looks like they are broken links. Do I have to configure those somewhere?
]]>Hi,
I really like your plugin but would like to add more content to the Topbar, like some icons, text etc. However the max. number of characters is actually limited to 80.
Is there a way to achieve this and add more content?
Thanks!