Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   RSS, Feeds & Subscribing (http://forum.bytesforall.com/forumdisplay.php?f=18)
-   -   RSS Feed in Page menu bar ? (http://forum.bytesforall.com/showthread.php?t=12571)

maggot Feb 1, 2011 08:38 AM

RSS Feed in Page menu bar ?
 
Hi everyone,

I would like to know if it possible to put the RSS Feed Button (or other like facebook..) in my page menu bar ?
Because i've only succed to put it up the menu bar or down.. and i want to know if it possible to put it in the same level on the right (my page menu bar is left center).. :confused:

Thanks,

maggot Feb 2, 2011 04:13 AM

Hi,

Thank you for you quick answer.
I'm kind of a newbie with CSS so i'm not sure to understand what code i should put in the CSS insert and where i cand find it (?).
Should i copy the the part of the code for RSS from "bfa suscribe" ? and to put it into the CSS insert ?
I understand how the CSS insert works for the body and the bottom... but i'm not quite sure how i can define the position of my future RSS button in it.

Can you help with it ?

Many thanks,

PS : I went to your website to look your CSS tutorial, i'll keep it around because it's very well explained

juggledad Feb 2, 2011 04:55 AM

what version of Atahualpa and WP?
What is your URL?

You need to look at the source of the page and then determine what the CSS Selector and CSS Rule you need. for example a CSS Selector might be 'div.searchbox' while a couple CSS rules might be something like 'position:relative; top:-50px;' and put together it would be
HTML Code:

div.searchbox {
position:relative;
top:-50px;
}

Now this is strictly an example, yours maybe different which is why w3schools.com is such a good resource for learning both CSS and HTML

If you want customize your site even more than the theme options allow, you need to learn some CSS and HTML.

BTW - none of the links in STB signature are sites of their's, they are just links to others peoples helpful sites

maggot Feb 2, 2011 06:07 AM

Thanks for your answer juggledad.

I have Wp 3.0.4 and Atahualpa 3.4.9
Bu it's seems to be more complicated than i expected... I'm not sure i can do it with my abilities :/
The code i must put in the CSS will be a "complicated" and elaboreted one or do you think a newbie like me can do it ?

Thanks

juggledad Feb 2, 2011 07:04 AM

Think of it as a chance to learn more :)

Two years ago I did not know any CSS, now I know a lot because I've been working at it.


All times are GMT -6. The time now is 11:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.