• OldJacques

    (@oldjacques)


    I just did a fresh install of skt-full-width 1.6.7 on a fresh, empty WordPress 4.7.3, and adding a new, single page as a submenu (with parent as the sample page), with the right side “menu layout” option selected under “Theme Options”>”Layout Settings”, on the Homepage the menu appears on the left, but the dot-icons align to the right and the submenu opens to the left, rendering it unreadable (it stretches outside the window).
    Apparently, in functions.php, in the function skt_full_width_scripts, line 78,
    if (of_get_option(‘sidebar-layout’, true) == ‘right’) {
    should be:
    if ((of_get_option(‘sidebar-layout’, true) == ‘right’) && (is_home() == false)) {
    to get the correct left side menu layout on the HP and the correct right menu layout on the inside pages as well.
    Hoping this can help someone else, I wonder, can it be corrected in the distributables?

  • The topic ‘Possible CSS menu layout loading bug for Home?’ is closed to new replies.