![]() |
One thread - many questions
Hi
Let me start by saying that the Atahualpa theme is simply amazing. I'm a WordPress n00b, but Atahualpa has really helped me a lot already. I've been using this forum to search for answers, since people seem to run into the same sort of questions along the way. Now I'm stuck, though, so I hope people here can help me with these last issues. I refer to my website at www.danesonthemoon.com - remember, it's work in progress. 1. I'm not happy with the page navigation bar. At the very least I would like the menu options to have the same spacing, but I don't know how to set it. What I'd really like to do is to set a background image for each menu option, so I could make it look like tabs. Is that possible with Atahualpa? 2. The dotted line at the sidebar should go. I'd like to let the faded background show through, but it seems I can only set a fixed colour for the border bar. Any ideas? 3. I looked through the image folder of Atahualpa but can't find the grey bullet points used in the sidebar. I would like to change them and make them smaller so the line spacing is the same as for the body copy in the main column. How do I do that? 4. I know I can move the RSS feed in to the sidebar, but when I do it shows up with email and comment feed as well. I don't want those. Any idea on how I can move just the RSS feed button? Thanks! Holger aka Slush |
You can do all this with CSS Inserts, and the RSS settings are at Theme Options -> RSS Settings
|
Thank you for your answer. Do you think you could elaborate it?
As for the RSS Settings, I've obviously tried that. They do not enable me to do what I asked for in the OP. rgds/slush |
I thought the Subscribe widget allowed to display only one of the buttons, but apparently it doesn't, sorry. I suggest that you install and use one instance of http://wordpress.org/extend/plugins/php-code-widget/, place it in a sidebar and into the widget put
PHP Code:
1. Use an existing menu bar from the web i.e. http://www.dynamicdrive.com/style/cs...ors-tabs-menu/, add its CSS through Atahualpa's CSS Inserts, and at Style & Edit HEADER AREA -> Configure Header Area, instead of using %pages, create your own menu bar with HTML and PHP: PHP Code:
In the CSS insert, reference the two images correctly, and upload them to the right place, i.e. /atahualpa342/images/ background:url(/wp-content/themes/atahualpa342/images/tab-right.gif) no-repeat right top; background:url(/wp-content/themes/atahualpa342/images/tab-left.gif) no-repeat right top; Or see http://forum.bytesforall.com/showthread.php?t=2837 2. You can use "transparent" instead of color code, or set the border width to 0 instead of 1px 3. These aren't images but borders, and can be set at Theme Options -> Page Menu Bar. To replace them with graphics see http://forum.bytesforall.com/showthread.php?t=1149 |
Thanks a lot! I'm going to give it a try tomorrow and post back here.
cheers/slush |
Hi Flynn, Hi Slush,
Excuse me for interrupting. I wanted to ask the same question about placing only RSS feed buttons on sidebar. I installed the php-code-wedget and activated it, but I am not sure what you mean by "place it in a sidebar." I went ahead and put the PHP code into the widget, but the image link is broken (I tried it with post-feed.gif). When I click on the alt text, I get 404 file not found error. Thank you so much for your help! |
"Place it in a sidebar": See Site Admin -> Widgets
Re: Image: If your Atahualpa directory on the web server is /atahualpa/ then the path to the image would be /wp-content/themes/atahualpa/images/post-feed.gif instead of /wp-content/themes/atahualpa342/images/post-feed.gif. |
Hi Flynn,
I got it work! I needed to add "PHP Code" in Wedgets. I was using Text. Thank you so much! |
Hi Flynn
Sorry for the late reply, work caught up with me. Thank you for your kind help! There's still a lot of tinkering to do, but moving the RSS feed and changing the menu was a big step in the right direction and very easy to do with your excellent instructions. cheers/slush |
I'm afraid I'm still a bit at a loss here.
The menu bar works, as you can see here: www.danesonthemoon.com But only on the landing page, as soon as I navigate to another page the tab graphics disappear, while the bold text during mouse-over remains. I looked at the source code for the individual pages and could find no apparent cause. The HTML code, I've inserted into the Configure Header Area looks like this: Quote:
rgds/slush |
I tried with this instead of %menu in the Style & Edit HEADER AREA:
Quote:
rgds/slush |
Quote:
The problem seems to be that all other pages but the landing page do not call the images. I'm really at a loss trying to figure out why that is. rgds/slush |
SOLVED!
It turned out the index page and the sub pages are in different directories, and since the graphics refered to a relative directory instead of an absolute, the sub pages looked in the wrong one. A bit of http:// ... and everything works. Sometimes the simplest things are the easiest to overlook. rgds/slush |
All times are GMT -6. The time now is 12:39 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.