2015-05-28, 22:41:07
(2015-05-28, 21:05:35)Tyblitz Wrote:(2015-05-07, 23:52:57)GPB61 Wrote: I noticed a weird behaviour of this plugin on a multilingual website (I18N plugin). When activated, if you go to the tab pages -> all pages, the <ul class="nav pages"> onto the header disappear. Actually I can still see it through Firebug but in practice it is somehow hidden and inactivated by the plugin.
I added this issue to the Github tracker 2 days ago. Fix by replacing line 79 in the plugin's CSS with:
#header { position: fixed; height: 61px; }
.header { margin:0; border-top:0; filter:none; background-image:none; top: 0; left: 0; right: 0; z-index: 1000;}
Thanks! This has been fixed in GitHub.