philiphotserv
Forum Replies Created
-
Forum: Themes and Templates
In reply to: New Theme, what you think?do you have a special pattern or something, then i can add it. and have a look.
Forum: Fixing WordPress
In reply to: show pages without the Pages title?worked! thanks!
Forum: Themes and Templates
In reply to: Hemingway Bright – new Theme – Based on Hemingwaythink it’s a bit bland, but the layout and such is great! just would look better with other colors
Forum: Everything else WordPress
In reply to: Good cheap hosting?FruitFly, i think i’m going with them. you get 97 dollars or something don’t you? send the link!
Forum: Your WordPress
In reply to: “Forum view” of your blogi liked, nice and clean!
Forum: Everything else WordPress
In reply to: Good cheap hosting?does anybody have any experience with dreamhost?
are they good ?Forum: Everything else WordPress
In reply to: Good cheap hosting?*bump*
Forum: Everything else WordPress
In reply to: change image when hover?a bit, but i was thinking no CSS, isnt there a way to do it in the HTML?
Forum: Everything else WordPress
In reply to: Photoblog?oh sorry, it turned up blank, but i was wondering if there was a 350×350 around there photogallery or something, not wordpress related.
Forum: Everything else WordPress
In reply to: Photoblog?it doesnt work, no other type?
Forum: Everything else WordPress
In reply to: Photoblog?yeah i tried, but my server did’nt like it, but does any body know of something like this: https://www.blogbox.com/photoblox/photoblox480x480.html
that is easy to implement in a html page?
it has to be about 350×350 pxForum: Themes and Templates
In reply to: Kubrick Theme With Navbar*sorry, fixed now, have a look, tested in all browsers
Forum: Themes and Templates
In reply to: Kubrick Theme With Navbar*well that was a hit…
Forum: Themes and Templates
In reply to: Tabbed navigation.i have done something similar in my theme:
i use this in my header:
<div id="header">
<div id="headerimg">
<h1><a>/"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div><?php //highlight 'Blog' if not Page
if (is_page()) {
$highlight = "page_item";
} else {
$highlight = "page_item current_page_item";
}
?><div id="supernavcontainer">
<ul id="supernav">
<li class="<?php echo $highlight; ?>"><a>">Blog</a><li><?php wp_list_pages('title_li='); ?></li>
</div>and the css:
#supernavcontainer {
position: absolute;
top: 174px;
left: 50%;
width: 500px;
height: 17px;
margin: 0 0 0 -250px;
padding: 6px 0 0;
}#supernav
{
margin: 0;
padding: 0;
width: 500px;
left: 0;
text-align: center;
color: #777;
font: bold 12px Arial, Sans-Serif;
letter-spacing: 0.07em;
display: block;
}#supernav li
{
display: inline;
margin: 0 5px;
padding: 0;
text-transform: capitalize;
}#supernav a
{
color: white;
text-shadow: 0 0 2px black;
padding: 5px 5px;
}#supernav a:hover
{
background: url(/images/arrow.gif) bottom center no-repeat;
text-decoration: none;
border-bottom: none;
}#supernavcontainer ul li a:hover {
background: url(/images/arrow.gif) bottom center no-repeat;
}#supernav .current_page_item a {
background: url(/images/arrow.gif) bottom center no-repeat;
text-decoration: none;
}hope that helps
Forum: Your WordPress
In reply to: JD Blue – beta WP Themenice, looks alot like Kubrick tho, but nice and clean