Navbar makes entries disappear?

Nov 15, 2011 16:41

I have a permanent account, and I'm using this layout (Jess v30) by fruitstyle. (I have asked the maker there for help but it doesn't seem like she's been answering questions in her help thread for a few weeks and I don't want to keep using a layout that doesn't work in case she never answers ( Read more... )

solved, header and footer, paid accounts

Leave a comment

Comments 3

Strange CSS line anarano November 15 2011, 18:01:01 UTC
It has nothing to do with the nav bar. There is a rather strange line in your CSS (not in the original layout), which doesn't make any sense at all (in the EXTRAS section):

body > div, body > div + div + div + div {display: none;} body > div + div {display: block;}

Delete it and everything will look fine.

PS: LJ has revised the nav bar some time ago. Now it's #lj_controlstrip_new {display: none;} to disable it.

Reply

Re: Strange CSS line skittlebox November 15 2011, 22:18:05 UTC
Oh yay, it works! WIll have to get my friends to check it. Would there be a reason that the problem ONLY happened with the nav bar enabled when it had nothing to do with the nav bar though? Silly code.

Thank you so much!

Reply

Re: Strange CSS line anarano November 16 2011, 05:28:09 UTC
Well, a LJ journal produces different HTML source codes, when you disable/enable the nav bar. The line above affected your journal in both cases - in one case it was quite obvious, in the other not so much (if at all). The huge difference was just a coincidence.

Reply


Leave a comment

Up