Love the plug-in.
It appears over the header top bar which house the secondary menu.
How can we prevent it from covering this?
Thanks
]]>I don’t see anywhere in the customize menu where I can change the size of this header.
Please help!
]]>I had a question from my client – the top header…we have text on left side and social icons on the right.
This shows left and right on desktop. On the mobile however, they are stacked and centered. Is there a way to have them still show on the left and right like on the desktop?
]]>Hope that someone can help with two question regarding, the Storefront Parallax Hero plugin:
1.
Is it possible to add two call-to-action buttons ?
(I can only see “one” in all text and video communicated to the plugin)
2. Is it possible to use the hero plugin more in both the homepage and ex. a sub-side to the homepage ?
All the best – and thanks for your time.
Casper
]]>I am using the Mucha Theme and imported demo data from one of the child themes. I have the top bar enabled but its very big…both the size of the bar as well as the text. How do I change this?
]]>top: 46px;
which shouldn’t happen because the top header is hidden on mobile devices. This makes the navigation on mobile devices very awkward.
The bug is in flash.js where on line 117 it checks if there is a length
for the wpAdminBar
where it should check on height
as the length is in fact existing but the height isn’t. Could this be officially patched?
If you have issues with this and want the fix now then on line 117 of flash.js change wpAdminBar.length
to wpAdminBar.height
then copy the entire script and go to https://javascript-minifier.com/ to minify this. Then put the minified version at flash.min.js to have this fixed.