markp_2000
Forum Replies Created
-
Forum: Plugins
In reply to: [Sync Facebook Events] [Plugin: Sync Facebook Events] array_key_existsI have the same issue. All events are defaulting to December 31, 1969.
You are right. When looking at the source code the <!– Q and A Plus –> was at the beginning of the line and I missed your closing tag. I see now it is coming from a different plugin.
Mark
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] The latest update is brokenI’m not able to use the wysiwyg editor any longer. The tab is grayed out. Anyone else have this after the upgrade? I went from 1.28 to 1.28.1. It was working prior to the 1.28 upgrade.
Mark
Forum: Themes and Templates
In reply to: twentyeleven child theme not workingWow!! after all of that I found the cause.
I had enabled google’s pagespeed module. Once I turned that off everything is now working fine.
Mark
Forum: Themes and Templates
In reply to: twentyeleven child theme not workingAll right – it seems as if
bloginfo( 'stylesheet_url' );
is returning the text of the style.css sheet.
Forum: Themes and Templates
In reply to: twentyeleven child theme not workingI have several sites on this server and this is the only one having this issue.
Mark
Forum: Themes and Templates
In reply to: twentyeleven child theme not workingOK – I created a new child theme and gave it a shot but the same issue is still occurring.
Forum: Themes and Templates
In reply to: twentyeleven child theme not workingNo changes to twentyeleven. I have wiped the database twice and still the same issue.
Mark
Forum: Themes and Templates
In reply to: twentyeleven child theme not workingOK – I now think it has something to do with the style.css file in the child theme directory.
Forum: Themes and Templates
In reply to: twentyeleven child theme not workingI’m thinking a plugin or theme that I removed has something left over that is causing the issue. I’m going to wipe and start again. I’m not far enough along on this project to continue working the problem.
Mark
Forum: Themes and Templates
In reply to: twentyeleven child theme not workingThis is from the header.php file in the twentyeleven theme.
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
Nowhere in the file does the @import url exist.
Forum: Themes and Templates
In reply to: twentyeleven child theme not workingI have also deleted and re-installed the twentyeleven theme.
Forum: Themes and Templates
In reply to: twentyeleven child theme not workingI don’t have any plugins that do that.
Only two plugins – wp-maintenance and contact form 7. I have disable both.
Mark
Forum: Themes and Templates
In reply to: twentyeleven child theme not workingOnly one file in the directory and its the style.css file.
Forum: Themes and Templates
In reply to: twentyeleven child theme not workingOK – when I activate the twentyeleven theme it changes, but when I re-activate the child theme it does not pull the right style sheet.