sanerdesign
Forum Replies Created
-
@d0153 Yes, good news! Thanks for your help I will just work through the plugins now
@d0153 Thanks for the feedback. I have found the plugin that is causing the extra whitespace. WP Simple Survey – Extended which is no longer supported and so we will find an alternative. However if I deactivate that plugin it still doesn’t work. I have followed the caching rules for WPEngine but still nothing. The staging site is now a default theme and just the events plugin. I will leave it like that for a couple of days and report back
@d0153 OK I tried the cache theory and that didn’t fix it.
So I decided to take a look at the ics file that is generated for the webcal link. There is a lot of whitespace before the ical information starts. If I try and import that as an ical file into google it refuses it. If I delete the white space and try to import it again it accepts it. Do you know why this whitespace is being created and is there a way we can add a function to remove leading whitespace?
@d0153 Thanks for getting back to me. OK So I went through and changed the theme and deactivated all plugins and it worked. I then reactivated the theme and all the plugins one by one and it still worked. Then after a day or two it stopped working again.
The staging site is here and when I stopped working on it it was currently working https://dcharlottestg.wpengine.com/calendar/
Is there any chance that WPEngines aggressive caching could be causing an issue? or can you think of a reason why deactivating and reactivating everything would get it working temporarily?
Thank you
PHP: 7.4
WordPress: 6.1.1
The Events Calendar: 6.0.10
Theme: CustomItβs a custom filter so you can just add it in your theme functions.php file
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Icon List regularly breaksI have sent you an email with the code
Great news!
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] 502 Bad GatewayWe’ve been with Pagely for some time now and I can honestly say the best move we’ve made
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] 502 Bad GatewayWPEngine says it’s plugin issue and as Justin cannot replicate the problem he has nothing to work from. So we have got nowhere fast. Moving to Page.ly for hosting as it has been one of a few issues for us with WPEngine
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] 502 Bad GatewayThat is good to know, thanks for the heads up. At least this way I can finish what I was working on π
I hope Justin or WPEngine find a solution soon
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] 502 Bad GatewayI know WPengine 502’s when you ask too much of the database but I don’t understand why wpengine and an update to wp3.8 would affect the plugin.
I have WPengine checking it for me too so if I hear anything I will report back
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] 502 Bad GatewayYup we’re getting a 502 error as well ever since upgrading to wp3.8
we’re on WPEngine if that makes any difference
Forum: Fixing WordPress
In reply to: Twitter embeds not working in 3.4If anyone is interested in a responsive option for twitter embeds until they come up with an answer I came up with an option here http://sanerdesign.com/2012/07/twitter-embed-width-issue-wordpress-fix/
It’s just a small bit of js that waits 100ms and then removes the inline style that Twitter adds
Hope it helps someone
Forum: Fixing WordPress
In reply to: Twitter EmbedI came up with a quick fix for this. It’s not ideal but until twitter change their use of the inline style calls with !important it will have to do.
How to remove twitters set width for responsive design http://sanerdesign.com/2012/07/twitter-embed-width-issue-wordpress-fix/
Basically it’s a little bit of js that waits a fraction of s second for the page to load then it removes the inline style and voila you have responsive Twitter embeds in your post