-
AuthorPosts
-
March 12, 2018 at 7:38 am #925364
Hi team,
I’m having issues on one of my pages: About>Our Story where the sidebar menu sits at the bottom and not to the left at the top. Wondering how I can fix this.
Lara
March 12, 2018 at 12:11 pm #925466Hi Lara,
Left and Right Sidebar doesn’t work properly on some ALB Elements that’s why it usually shows below after all the elements, can you try to change it to No Sidebar instead and use 1/3 Column width Widget Area to fix it. Hope it helps :)
Best regards,
NikkoMarch 13, 2018 at 12:00 am #925804Hi Nikko,
I’ve added the 1/3 column and widget area. It wont display the sub navigation. I need it to display like About>Key Personnel. It will only display blog posts from News Releases
March 13, 2018 at 4:17 am #925849Hi,
I see, I have modified your Our Story page, installed and activated Php Code Widget, and used this php code:
<?php avia_sidebar_menu(); ?>
then in Quick CSS (located in Enfold > General Styling):
#top .flex_column.av_two_third.os-content { width: 73%; margin-left: 0; padding-left: 50px; } #top .flex_column.av_one_third.os-sidebar { width: 27%; } #top .content .flex_column .execphpwidget { overflow: hidden; } #top .content .flex_column .execphpwidget .widget_nav_menu { width: 102%; margin-left: -1%; } #top .content .flex_column .execphpwidget .widget_nav_menu li { border: 0; } #top .content .flex_column .execphpwidget .widget_nav_menu li.current_page_item { margin-top: -1px; padding-top: 1px; width: 100%; box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2); margin-bottom: 4px; padding-left: 0; left: auto; top: 1px; } #top .content .flex_column .execphpwidget .widget_nav_menu li a { padding: 4px 0 5px; text-align: right; padding-right: 50px; color: #919191; } #top .content .flex_column .execphpwidget .widget_nav_menu li.current_page_item a { color: #005eaa; }
Let us know if you need further assistance :)
Best regards,
NikkoMarch 22, 2018 at 3:38 am #931000Hi Nikko,
I am having the same issue with my sidebar menu displaying at the bottom, on the About>Vision & Values page.
Was wondering if you could pretty please help me displaying it on the left at the top of the page like before?Lara
March 22, 2018 at 11:20 am #931148Hi Lara,
That page is built with color sections, they are full-width elements and always push the sidebar down, please try using a 1/1 container instead.
If you need further assistance please let us know.
Best regards,
VictoriaAugust 16, 2018 at 12:45 am #997725Hi Nikko,
wondering if you can help me put another sidebar menu in a widget area on my Industries pages, as I’m having a bit of trouble doing it myself.
Lara
August 16, 2018 at 5:36 pm #998026Hi Lara,
I replied to you here
Let’s keep discussion in one thread.
If you have color sections, you cannot have the sidebar. You need to use 1/1 element.
Best regards,
VictoriaAugust 17, 2018 at 12:16 am #998215I tried to talk with Nikko because you aren’t listening to me.
I keep telling you I have sidebars on other pages in widget areas WITH colour sections, so I know it does work.
Nikko helped me previously so I’d like him to help me if he can.
August 17, 2018 at 12:24 am #998216This page has a sidebar menu in a widget area and I’ve made a duplicate footer within a colour section.
August 17, 2018 at 1:16 pm #998419 -
AuthorPosts
- You must be logged in to reply to this topic.