[email protected]
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Customize/Live Preview not workingI just updated to 3.5 and still having the same old problems. I’ve tried everything suggested on the forum, and nothing. I still love WordPress, but this is annoying.
Forum: Themes and Templates
In reply to: Customize/Live Preview not workingAh… I found it (where you said it was, of course), but the fix you suggested didn’t work for me. I tried the <body> fix first, then backed up to the //return. Thanks though. Seriously, your kung fu is better than mine!
Forum: Themes and Templates
In reply to: Customize/Live Preview not workingBit confused.
// Check for a signature in the request.
index = response.lastIndexOf( signature );
if ( -1 === index || index < response.lastIndexOf(‘<body>’) ) {
deferred.rejectWith( self, [ ‘unsigned’ ] );
return;
}// Strip the signature from the request.
response = response.slice( 0, index ) + response.slice( index + signature.length );// Create the iframe and inject the html content.
self.iframe = $(‘<iframe />’).appendTo( self.container );is where? I didn’t see it where I assumed you were pointing at.
Forum: Themes and Templates
In reply to: Customize/Live Preview not workingChrome (Mac) is my normal browser. The issue is not browser specific for me.
BTW, thanks for all the effort you’re putting in on this issue.
Forum: Themes and Templates
In reply to: Customize/Live Preview not workingI actually have no idea what could cause the empty div. Not a clue, and it’s maddening because very few people seem to be experiencing this and the issue is way off the radar screen, it would seem. It makes no sense to my pointy little brain.
Forum: Themes and Templates
In reply to: Customize/Live Preview not workingI installed a clean copy with a new database and am getting the same empty div. I admin several sites though a dedicated server (jtlnet) running CentOS and the same problem exists for all of the different sites. I’m starting to wonder if this is a server-related issue. Don’t really want to think about that… yikes.
Forum: Themes and Templates
In reply to: Customize/Live Preview not workingTwenty Twelve, though same problem with Twenty Eleven
Forum: Themes and Templates
In reply to: Customize/Live Preview not workingFor what it’s worth, this is what Live Preview is generating on my sites:
<div id=”customize-preview” class=”wp-full-overlay-main”></div>
An empty div.
Forum: Themes and Templates
In reply to: Customize/Live Preview not workingYikes. Not worth it, I guess. But thanks.
Forum: Themes and Templates
In reply to: Customize/Live Preview not workingProblem persists under 3.4.2
Forum: Fixing WordPress
In reply to: Live Preview/Customize not working at allThanks for the suggestions, esmi. I’ve tried all that, and no change. Still getting a big blank white space on the right. No loading of my site.
Forum: Fixing WordPress
In reply to: Live Preview/Customize not working at allSame problem for me. Not a multi-site issue.
Forum: Themes and Templates
In reply to: Customize/Live Preview not workingSame problem here. Different browsers, deactivating plugins… no effect.