lenscraft
Forum Replies Created
-
Forum: Plugins
In reply to: [SlideWizard] ShortcodeNice plugin. How do I go about defining new themes?
Incidentally, I ended up turning off the ‘Non-blocking using JS’ option because it caused things to behave erratically. (Sometimes it worked, sometimes it didn’t.)
The second one… It tells W3 Total Cache to not really minify the JS, but rather to simply combine all of the JS into one file (and one request… Requests are expensive.)
It’s not possible to eliminate one file from miniification, but the following settings work:
- JS minify enabled
- Combine only
- Non-blocking using JS
The first and second combine all JS files into one request. The third makes that request only occur after the ‘page load’ event has fired, which makes your page feel more responsive to the user.
Yup, turning off the JS minification in W3 Total Cache does the trick. How bothersome! Do you know why this is causing problems?
Forum: Fixing WordPress
In reply to: Jetpack Carousel only working when I'm logged in?Thanks for the pointer. I just posted it there.
Forum: Fixing WordPress
In reply to: Jetpack Carousel only working when I'm logged in?Ahh, I figured it out. This happens when I have “View people’s profiles when you mouse over their Gravatars” in Discussion Settings. Is this a known bug?
Forum: Fixing WordPress
In reply to: Jetpack Carousel only working when I'm logged in?One clue… if I am not logged in, I get the following javascript error:
ReferenceError: Can't find variable: WPGroHoIdeas?
Forum: Themes and Templates
In reply to: Looking for an alternative to PhotocratiIn my experience, the problems I had with the Photocrati folks were all caused by communication failures… the sort of communication problems one gets with email. The product itself seems very stable and a solid basis for building upon.
I sincerely believe that the folks at Photocrati are improving their theme, and I’m hoping to be able to use many of these improvements with my blog at lenscraft.com …
Ron
Forum: Themes and Templates
In reply to: Looking for an alternative to PhotocratiI resolved my issues with Photocrati, and I’ve decided to stay with them for a while. Thanks anyhow.
Forum: Fixing WordPress
In reply to: Two-column layout LOST for editing pages?Nevermind, I figured it out. When you switch to one-column view, then back to two-column view, the column layout is lost. You need to drag what you want in the right column back to that column. π
Forum: Fixing WordPress
In reply to: Two-column layout LOST for editing pages?Weird, wordpress columns are still ‘broken’ for me. Is this a known bug?