iridiax
Forum Replies Created
-
Forum: Plugins
In reply to: how many keywords in All-in-one SEO Plugin are max. for seo?It doesn’t matter. Search engines now ignore the meta keywords tag and using it is outdated SEO.
Forum: Fixing WordPress
In reply to: Some PHP helpContact the plugin developer if the plugin code is buggy or could be improved.
Forum: Fixing WordPress
In reply to: apostrophe in PHP code postingWordPress turns single and double quotes into “fancy” quotes that will not work in code. Here are the plugins I use for code and to de-fancy quotes:
http://wordpress.org/extend/plugins/wp-syntax/
http://www.semiologic.com/software/unfancy-quote/Forum: Fixing WordPress
In reply to: WordPress Feed including an image to an external websiteThe rss widget in self-hosted WordPress does shows external feeds, but if it’s not self-hosted WordPress, then maybe a Google search for embed feed will find something.
Forum: Fixing WordPress
In reply to: Visual problem for my blogIE css issues are really not a WordPress problem, but my advice would be to:
Validate your code:
Use Firebug with Firefox to debug your css:
http://addons.mozilla.org/en-US/firefox/addon/1843
And if these aren’t enough, try a different theme or hire someone to fix your current one.
Forum: Fixing WordPress
In reply to: Displaying single page content in a <div>Is this what you were looking for?
http://codex.wordpress.org/Integrating_Wordpress_with_Your_WebsiteForum: Fixing WordPress
In reply to: Help with getting my permalinks workingCurrently I’m running all this locally
This is likely the issue as you have to take special steps to make them work, see: http://codex.wordpress.org/Installing_WordPress#Installing_WordPress_on_your_own_Computer
Also try a forum search for permalinks and whatever you are using on your home server.
Forum: Fixing WordPress
In reply to: Having a “XML Parsing Error: unclosed CDATA section” PROBLEM!To see if it is a plugin causing it, try temporarily disabling all plugins and see if it works then. If it does, re-enable them one by one to find the culprit. If it’s not a plugin, try temporarily switching to the default theme and see if that fixes it. Some themes have plugin-like functions that can mess things up.
As for the permalinks, it looks like you are using the default permalinks, so I don’t think that these would be a problem.
Forum: Fixing WordPress
In reply to: .swf does not workbut how to shift it a little bit to the right ?
You could adjust the css margin or padding in your theme’s style.css.
http://www.tizag.com/cssT/margin.php
http://www.tizag.com/cssT/padding.phpand how to link another link to it ?
I’m not sure, but I think that you would embed a link when you make the .swf file.
Forum: Fixing WordPress
In reply to: WordPress Feed including an image to an external websitewe decided to use wordpress.com to host the blog
Then check wordpress.com for help: http://en.forums.wordpress.com/
Forum: Fixing WordPress
In reply to: Having a “XML Parsing Error: unclosed CDATA section” PROBLEM!Excerpt Editor: Compatible up to: 2.7
If this out of date plugin is malfunctioning, I’d recommend disabling it.
Forum: Fixing WordPress
In reply to: .swf does not workForum: Fixing WordPress
In reply to: Lost my WP home pageStart over and try again editing a fresh copy of wp-config.php. Do not edit your old wp-config.php or copy and paste from it. Also, do not use MS Word for editing, use a plain text editor instead.
Forum: Fixing WordPress
In reply to: Serious Explorer problemYou have code errors with your IE 7 stylesheet code.
Forum: Fixing WordPress
In reply to: Problem Uploading and Downloading a .docx FileTry converting the .docx file to a .doc file. .docx files are NOT web friendly and shouldn’t be used in general unless you are certain that those receiving them are using Windows and the latest version of MS Office.