-
AuthorPosts
-
February 22, 2014 at 12:12 am #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.

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?

Thanks again for all your help!
February 23, 2014 at 3:21 am #228028February 23, 2014 at 6:23 am #228082This reply has been marked as private.February 23, 2014 at 8:43 pm #228193Hi!
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,
YigitFebruary 23, 2014 at 10:45 pm #228232Great 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.
February 23, 2014 at 11:04 pm #228237Hey!
Please make sure to upload a Featured Image to your video blog post
Cheers!
YigitFebruary 24, 2014 at 1:14 am #228267Excellent! 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. -
AuthorPosts
- The topic ‘Side Navigation and footer navigation issues’ is closed to new replies.
