Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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

    #925466

    Hi 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,
    Nikko

    #925804

    Hi 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

    #925849

    Hi,

    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,
    Nikko

    #931000

    Hi 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

    #931148

    Hi 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,
    Victoria

    #997725

    Hi 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

    #998026

    Hi 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,
    Victoria

    #998215

    I 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.

    #998216

    This page has a sidebar menu in a widget area and I’ve made a duplicate footer within a colour section.

    #998419

    Hi Lara,

    Well, in the color section you can add the widget area
    Image 2018-08-17 at 14.16.08.png
    and assign widgets there, is this what you’ve done before?

    Best regards,
    Victoria

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.