Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #437795

    We have been creating custom menus in the widget area since many of our pages require a menu showing the parent and children but not any grandparents nor parents when you are on that specific parent. I’ve tried looking at different forums (https://wordpress.org/support/topic/sidebar-menu-show-parent-page-and-sister-pages) and external sites for incorporating this specific menu structure into our site but it appears that creating custom menus in the widget area- sidebar pages was the best option.

    We have been successful with this but are having a few issues listed below with these custom menus in the widget area- sidebar pages:

    1- For some reason, one of our pages is not showing the custom menu although it was configured the same way as the other pages (see screenshot links below).
    Please note the default editor also appears to not be working (it either appears blank although there should be content or it has a ‘processing icon’ that keeps spinning.

    2- Since this Custom Menu in Widget Area- Sidebar Pages is a parent and children structure (see screenshot “c” below), the background of the menu appears white instead of the same color as the page. I have tried different css codes to fix this but it seems to still contain some white appearing between the links. These are some of the css codes I tried but did not completely fix this:

    .widget {
    background: #F5F5F5;
    }
    .widget_nav_menu ul ul li a {
    background: #F5F5F5;
    }

    Any help and clarification would be greatly appreacited.
    Thank you!

    #438453

    Hi tlchase!

    Thank you for using Enfold.

    Yes, please post the login details so that we can see the site. Have you tried the Widget Logic plugin instead of adding custom widget areas?

    Cheers!
    Ismael

    #439127
    This reply has been marked as private.
    #439180
    This reply has been marked as private.
    #440098

    Hey!

    Alright. Note that you will not see the content of the advance layout builder if you switch to the default editor. I checked the default editor on this page and it is working: http://eic7.eng.fiu.edu/fiu-research/wp-admin/post.php?post=625&action=edit

    The plugin isn’t fully updated but it works fine on the latest wp version: https://wordpress.org/plugins/widget-logic/

    Regards,
    Ismael

    #440389
    This reply has been marked as private.
    #441338

    Hey!

    That’s not how the advance layout builder works, default editor content is separated or different from the advance layout builder. It’s not recommend to switch from the advance layout builder to the default editor vice versa. You need to decide which one of the editor you’d like to use. If you want to see the actual shortcodes on the default editor, switch the builder to debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Try this:

    .main_color .widget_nav_menu ul:first-child>.current-menu-ancestor {
      background: #f5f5f5 !important;
    }

    Cheers!
    Ismael

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