Good evening folks, I’m trying to add a sidebar, but when I put a “COLOR SELECTION” and put “ALTERNATE CONTENT” my sidebar does not appear, so I went in the editor and siderbar.php and i added
(ORIGINAL)
echo “<aside class=’sidebar sidebar_”.$sidebar.” “.$sidebar_smartphone.” “.avia_layout_class( ‘sidebar’, false ).” units’ “.avia_markup_helper(array(‘context’ => ‘sidebar’, ‘echo’ => false)).”>”;
(CHANGE)
echo “<aside class=’sidebar sidebar_”.$sidebar.” “.$sidebar_smartphone.” “.avia_layout_class( ‘sidebar’, false ).” units alternate_color’ “.avia_markup_helper(array(‘context’ => ‘sidebar’, ‘echo’ => false)).”>”;
Then look at the result.
http://guilhermeversiani.com.br/?page_id=2454
Good evening, I would like to know too, how can I get a space in the “Slider” I wish I had a margin at the top and bottom
Hey!
Color Section element and integrated Layer Slider only works fullwidth on Enfold. However, you can choose not to display sidebar on your page and add Widget Area element to display your widgets.
On which slider would like to increase margin? If LayerSlider, please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-layerslider { margin-top: 10px; margin-bottom: 10px; }
Regards,
Yigit