articles
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Increasing Width of Blog (And background Colour Change)In themes/darkened-waters-10/style.css
you will find the2) section body with color and image.
1) section page with the width
Forum: Fixing WordPress
In reply to: 403 error.. what do I do here?Did you add your password-protection to the wp-htaccess? or did you use the .htaccess in the first dir?
Forum: Plugins
In reply to: Alex King’s Share-ThisDo you have an url?
Forum: Your WordPress
In reply to: Horribly Hacked?could use some less white
Forum: Fixing WordPress
In reply to: .HTACCESSYou have to login to the main dir and then in the subdir again?
Do you use just one restriction in the main dir? do you change between http and https?Forum: Fixing WordPress
In reply to: A simple .htaccess problemtry
RewriteRule ^index /index.php
and
RewriteRule ^index$ /index.phpForum: Fixing WordPress
In reply to: GMT Off by 12 HoursIf possible you can login to your host (via shell) and display the time. Or you write an php-script for displaying host-time?
Forum: Fixing WordPress
In reply to: Home Page mix-upThe first blog page is not the homepage? So why ask vars?
Forum: Plugins
In reply to: Highlight new posts to returning visitor??Hello,
there is no plugin for that,
and it is not easy to implement.
To identify a non loged-in user you have to use a cookie. I would set a cookie with two vars (today and last time of visit). You have ask last visit each time you display a message.
It takes a little time I think…
Forum: Themes and Templates
In reply to: Adding a JPG to headeryou have to edit the css-file by resizing the header and setting
background: url(images/theMangoLassie176.jpg) no-repeat top center;
to bottom and changing the styles for the ul.main…
But you have to read a little bit abou css I thinkForum: Fixing WordPress
In reply to: Database reset loosing post?A virtual host can crash, too. Perhaps your host has set up an earlier version?