Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Pockets Plugin help

SrggamerSrggamer HardCore Gamer ✭✭✭

Hello I require some help with the Pockets Plugin as I stated above. When I add a custom HTML code, that looks like this.

Website URL

<head>
<link rel="STYLESHEET" type="text/css" href="http://dragonx.net/css/style.css">
</head>

<div class="alert alert-warning">
      <strong>Notice!</strong> You are currently viewing our new website layout. It has some new features that may not function correctly.
      If you experience any issues, be sure to contact us at <a href="mailto:info@dragonx.net">info@dragonx.net</a> or create a new forum topic under "Website Feedback".
  </div>

It works really well looks outstanding, on my vanilla forum problem is when A non member person goes on, my website navigation goes all wonky.

Like this

How may this be fixed?

Also I would like to have a menu like from my main site

But when I add it with the same plugin the navigation bar from my community page goes under the menu that I just added with HTML, Meaning my added menu up top, and navigation from forum is under. If image needed Ill gladly upload it.

Please Note the problem I just stated the first one is live on my website, If you need you make go have a look.

Thank you.

Comments

  • vrijvlindervrijvlinder Papillon-Sauvage MVP

    You need to add this line to your custom.css

    ul#Menu {
    display: inline-block;
    margin-right: 280px;
    vertical-align: bottom;
    width: 100%;
    }
    
  • SrggamerSrggamer HardCore Gamer ✭✭✭

    @vrijvlinder said:
    You need to add this line to your custom.css

    ul#Menu {
    display: inline-block;
    margin-right: 280px;
    vertical-align: bottom;
    width: 100%;
    }
    

    Great!!!!! Works really well, if you have time you may see how you helped me

  • 422422 Developer MVP
    edited February 2013

    if you are adding pockets, you shouldnt need the

    < head>

    tags etc, from the best of my knowledge, if you do it will break your page

    There was an error rendering this rich post.

  • SrggamerSrggamer HardCore Gamer ✭✭✭

    @422 said:
    if you are adding pockets, you shouldnt need the

    < head>

    tags etc, from the best of my knowledge, if you do it will break your page

    But I haven't had any breaks in my page.

Sign In or Register to comment.