Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WordPress theme help

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #39812
    Alex
    Participant

    I have a navbar at the top of my page, but the problem is that wordpress’ toolbar thingy goes over the top of it. I have had this problem in the past but i forgot how to fix it. I want my page to start after the toolbar, but show regularly for guests.
    Also I’m using bootstrap.

    #109943
    TheDoc
    Member

    You should be able to target being logged in with `.logged-in` being applied to the body tag.

    .loggin-in {
    // your changes
    }

    #109944
    shamai
    Member

    did you create this theme?
    make sure your footer has wp_footer() and your head has wp_head()

    #110012
    chrisburton
    Participant

    @death180 paste your source code on jsfiddle

    #110018
    chrisburton
    Participant

    @death180 Source code as in: right click > view source > copy > paste here

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Other’ is closed to new topics and replies.