stevejbrobinson
Forum Replies Created
-
On a similar note I have
iframe#map {height: calc(100% + 56px);}
which is being minified asiframe#map{height:calc(100%+56px);}
So it removes the spaces around the “+” for some reason and makes it invalid css.Is somebody going to answer this? It’s kind of important to anybody using Cloudflare.
I have it working now. What seems to have fixed it was changing the “Load security engine” setting to “Standard mode” instead of “Legacy Mode”.
I guess anyone who needs Legacy Mode is out of luck.Forum: Plugins
In reply to: [W3 Total Cache] w3-edge.com – bad gatewayAll is good now:
“The plugin is currently enabled in pro mode.”Thanks!
Forum: Plugins
In reply to: [Meta Box] Validation Issue after WordPress 4.6.1 / Metabox 4.9 UpdatePossibly related to this: https://www.ads-software.com/support/topic/incorrect-dependency-name-jquery-validate/
Forum: Plugins
In reply to: [Broadcast] Featured Image Not BroadcastingThis may or may not be related to the issues in this thread.
I found that if you have a featured image that has a hyphen as the last character in its name (example-.jpg) the Broadcast plugin does not recognize it as a distinct file when re-broadcasting from the Parent site. So you get two images appearing on the child site when you broadcast the second time, three the next time, four the next time, etc.
The good thing about this is there is an immediate solution: don’t name files like that.
Forum: Plugins
In reply to: [WP Print Friendly] Custom permalinks 404 ErrorWPBurger – Thanks for the work-around – it worked for me too!
Forum: Plugins
In reply to: [Broadcast] Featured Image Not BroadcastingI’ve never turned on debugging on the live site because it adds error notes to the back-end pages and I don’t want to cause panic with users or risk problems on the front-end. On my local install I’ve never been able to get it to fail with debugging turned on (I just tried again – throwing everything I could at it) but I HAVE seen it happen a couple times in the past.
The problem (for me anyway) seems completely random. I know this is not very helpful but I thought I would share because others have had similar issues.Forum: Plugins
In reply to: [Broadcast] Featured Image Not BroadcastingI’ve been having the same problem since… forever. It happens intermittently so it’s almost impossible to de-bug. Every time I turn on the debug logging it fails to fail!
When it does fail, what actually happens is the featured image gets broadcast but it is not CHOSEN in the child post. I have to manually edit the child post and re-choose the featured image to fix it.
I’ve seen it happen on my local (MAMP) install and it happens regularly on my live sites.To reproduce the problem I found you have to (in Chrome) clear the browser cache, quit the browser, re-launch and visit a page using the plugin’s shortcode. What’s more, it doesn’t seem to prevent the rest of the page from loading on my local install, only on my live site. I’m using Cloudflare on the live site, so this could be a factor.
Also having this issue. Each time it occurs it prevents the rest of the page from loading. The error occurs on lines 809,952 & 334.
Forum: Plugins
In reply to: [Better WordPress Minify] IMPROVEMENT : ADD async for javascriptMaybe make this a configuration option so when using a service like Cloudflare we can add
data-cfasync='true'
Emmanuel Simond – thanks for the hack in the mean time;)Forum: Plugins
In reply to: [Broadcast] WPML integration not workingThanks for your help on this Edward but I’ve already given up on WPML. It’s way too complex for my needs. I only have a few languages to worry about so I decided to just add custom meta fields for other languages and call them where appropriate by testing for a language parameter. Much less complicated, way fewer queries per page and works perfectly with Broadcast ??
Forum: Plugins
In reply to: [Better WordPress Minify] Strange entry in config.phpThat was fast. Thanks!
Forum: Plugins
In reply to: [Broadcast] WPML integration not workingI inquired about this on the WPML forum and this was the response:
“Sorry its not compatible yet, Its been scheduled for WPML 3.2, We don't ETA for 3.2 As soon as its released we will notify you.
Post Link: https://wpml.org/forums/topic/threewp-broadcast-integration-patch/#post-439512″