Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #203453

    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

    • This topic was modified 10 years, 11 months ago by guiversiani.
    #203455

    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

    #203620

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sidebar in Alternate Content’ is closed to new replies.