articles
Forum Replies Created
-
Forum: Hacks
In reply to: Rewrite taxonomy slug in archive permalinkDid you try
RewriteRule ^term/(.*) /taxonomy/term/$1 [L,R=301]
Forum: Fixing WordPress
In reply to: Showing List in Horizental ModeUse
#header li { … }
if you just add
li { … }
the stlye will be used for all listsForum: Fixing WordPress
In reply to: No password mailed to registered users.I do not know Comcast, but AOL uses SPAM-Filters, perhaps your email is there?
Forum: Fixing WordPress
In reply to: WP on WinServer (IIS mySQL PHP) no CSSYou set your host as https://localhost/wordpress/ (Have a look at your source.
Forum: Fixing WordPress
In reply to: Showing List in Horizental Modeli { display: inline; }
ul { list-style: none; }Forum: Fixing WordPress
In reply to: Annoying horizontal scrollbar.Do you have an url?
Forum: Installing WordPress
In reply to: main page rollover linksForum: Themes and Templates
In reply to: Load header onceI am not an expert with flash, but in html there are only two ways:
Use frames (header in another frame, reload just the other frame.
Web2.0 use active scripting to reload only parts of the page (very difficult)
Forum: Your WordPress
In reply to: Request for Critique on New SiteNice,
two thinks about the sidebar: I would choose a smaller font for the items (as mentioned above) and I would use a different background in post and sidebar,Forum: Fixing WordPress
In reply to: Internet Explorer adds unwanted spaces when I add html tableThe table’s width is to wide to be displayed next to your sidebar. Try a smaller width for the whole column or just the table.
Forum: Fixing WordPress
In reply to: Internet Explorer adds unwanted spaces when I add html tableYour site https://www.busylifebook.com is not accessible.
Try setting the style of your table:
margin-top: 0px; padding-top: 0px;Forum: Plugins
In reply to: How can I turn watermarks off for subscribers?Use two different directorys with image-files. Write php-function which checks, if user is logged in, if so it will use the unmarked images.
Forum: Everything else WordPress
In reply to: Warning: main() [function.include]: Failed openingThis error is very temporary, it looks like a server error, not directly WP-associated.
Error occurs mainly on main-page upon reload.
Forum: Fixing WordPress
In reply to: custom directoriesCause of Permalinks?
Why don’t you store your files in another directory than blog/… ?
Forum: Installing WordPress
In reply to: Can’t Log In After Initial InstallationThe following message means that php can’t change the header (which the code in line 9 in wp-login.php is trying) because wp-config has already send one or more letters.
There is no echo in wp-config, so in this case there are letters outside of the php-code like spaces or linefeeds. Check again.Warning: Cannot modify header information – headers already sent by (output started at /home/greaycom/public_html/blog/wp-config.php:1) in /home/greaycom/public_html/blog/wp-login.php on line 9