mshakeshaft
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need Top Bar Navigation in Default Theme – Any Ideas?I now have the header working Thanks!
Forum: Fixing WordPress
In reply to: Need Top Bar Navigation in Default Theme – Any Ideas?I have resolved the issue above and am getting very close to a navigation bar! Thanks for the links Dgold.
I have created a bar but at the moment it sits just below the header image. What I would like is for it to sit on top of the image, along the bottom.
I have would also like to get round corners in Firefox. I found this code but don’t know where to put it:
/* round corner tab – not for IE */
-moz-border-radius-topright: 6px;
-moz-border-radius-topleft: 6px;
}The code I am using is:
##navmenu ul {margin: 0; padding: 0;
list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; }
#navmenu ul li a {text-decoration:none; margin: 1px;
padding: 3px 20px 3px 20px; color: white;
background: #ff9900;}
#navmenu ul li a:hover {color: black;
background: white; }Thanks for the help so far!
Martin
Forum: Fixing WordPress
In reply to: Need Top Bar Navigation in Default Theme – Any Ideas?OK Dgold I am trying to work on the header.php I have pasted this code at the bottom:
You can also use the wp_list_cats() template tag to list your categories. If you just want categories 1, 3, 4, and 5 listed and the rest excluded, your list might look like this:<div id=”navmenu”>
- “>HOME
- WORDPRESS
<?php list_cats(‘FALSE’, ”,
”, ”, TRUE, FALSE,
FALSE, TRUE, TRUE,
FALSE, , ”, ,
”, ”, ‘2,6,7,8,9,10,11,12’,
FALSE); ?></div>
But I get this error:Parse error: parse error, unexpected ‘,’ in /web/sites/262/mshakeshaft/www.martinshakeshaft.com/wp-content/themes/default/header.php on line 60
Any ideas? Thanks
Forum: Fixing WordPress
In reply to: Need Top Bar Navigation in Default Theme – Any Ideas?Manstraw, that sounds great. Making a Widget that does that would be very popular I am sure.
I would love to know how to disable the side bar in my pages to.
Thanks for your comments, It is appreciated!
Martin
Forum: Fixing WordPress
In reply to: iTunes Podcast rss feed problemPlease ignore the rrs typo, these of course should read rss!
I am still having problems with this. If anyone could shed some light on this I really would appreciate it.
THANKS!
Forum: Fixing WordPress
In reply to: Getting links to work on Archive and Category listings?Moshu
Thanks very much mission accomplished!
Cheers
Martin
Forum: Installing WordPress
In reply to: Drop Down Pagessorry I missed the link to my page.
http://www.docphot.orgMartin
Forum: Installing WordPress
In reply to: Drop Down PagesI used the fold_page_list plugon on my page at http://www.webspaceworks.com/resources/cat/wp-plugins/30/ check out the ‘Articles’ link
Check out http://ww.wp.xz.cn/support/topic/52117
for details on getting it going.Martin
Forum: Plugins
In reply to: Trying to get better page navigation – fold out menu BeginnerJust a quick post to Thank Rob again, it is all working now – it would appear that my second request is not possible at this time.
Cheers
Martin
Forum: Plugins
In reply to: Trying to get better page navigation – fold out menu BeginnerWith help from Rob the Plugin writer I have now got this working (Thanks Bob). I have included how its done to help other people in the same boat.
QUOTE
‘Assuming that you have activated the plugin, you still need
to use it. If you want to keep page links in the sidebar,
where they are currently located, then you need to make one edit to your sidebar.php file… the one in the folder of your active theme.Fine this line, approximately just over half-way down.
<?php wp_list_pages(‘title_li=<h2>Pages</h2>’ ); ?>
and change it to call the fold page list plugin… thus:
<?php wswwpx_fold_page_list(‘title_li=<h2>Pages</h2>’ ); ?>
(that should all be on a single line, but email may make it wrap around)
Save the changes and “That’s it”.’
END QUOTE
My next step is to do the following – If I manage it I will post my method:
Just one more question. Is it possible to make the root page just a navigation button rather than a page.
At the moment I have
Pages
Tutorials
* Digital Black and White PrintingWhen I click on Tutorials it opens the tree so I see * Digital Black and White Printing But it also opens a page called Tutorials.
Would it be possible when I press Tutorials for it to just open the drop down menu but stay on the same (opening) page?