electric warrior
Forum Replies Created
-
Forum: Themes and Templates
In reply to: page isn't centeredThank you for your tip! What should I change content to?
However, I forgot the general issues with plugins and also forgot that I’d installed some late last night, I deactivated them and everything is fine (luckily I didn’t want those plugins anyway, yay).
Thanks!!
Forum: Themes and Templates
In reply to: page isn't centeredThanks for your reply!!
I just did so and fixed some things but nothing seemed to apply to the pages not being centered?
Forum: Hacks
In reply to: my blog has been hackedMy entire site has been hacked now. Again, by the same person as before. I guess I am now changing the above question to: how do I improve my wordpress blog security?
Forum: Themes and Templates
In reply to: comment link not working in cp minimalOkay that code made my sidebar appear on the bottom of the page! The correct code is this
<div id=”comments” class=”commentlist”>
right under <?php if ( have_comments() ) : ?>
๐
Forum: Themes and Templates
In reply to: comment link not working in cp minimalAwesome, I finally found what was causing it!
Inside the comments php file I added <div id=”comments”> right under <?php if ( have_comments() ) : ?> and that seemed to fix it!
Forum: Themes and Templates
In reply to: comment link not working in cp minimalMore info: apperently the link does work when there are no comments (and therefore links to #respond instead)! I have no idea what’s causing this!
Forum: Themes and Templates
In reply to: my-dKret3 How to delete header image?I was telling you how to delete the header image I don’t know if that’s what you still want?
I don’t know how to make line breaks though I can suggest you try to insert
where you want your line break.Forum: Themes and Templates
In reply to: my-dKret3 How to delete header image?There is still a header image defined in your css
#header {
background: url( http://bikeaway.info/wp-content/uploads/cropped-b-2011-001.jpg ) no-repeat;
height: 160px;
padding: 0 0 0 18px;
}I only mess around with codes and am everything but knowledgeable around it but try just deleting the link and then setting the height of your header as high as you want it, add a background color too and you’ll be left with a image-less header ๐
Forum: Themes and Templates
In reply to: my-dKret3 How to delete header image?Perhaps you could link to your blog so people could directly see what’s going on?
I think maybe you should check your style.css file to see if there is css written for a header. You might want to delete that code or set the height to 0px, 0px (or more, depending on what written above the header image).
Forum: Themes and Templates
In reply to: comment link not working in cp minimalFor more info there are two php files which seem to be cooperating, one called single.php and another which is not a standard one, called post.php
The single php seems to basically call for the post.php and the comments template
<?php include('post.php'); ?> <?php comments_template(); ?>The post.php describes the post more in detail and calls for the comments with a pop up link.
<div class="post-meta"> <span class="post-meta-info"><?php the_time( __('F jS, Y', 'cp') ); ?> ยท <?php the_category(', ') ?></span> <span class="post-meta-comments"><?php edit_post_link(__('Edit', 'cp'), '', ' ยท '); ?><?php comments_popup_link(__('No comments', 'cp'), __('One comment', 'cp'), '% '.__('comments', 'cp') ); ?></span> <span class="post-meta-info"><?php the_tags('Tags: ', ', ', ''); ?></span> </div>[Please post code snippets between backticks or use the code button.]
Forum: Themes and Templates
In reply to: comment link not working and sidebar widgets are skewed2) Turns out only the text widget messes up the sidebar. Strange!
Forum: Fixing WordPress
In reply to: failed to open stream: No such file or directoryOkay so! Apparently the index.php and all of the files in that folder got misplaced so I reuploaded those from a fresh wordpress version as well. Now, this made everything but the homepage and dashboard work! I have already reuploaded my backup file but still to no avail. So currently I cannot get into categories, seperate posts, next pages etc. I can only see the homepage. I had this issue the other day as well but it just went away. Argh, what a mess!
Forum: Fixing WordPress
In reply to: failed to open stream: No such file or directoryI’ve managed to get my dashboard running again by reuploading wp-admin as well as wp-includes from a fresh wordpress download but my homepage is still busted. I’ve no idea what’s going on! Where van I find this mysterious admin.php?
Forum: Fixing WordPress
In reply to: missing pages after restoring blogOkay never mind, it’s all back to normal now. I don’t know how that happened!