jokkesvin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media Library has no thumbs (WordPress 2.7)bump
Forum: Alpha/Beta/RC
In reply to: WP 2.6-RC1. Still Missing Thumbnails in Media LibraryI have the same problem. All the thumbs for the uploads that I’ve made before upgrading to 2.7 Coltrane, are not visible. Can this be fixed?
Forum: Fixing WordPress
In reply to: Media Library has no thumbs (WordPress 2.7)bump
Forum: Fixing WordPress
In reply to: WP stats display bug croppedbump
Forum: Fixing WordPress
In reply to: Creating similar archive pageWow I’d love to try and make something like that myself. But I don’t know where to begin.
Forum: Themes and Templates
In reply to: Placing two elements next to each other using cssMoonbatWingnut –> I’m absolutely speechless man!! That plug-in is THE BEST plug-in EVER! Wow ?? Thanks a lot for sharing this info with me.
Forum: Themes and Templates
In reply to: Placing two elements next to each other using cssAh great moshu, I will look into that. Thanks a lot man!
And MoonbatWingnut, I’ll check out that plug-in. Never heard of it until now ?? Thanks.
Forum: Themes and Templates
In reply to: Search field in header next to title and subtitleOh I just found out that I don’t need this:
<div id=”accessnav”>
[ <?php _e(‘Content’,’basic2col’); ?> | <?php _e(‘Sidebar’,’basic2col’); ?> ]
</div>
Anyways, what does this tag do?:
#content{clear:both}
Forum: Themes and Templates
In reply to: Search field in header next to title and subtitleHmm, is that better chaoskaizer?
Forum: Themes and Templates
In reply to: Search field in header next to title and subtitleOkay problem solved! Finally ??
I borrowed some code from the theme “blue-mist” (from header.php and style.css) and incorporated it into my own.
I basically placed the search form inside this div:
<div class=”search”></div>
And then added this css to the class “search”:
#header .search {
color:#635b5c;
font-size:.92em;
float:right;
}I think float:right did the trick ??
Forum: Themes and Templates
In reply to: Resetting text in search field after searchThanks chaoskaizer ??
Forum: Themes and Templates
In reply to: Search field in header next to title and subtitleI tried to put display:inline; on the style that controls the search field, but with no effect ??
Forum: Themes and Templates
In reply to: Resetting text in search field after searchOkay I solved the problem by replacing this:
value="<?php echo wp_specialchars($s, 1); ?>søg"
with this:
value="søg"
But now I wonder what exactly this is for:
<?php echo wp_specialchars($s, 1); ?>
Do you think it somehow messes up my search now that it’s gone?
Forum: Themes and Templates
In reply to: Resetting text in search field after searchThanks chaoskaizer, it kind of works. But when I’m using the code you suggested, the search field is empty whenever the page loads, and I want it to contain the word “s?g” (“search” in Danish) at all times, unless the search field is clicked.
Is this not possible?
Thank for the code though – definitely better than before.
Forum: Themes and Templates
In reply to: Search field in header next to title and subtitleIt just looks really awful right now, so any help would be great ??