Henge Digital - Giles
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Sidebarsother people must have come across this … but all the things I have read in the support pages and this forum just seem to be people that didn’t know how to do it .. I feel I have done it right .. as it works until I choose a static home page …
…. anyone .. ?
Forum: Themes and Templates
In reply to: Problems With Widget Placement in FooterI see you fixed it … I am having the same issue .. sort of .. how did you fix it ?
Giles
Forum: Installing WordPress
In reply to: no dashboard after 2.7 upgradeI have this exact same problem .. everything works .. but the contents of the dashboard page is empty at the start of the admin.
Forum: Fixing WordPress
In reply to: Masterplan Theme problem with CategoriesThat fixed it … thank you so much !
I have no idea yet why my code was missing it .. or if anyone elses is missing it .. as i never altered the code of the theme !
anyway s.. all ended up good now .. thanks !
Forum: Fixing WordPress
In reply to: Masterplan Theme problem with Categorieshttp://wordpress.pastebin.com/m6fb0b6b0
Ok so thats my archive.php page .. i am going to play with it now.
Forum: Fixing WordPress
In reply to: Masterplan Theme problem with Categorieshttp://wordpress.pastebin.com/m499c77ed
there is the source code for archives.php
i have been messing around but no luck so far.
Forum: Fixing WordPress
In reply to: Page title Displayseriously .. no one has a fix for this ?
or does no one understand what i am talking about ?
Forum: Fixing WordPress
In reply to: Page title Displaybtw this is my crappy work around that works ok for the browser title in the head but not great obviously.
<title><?php if (is_home()){bloginfo('name');echo ' : News';} else { ?> <?php bloginfo('name');} ?> : <?php wp_title(' '); ?><?php if(wp_title(' ', false)) ?></title>Forum: Requests and Feedback
In reply to: Manage Uploads – tab to upload neededi know there is a section there
i was saying it would be good to have it in the section for uploads so if you want to upload files .. not necessarily to post you can do so in the uploads area. i.e. making the manage uploads section a bit more advanced.
or am i just being picky .. cause i think it would be a good option, the function already exists it just needs to be added in the manage uplaods area.
Forum: Fixing WordPress
In reply to: Crossposting for WordPress blogsHow did this work out ?
an Actual cross posting plugin per post would be cooler .. i.e. register other blogs wordpress or not .. with login info .. and then in the side bar of the write a new post page you have a section to choose to cross post.
That would be cool.
Forum: Fixing WordPress
In reply to: How to showcase TWO different posts using > query_postsI had this very same problem … it was fixed very easily … i went through disabling all my plugins one by one .. the 3rd plugin i disabled fixed it .. it was my Adhesive plugin that was messing it up.
http://www.redalt.com/downloads/ was where it was from .. and now doesn’t seem to be kept up to date .. so if i need sticky posts i won’t be using it any more !Forum: Plugins
In reply to: New Flickr Plugin*bump*
Forum: Plugins
In reply to: New Flickr Pluginthis really can’t be that much work for a plugin .. i was thinking someone may have wanted to make this .. if i knew how i would have a go … but i am dumb !
oh well yet another thread started that no one will reply to.
Oh by the way .. the link above takes you to a page where you need to click ‘flickr album maker’ to see what I am on about.
Forum: Themes and Templates
In reply to: IE6 CSS Layout not workingThe problem is that the header is not aligning left below my very top navigation bar (the red strip) and the posts and right column are all then floating rioght of the headr image I have (the flash object)
here is my CSS
/*
Theme Name: Conestogastreet
Theme URI: http://www.conestogastreet.com
Description: Everything happens on Conestoga Street
Version: 1.0
Author: Theron Parlin
Author URI: http://www.thoughtmechanics.com/Copyright 2004 Sonny Parlin, http://www.conestogastreet.com/
*/
body {
background: #fff;
font:x-small Verdana,Georgia,Serif;
text-align:left;
color:#666;
font-size: 11px;
line-height: 16px;
margin: 0;
}.column {
width:600px;
text-align:justify;
}.jtop {
background: #000;
margin-top:23px;
}.post {
padding-left:10px;
}.meta {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform: uppercase;
color: #666;
padding-bottom: 0px;
text-align: left;
}h2 {
color: #666;
font-size: 14px;
text-align: left;
}.metaBottom {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform: uppercase;
color: #666;
padding-bottom: 10px;
text-align: center;
}h3 {
font-family: Georgia, Verdana, Arial;
font-size: 20px;
font-weight: normal;
margin: 0 0 0px 0;
padding-top: 10px;
text-align: left;
color: #14558E;
}h1 {
font-family: Georgia, Verdana, Arial;
font-size: 32px;
font-weight: normal;
margin: 0 0 0px 0;
padding-top: 14px;
padding-bottom: 14px;
border-bottom: 1px solid #999999;
color: #000;
text-align: left;
}hr {
border: 0;
height: 1px;
}hr.hr1 {
color: #999;
background-color: #999;
height: 1px;
}.archives {
margin-top: 30px;
padding-bottom: 0px;
padding-left: 28px;
margin-bottom: 0px;
text-align: left;
width: 150px;
color: #000;
}form {
margin-bottom: 0px;
}input, textarea {
size: 15;
}ul {
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-left: 0px;
}li {
list-style-type: none;
margin-left: 0px;
}blockquote, blockquote p {
text-indent: 0px;
margin-bottom: 7px;
color: #14558E;
}a {
color: #14558E;
}a:visited {
color: #5E6F7E;
}a:hover {
color: #394651;
}.lineSep {
border-top: 1px solid #999999;
width: 100%
}
.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}
.alignright {
float: right;
}.alignleft {
float: left
}
.jphotoleft {
text-align:center;
float:left;
padding:4px 4px 4px 4px;
margin-right: 5px;
margin-bottom: 5px;
border: 1px solid #000;
}
.jphotoright {
text-align:center;
float:right;
padding:4px 4px 4px 4px;
margin-left: 5px;
margin-bottom: 5px;
border: 1px solid #000;
}
.mid {
text-align:center;
margin:5px auto;
padding:4px 4px 4px 4px;
border: 1px solid #000;
}Forum: Themes and Templates
In reply to: IE6 CSS Layout not workingThat doesn’t seem to help .. infact it makes the stylesheet completely ignored.