Adam
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP-Forge] Post categories appear twice in CustomizerGreat, thanks for looking into this!
Thanks!
(my overall goal is to get the popup to snap to the bottom of the browser window even when scrolling – let me know if there’s a different way to do this)
Forum: Themes and Templates
In reply to: [WP-Forge] Transparent background color in customizer?Also, there’s not a great way to put a background color behind the background image (for the case with transparent background images).
What I’ve done right now is define the global background color in my child theme’s
style.cssfile.Forum: Plugins
In reply to: [EWWW Image Optimizer] Undefined constant notice on "Unoptomized images" pageBingo! It was debug mode, thanks!
Ditto for
article:modified_time.Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Allow Twitter Card type to be changedThanks!
Forum: Plugins
In reply to: [BJ Lazy Load] Images fail to load on IE11Thanks, I’ve checked the JS console, tried toggling header/footer, didn’t find anything.
Good catch, thanks for this!
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Ignore images less than 200px x 200pxTrue, the user could select another image, but my concern is that this is a silent failure, and the user likely wouldn’t immediately understand what is going on.
Since this plugin is dedicated to Facebook Open Graph tags, I think it should be mandatory that the plugin automatically corrects the user’s error, and sets an image greater than 200×200. I can’t think of a situation where a user would want to set an og:image that won’t be picked up by Facebook.
Forum: Plugins
In reply to: [Advanced Browser Check] Not working with Safari 7.1?I have another ticket open for Chrome v38: https://wordpress.org/support/topic/not-recognizing-chrome-beta
Forum: Plugins
In reply to: [Advanced Browser Check] Not working with Safari 7.1?I’m seeing this too, Browscap isn’t working correctly.
To patch this, you can edit
abc-output.phpand add the following between lines 40 and 41:&& $user_browser->MajorVer != 0This will capture any case where Browscap returns the major version as “0” which should be a clear indicator that the version detection failed, because no browser is versioned “0” 🙂
Forum: Plugins
In reply to: [Advanced Browser Check] Not recognizing Chrome BetaLooks like the same issue is happening with Safari 7.1.
Thanks!
Thanks!