shadow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: making header static…? centering issueYou are using a frame – why?
Forum: Fixing WordPress
In reply to: footer does not displayTh issue most likely lies in your sidebar.php file.
In any other page but your About page, the code is ending like this…
<div style="margin-left:5px;">. There is most likely an error in your sidebar.php file which is stopping the footer from being called.You probably have morethan one sidebar file too – maybe sidebar-left or something? Try looking at both.
Post your sidebar.php code [in .txt format]and we can have a look at it too, if that helps.
For original post questions: In WP 2.3 this is possible via Manage Blogroll – Advanced – Image Address
For followhard: You really should start a new topic and not hijack a thread, however, the answer lies in your CSS for placing the image correctly.
Just so you know: I started typing in the solution to your problem, but then I read your opening post and thought – why am I trying to help this person?
We are all volunteers here and do our best to help one another. No one is paid. No one is expected to help. It runs on generosity and a willingness to assist.
Sorry, your post is rude, arrogant and does not warrant assistance. I for one, will not be helping you.
And if you ever come in here swearing your head off again, expect to be banned.
Forum: Themes and Templates
In reply to: Blank Space Between Banner and Post (Patriotic 3 Column)You have this between your banner and your first post:
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></li><br> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "edited"; urchinTracker(); </script>Forum: Your WordPress
In reply to: New site, would love some feedback…In the UK – seems to load fast enough for me. Nice work.
Forum: Plugins
In reply to: Need to hire WP xpert to help install plug-insAlso consider joining and soliciting professional assistance from the wp-pro mailing list: http://lists.automattic.com/mailman/listinfo/wp-pro
Per “forum guidelines”, Section F, closing this.Forum: Fixing WordPress
In reply to: Order of postsYou can do this by changing the timestamp on each. It is located down on the right in the when you edit the post. You need the first post to be the latest time.
Forum: Fixing WordPress
In reply to: Change width of menu’s and postsYour content is currently set at 442 as shown here:
#content { padding-left: 20px; padding-right: 20px; background:#FFE5E5; color: #202020; margin:10px 0 0 155px; width: 442px; border-left: 1px dashed #555555; border-right: 1px dashed #555555; }and your left margin at 160
#left-menu { float: left; padding: 0; color: #808080; background: #FFE5E5; margin: 0; width: 160px; }Your right sidebar is set at 150
#rightbar { float: right; background: #FFE5E5; color: #808080; margin: 0; width: 150px; }But your whole width is set at 800 and you have to watch your margins in your content if you change these amounts.
Forum: Fixing WordPress
In reply to: Posts appear not correctly under each otherGraag gedaan 🙂
Forum: Fixing WordPress
In reply to: Publishing a list of all commentsI have a page showing all comments and it is controlled by the Recent Comments plugin as stated in the original post.
Set at 999 max but I will worry about the pagination issue when it gets to be a problem.
Forum: Installing WordPress
In reply to: Help mixing 2 MYSQL databasesYou need to upload those images again Cathy, as when we rebuilt the site, the images were lost.
Forum: Fixing WordPress
In reply to: HTML editor background should use wrap color not page BGPlease provide a url so we can have a look.
Forum: Fixing WordPress
In reply to: Posts appear not correctly under each otherTry adding a clear to your CSS like this:
.feedback { color: #808080; background: #FFE5E5; text-align: left; padding-right: 4px; margin-top: 5px; margin-bottom: 25px; clear:both; }Forum: Fixing WordPress
In reply to: Display Excerpt in single.php and link to Full PostYou’re right HandySolo – I really should make sure I have that coffee before I tackle these things in the mornings.
It’s not going to work Freezay.