Michael Bishop
Forum Replies Created
-
Forum: Plugins
In reply to: Condensed Bloghttp://www.transycan.net/blogtest/2005/07/05/integrate/
is a good place to start
Forum: Themes and Templates
In reply to: Font size in commentsol#comments li p {font-size: 100%;}
*Should* be where you need to make your change. I notice some of your font sizes are in percent, some in px, so not sure which are your changes, and which are in the theme by default. It’s been a while since I looked at classic.
Forum: Everything else WordPress
In reply to: </body> ????footer.php generally
Forum: Plugins
In reply to: Wanna report a plugin (that links to their site for advertisment)I agree, and edited the codex page. If the XennoBB folks want to fix the link, they are welcome to add the link back (or anyone else for that matter, it is a wiki)
Forum: Themes and Templates
In reply to: need to test theme before useTo add to moshu’s suggestion, the theme switcher plugin from Ryan has no real documentation, so you can look at the plugin code for the function if you want users to be able to choose a theme.
Otherwise, activate the plugin, and then you can navigate to the theme of your choice via the browser by http://www.yoursite.com/?wptheme=themenameForum: Fixing WordPress
In reply to: Page rendering problemWell, your center column is pushing the limits of space, so reducing the width 5-10 px would give you some leeway. My first inclination is that a link is breaking the div in IE as there are no images.
Forum: Installing WordPress
In reply to: Can´t se the login page?Actually, for what ever reason, your URI and blog URI are set to the post, not the root of the install.
First question, are you using any plugins to set a page as the home page?Second question, have you changed the Options->General URI, Blog URI to mysite.com/wordpress?
It seems the current theme might be hard coded for the pages, either way, read up on permalinks and post back if you still have problems.
Forum: Fixing WordPress
In reply to: Trouble uploading pictures…You need to set the permissions on the folders in question to writable.
Changing_File_Permissions is a good place to start. A search of the forums and google will illuminate you more on file permissions in general.Forum: Fixing WordPress
In reply to: Database Backup PluginI believe with 2.0.5 a v 1.8 of the plugin was released. I’d upgrade that first to see if the issue is resolved.
I understand your problem, but can you please provide a link to your blog?
Also, are you using permalinks Using_Permalinks ?
If so, trying reseting them.
Forum: Fixing WordPress
In reply to: index file sidebar text too largeYour post “Rawvolution” is pasted from something like Word, and has some extraneous html tags in it that are changing the font size. Clean those out, and you should be fine.
For future reference, any text from Word should be saved as plain text first, then copy and pasted.
Else, look at using something like this plugin
http://www.ndsinternet.com/blog/archives/2006/08/wordpress-plain-text-paste-pluginForum: Fixing WordPress
In reply to: i not know work in pluginIt depends on the plugin. Some work with out a specific function called in the theme, others require you to insert some code into the template you want the function to occur.
You need to be more specific as to which plugin, and need to read the plugin author’s site and any documentation supplied.
Forum: Fixing WordPress
In reply to: set a categorie in a siteFollow HandySolo’s link, and look through the plugins. There are numerous options to do this, so it’s up to you to decide which plugin is best for you.
Forum: Fixing WordPress
In reply to: Comment without moderation?Double check your options for Discussion in the Adim->Options.
There’s a before comment appears section, and confirm none of the boxes are checked, or the ones that you DO want.