PDA

View Full Version : problem with navbar


AkibaWorld
10-13-2015, 04:54 AM
Hello!

I have a forum with 4.2.2 Patch Level 4 and I was going to update it to 4.2.3. when I saw that the "New posts" (in spanish "Nuevos mensajes") link (in the navbar) has disappeared.

Link to my forum: http://akibaworld.es
Screenshot: http://puu.sh/kIw0X/7ee68cbf0d.png

I only installed one pluggin this weeks, so I uninstalled it and I also made a backup of about a week ago, and it doesnt appear...

How can I solve this?

Thanks for your help and have a nice day!!

MarkFL
10-13-2015, 05:10 AM
You have the following CSS selector in one of your templates:

.navtabs li:first-child {
display: none;
}

I recommend doing a templates search to locate that selector and comment it out as follows:

/*.navtabs li:first-child {
display: none;
}*/

AkibaWorld
10-13-2015, 05:44 AM
You have the following CSS selector in one of your templates:

.navtabs li:first-child {
display: none;
}

I recommend doing a templates search to locate that selector and comment it out as follows:

/*.navtabs li:first-child {
display: none;
}*/

Hello,

First things first, thanks for your help!
I have made the change, and it worked. :)