Is there a way to realize some text area / promobox at the top of the page content and make this sticky that the other content is scrolling but this area is always visible?
Cheers,
Markus
Hi der_mueller!
Not really sure if i understood you clearly but you can add a widget area to header section by referring to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.
Cheers!
Yigit
Hi Ygit,
unfortunately not what i wanted.
In the content of a page i want the first item, in my case right now a promobox, to be fixed at the top and all other items that are below this promobox to scroll under this box, that this box is always at the top. Like the sticky header menu.
Cheers,
Markus
Hey!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
and then give your promobox element a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { position: fixed; top: 100px; right:50px; }
If that too does not help, please post an example.
Cheers!
Yigit