How to get the BUY PRO VERSION bit on my menu

Home Forums I Am One Support How to get the BUY PRO VERSION bit on my menu

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #3765
    Joanna WilsonJoanna Wilson
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: January 28, 2015

    Hello, I am trying to get the red buy pro version box on the menu bar of the i am one pro demo page but i cant figure out how to do it.

    any advice?

    #3786
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi Joanna,

    Okay strange that you need it.

    In header.php after this code:

    <div class=”logo”><a href=”some code” rel=”nofollow”>

    <img alt=”” src=”some code” />

    </a></div>

    Place this html there:

    <div class=”hdr_buy_pro”><a href=”https://www.sktthemes.org/themes/iamone-pro/” rel=”nofollow”>Buy This Theme</a></div>

    And in Appearance>Theme Options>Custom CSS add this:
    .hdr_buy_pro {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    }

    Regards,
    Shri

    #3788
    Joanna WilsonJoanna Wilson
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: January 28, 2015

    It almost worked but it still doesn’t look right. If you go to my site at www.attenboroughediting.com you can see the problem. Its not backgrounded and its too far to the left instead of being on the right like in the demo page.

    #3797
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    We don’t see the style we mentioned written by you anywhere. Besides the code: <div class=”hdr_buy_pro”><a href=”https://www.sktthemes.org/themes/iamone-pro; rel=”nofollow”>Buy This Theme</a></div>

    where its written hdr_buy_pro” write: style=”float:right;background-color:#99000″

    Change color to your liking.

    Regards,
    Shri

    #3812
    Joanna WilsonJoanna Wilson
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: January 28, 2015

    It was a little unclear where to put that code so I tried popping it in the the custom css section of the theme and in the div class tag of the header.php but both to no avail. Any insight would be greatly appreciated. Here are examples of the code I’ve tried.

    .hdr_buy_pro {

    float: right;

    background-color :#CE3430;

    position: absolute;

    right: 0;

    top: 0;

    font-size: 14px;

    font-weight: bold;

    line-height: 18px;

    }

    <div class=”hdr_buy_pro” style=”float:right;background-color:#CE3430″><a href=#submit>Submit your document NOW!</a></div>

    #3821
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Send us WordPress admin details via email: [email protected]

    Regards,
    Shri

    #3838
    Joanna WilsonJoanna Wilson
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: January 28, 2015

    As requested I have forwarded along my admin details to that email.

    #3839
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    Solved it. The Double quotes applied on the class was wrong. Just rectified it and it works just fine.

    Regards,
    Shri

    #3842
    Joanna WilsonJoanna Wilson
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: January 28, 2015

    Thanks very much Shri! I knew it would be something silly on my part.

    Your help has been invaluble.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.