phe.le
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I goofed … issues with changing the domain and then changing it backGo to phpMyAdmin, click on database name, click on wp_options, change the url on line 2 and probably line 38.
Forum: Fixing WordPress
In reply to: URL to some images throwing off a 404 errorHi,
Try to go to the Library and rename the title of the image to something else.
Forum: Fixing WordPress
In reply to: What is this gray thing?Where?
Forum: Fixing WordPress
In reply to: Too many posts / entire post showingOpen index.php, replace <?php the_content(); ?> with <?php the_excerpt(); ?>
Forum: Fixing WordPress
In reply to: Too Many Posts on Front Page – No Solutions WorkingWhat is your site url?
Forum: Fixing WordPress
In reply to: Keep h2 from spacingLook for padding and margin.
Forum: Fixing WordPress
In reply to: Deleted a Plugin- everything is bold- HELPGo to 2010 Weaver, click on Advanced Options at the top. Check under Site Footer Area Code or anywhere else on that page.
Forum: Fixing WordPress
In reply to: Deleted a Plugin- everything is bold- HELPFind “2010 Weaver” under “Apperance” in WP admin.
Forum: Fixing WordPress
In reply to: Deleted a Plugin- everything is bold- HELPIn your option page, check for:
body {
color: red;
font-weight: bold;
}Forum: Fixing WordPress
In reply to: Images are not displayingsponsor7.jpg and sponsor8.jpg are not in your images folder.
Edit: It should be Sponsor7.jpg and Sponsor8.jpg! the names are capitalized.
Forum: Fixing WordPress
In reply to: adding facebook like boxesForum: Fixing WordPress
In reply to: Errror 500, .htaccessTry it without:
RewriteCond %{HTTP_REFERER} !^http://kead.nl/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://kead.nl$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.kead.nl/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.kead.nl$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ <meta name=”generator”
content=”WordPress 3.0.1″ /> [R,NC]Forum: Fixing WordPress
In reply to: Text on pages or posts does not wrap or format around completelyIn style.css on line 280, change the width to 900. If you want the text to be equal on both sides, add text-align:justify.
#main .container .content {
color: #7E7E7E;
float: left;
line-height: 24px;
width: 900px;
text-align: justify;
}