tfx2010
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Strange Character Appearing in my WordPress Pages ContentHi FishDogFish,
I think you are missing the character I am referring to – unless you can’t see it. It’s the shape of a black diamond with a white question mark inside it.
I am not referring to the borders at the bottom of the page, it’s actually part of the text.
Forum: Fixing WordPress
In reply to: Strange Character Appearing in my WordPress Pages ContentHi, you can see this special character at this url:
and then just scroll down to “Restoration and Recovery Services” sub-section.
Thanks.
Forum: Fixing WordPress
In reply to: Using HTML Tables in WordPressThanks again Saildude – Tobias’s WP-Table Reloaded did the trick.
Just need to be careful when migrating site from a localhost url to a new LIVE url as the links to any images in the table cells do not get updated when doing an export/import or attempting to update from the backend MySQL table.
Overall though, this plugin is BRILLIANT and saved me alot of time.
Forum: Plugins
In reply to: Contact Form 7 – CSS StylingUnfortunately backed it out and used another plugin whch solved my problem.
Forum: Fixing WordPress
In reply to: WordPress 3.0.1 Install on MS IIS v6 Web Server 2003Problem Solved – based on another of my posts.
Forum: Installing WordPress
In reply to: Pages Not Found in MS IIS 6 installationThanks @songdogtech – just wondering though whether there are any major issues with this, especially running WordPress on IIs 6?
Forum: Installing WordPress
In reply to: Pages Not Found in MS IIS 6 installationThanks for the replies.
So even though I have permalinks setup for all of my pages, an example being:
http://www.mywebsite.com/aboutus/
With IIS 6, you are saying that this is the reason why I am getting a 404 error?
@songdogtech, with the link you gave me, this specifies IIS 7, my issue is on IIS 6 – would the same process still apply?
Thanks.
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Data ExportNo worries Tobias – that is exactly the problem I was having, i.e. within the cell.
I tried updating the the wp_options table.option_value via phpMyAdmin and to no avail.
Will do as you suggested.
Thanks for getting back to me.
Regards.
Forum: Fixing WordPress
In reply to: Trying to Move my WP 3.0.1 Site from Mac to Windows XP BoxAll good – basically needed to change site url from http://localhost:8888 to just http://localhost.
Forum: Plugins
In reply to: WordPress SEO PluginsThanks Samuel – done.
Forum: Plugins
In reply to: WordPress SEO PluginsThanks but what about setting up the Google Webmaster account and key?
Thanks.
Forum: Plugins
In reply to: WordPress SEO PluginsThanks.
Just wondering though, if I use the all-in-one-seo-pack plugin let’s say, do I need to go to Google Webmaster and generate a meta key, which I would then need to add to the header.php file, to help improve Google searches for my CMS site?
Thanks.
Forum: Fixing WordPress
In reply to: Site address (URL)Hi msprecha – perhaps would’ve been better if you started your own thread on your question.
Really hope someone gets back to me on my post before msprecha.
Thanks.
Forum: Fixing WordPress
In reply to: Site address (URL)Hi,
Thanks for the reply. Yes I do own the mywebsite.com domain and it will be routed to my home IP as I have a server running at home.
The site will definitely be available to the outside world eventually.
Another query I have though, currently all my pages point to src=”http://localhost:8888/mywebsite/wp-content/……”
When changing the site URL to my new http://www.mywebsite.com, will this be reflected in the above src path as well as everywhere else I make reference to my new domain, instead of using localhost:8888/mywebsite?
Thanks.
Forum: Fixing WordPress
In reply to: Need to Access an Image from HTML Page EditorAppreciate your help but not entirely the answer I was after.
I want to programmatically access the image in the wp-content/uploads directory using img src=”http://……/image-a.gif” which doesn’t seem to find my image.
Hope this makes sense?
Thanks.