tapdancer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All my site URLs have EF BB BF variableI think it was caused by some old fashion html created in another editor and then pasted into WordPress. I fixed it by converting the html to ISO-Latin and then pasting into WP. I had some tilda’s to fix but the url is now fine.
One of the fixes I found had you commenting define(‘DB_COLLATE’, ”);
in the wp-config. Not a good idea. Broke everything.In all my years building WP sites this was a first.
Forum: Fixing WordPress
In reply to: All my site URLs have EF BB BF variableI’m experiencing that as well: http://ils.website-developer.pro/%ef%bb%bf%ef%bb%bfncqas-new-accreditation/
Forum: Plugins
In reply to: [qTranslate] Broken after WordPress updateThank you. That worked.
Forum: Plugins
In reply to: [qTranslate] How to change Header depending on languageor it might be considered a taxonomy so it would be is_tax
Forum: Plugins
In reply to: [qTranslate] How to change Header depending on languageI think this will work. I don’t have time to try it today.
<?php
if (is_category(‘es’)){
include(TEMPLATEPATH.’/header-spanish.php’);}
else {
include(TEMPLATEPATH.’/header.php’);}
?>Forum: Plugins
In reply to: [qTranslate] How to change Header depending on languageI’m also working on a site right now that needs this. I was thinking there must be a plugin that will do this???? Did you investigate that? I was also thinking there is probably conditional code that can go in the header.
I will post if I figure this out.
Forum: Fixing WordPress
In reply to: Comments are off even though I have them set properlyThanks for the input dnosaur62. I looked at the posts in the database and they show they are open. But on the site it’s “comments off”. I tested with the default theme and got the same results, so I know it’s not the theme. It was working fine and then some time in the fall they stopped working and I didn’t notice until recently.
Forum: Fixing WordPress
In reply to: Comments are off even though I have them set properlyStill trying to solve this problem with the comments. I went into the database and did a clean up. I was getting syntax errors and they are all gone now. So that wasn’t the problem. The template pages and wp settings are all correct. I removed all the plugins and it still didn’t work. I’m stumped.
Forum: Fixing WordPress
In reply to: Comments are off even though I have them set properlyOn investigation of akismet I see that this stopped working last September. It was working before that. Does that spark any ideas?
NOTE: posted in isn’t working either.
Forum: Fixing WordPress
In reply to: Comments are off even though I have them set properlyI activated the theme on a test server I use and the comments work. I know it’s not my theme. But my set up is the same as all 75 websites I’ve ever built. I tried disabling all plugins, reinstalling wordpress and even repaired the database. And I checked to see if the comments were disabled post by post.
I’m using category templates for a list of posts in each category but I want the actual comment box to be on the single post template.
test site: http://site.southpawisland.com/category/uncategorized/
I originally had the thumbnails ignore the aspect ratio so all the thumbnails were 250×175. I noticed that the sites that had portrait thumbnails were fine so I tried to recreate the thumbnails with the new settings. (under manage gallery you select all the thumbnails and then select create new thumbnails in the dropdown and apply)
This did not fix the problem so I changed the thumbnails back to ignoring aspect ratio and recreated again and this time it was fixed.
I’m not sure if it was a fluke but I’m happy it worked.Just had the plugin recreate the thumbnails and it fixed it. Those of you out there with this problem, try that.
I’m having this problem as well and just tried the above stylesheet. It didn’t do a thing. I tried turning off plugins that may be interfering. I’m running the latest WordPress and my host is current on php and MySql. Rackspace is the host. Help. My client is freaking out.
I just discovered that is works just fine in IE9 or Chrome. Just not FireFox.
I’m having the same problem on a site I just updated to 3.4.1. Plugin is also up-to-date.
ERROR HTTP error. : HTTP Error.If anyone has any ideas please post.