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

    I have placed a Navigation widget in my footer that is displaying a ‘current page’ state that I do not want. I believe this may be caused by custom CSS I am using to provide a ‘current state’ for Parent>child>CHILD pages in the side navigation. The code is

    .current_page_item {
      background: #fcfcfc;
      box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    }

    Is there any way that I can have the footer navigation appear with no ‘current’ page state?

    Also, in the latest news preview images, when the featured news item is a video nothing shows up in the thumbnail box. This is occurring in the footer and the news pages.
    Footer

    A separate problem I am having with the side navigation is that when reducing browser size, some of the menu items disappear under the main content section. Is there code that I can add to force it to hard return?
    side navigation

    Thanks again for all your help!

    #228028

    Hi davidrk!

    We need to see the website to give you a css fix.

    Cheers!
    Ismael

    #228082
    This reply has been marked as private.
    #228193

    Hi!

    Please remove min-width value from following code

    #top .widget_nav_menu li {
    min-width: 120% !important; }

    and add following code to Quick CSS

    .widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item {
    left: 0; }
    @media only screen and (max-width: 989px) {
    #top .widget_nav_menu ul ul li a { width: 140px; }}

    Best regards,
    Yigit

    #228232

    Great thanks for that!

    Do you know of a fix for the problem with the video thumbnail not showing up in the latest news preview images. This is occurring in the footer and the news pages as illustrated in the image above.

    #228237

    Hey!

    Please make sure to upload a Featured Image to your video blog post

    Cheers!
    Yigit

    #228267

    Excellent! Thank you for all of your help. Your support for this theme is awesome. I’ll be sure to use this theme again in the future.
    Cheers.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Side Navigation and footer navigation issues’ is closed to new replies.