lap-dog-shuffle
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: URL for recent posts?bu
Any ideas folks?
Forum: Fixing WordPress
In reply to: URL for recent posts?bup
Forum: Fixing WordPress
In reply to: URL for recent posts?bump
Forum: Fixing WordPress
In reply to: Prevent caps lock replies to comments?WORST IDEA EVER
Forum: Fixing WordPress
In reply to: Firefox/Explorer problemWithout looking at the code the stylesheet probabbly uses text-align:center; to center content in ie. This is actually incorrect and does not work on any modern standards-complient browser.
Try using this method alongside your original code:
http://bluerobot.com/web/css/center1.html
If all else fails the old-school <center></center> HTML tags work on most browsers (but aren’t officially supported – so may behave erraticly)
Forum: Fixing WordPress
In reply to: Download Monitor plugin – MAX_FILE_SIZE issueYep, MAX_FILE_SIZE is determined in php.ini (the php settings file on your server) and is set to 2mb as standard. Some hosts allow you to edit your own php.ini (ie. mediatemple) others have control panel settings to change certain parameters, sometimes using .htacess to switch off php safe mode can help too…
Contact your host…
Forum: Plugins
In reply to: Dynamicly Remove Admin Menu Itemsthanks mendezki! that plugin must have passed me by…