Home › Forums › I Am One Support › How to get the BUY PRO VERSION bit on my menu
- This topic has 8 replies, 2 voices, and was last updated 9 years, 9 months ago by Joanna Wilson.
-
AuthorPosts
-
February 3, 2015 at 1:36 pm #3765
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?
February 4, 2015 at 1:21 pm #3786Hi 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,
ShriFebruary 4, 2015 at 1:45 pm #3788It 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.
February 5, 2015 at 4:44 am #3797Hi,
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,
ShriFebruary 5, 2015 at 12:11 pm #3812It 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>
February 6, 2015 at 5:56 am #3821Send us WordPress admin details via email: [email protected]
Regards,
ShriFebruary 7, 2015 at 12:28 pm #3838As requested I have forwarded along my admin details to that email.
February 7, 2015 at 12:35 pm #3839Hi,
Solved it. The Double quotes applied on the class was wrong. Just rectified it and it works just fine.
Regards,
ShriFebruary 7, 2015 at 4:01 pm #3842Thanks very much Shri! I knew it would be something silly on my part.
Your help has been invaluble.
-
AuthorPosts
- You must be logged in to reply to this topic.