Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Is it possible to completely remove the top bar menu?

New Front EN Support Forums Ikebana Theme Support Is it possible to completely remove the top bar menu? Reply To: Is it possible to completely remove the top bar menu?

#2996
skafte
Participant

Thanks Andrii! This is brilliant!

I went with the CSS solution as it will make it easier to update the theme in the future.

Now I’ve only got to find out how to make the top padding the same on the portfolio page as and on all the normal pages – it seems that the portfolio page adopt the padding settings between the items to the top as well, which means that there’s more space at the top than on normal page.

I added

body {
padding-top: 8px;
}

Which made it look like this:

http://theme.alternativet.dk/project/test/ — VS — http://theme.alternativet.dk/tag-portfolio/home/

Any ideas of where I can try and solve this myself? Thanks…

Re. the slugs – thanks for providing the link to the plugin as well as giving me some insight into why this problem occur. I was wondering, as a completely different way out of this issue, if it would be possible to make blog post and/or pages appear in the portfolio somehow instead of, or alongside, the projects? That would also solve the issue of RSS feed too! (that is if you, like I am, are basically using projects as ‘news’)… Might not be possible at all, but just thought that it would be worth a shot :-)

Thanks,

Jonas