jamieson2504
Forum Replies Created
-
Hi David,
Cheers for the suggestion —?Have tried raising from 30 seconds up to 200 seconds.
But still seeing the timeout error unfortunately still getting the timeout error.
Anything else that could solve the issue?
I’ve also reached out to our hosting provider who said they couldn’t see anything obvious causing issues on their end (e.g. being blocked by the firewall).
But they have asked:
Can you confirm with Updraft if there’s anything that needs whitelisting for this to function correctly?
Cheers ??
Forum: Plugins
In reply to: [Contact Form 7] reCaptcha ThresholdHi there,
Any thoughts on the above? — as this has started to become an issue with some users being incorrectly flagged by reCaptcha.
Just looking for a way to decrease the threshold for a specific page only.
Cheers ??
Forum: Plugins
In reply to: [The Events Calendar] Featured events not showing on initial page loadNo problem @aamirhs ??
Forum: Plugins
In reply to: [The Events Calendar] Featured events not showing on initial page loadHi,
Just following up on this thread after the latest plugin updates.
We’re still experiencing this issue on our client’s site. When the page loads the calendar shortcode loads the calendar in but not with any featured events — these only start to display when the calendar is reloaded using AJAX when changing the filter/month.
We’ve added a temporary fix using jQuery which triggers the filter to reload the calendar on page load so the featured events show up to the user. Something like the below:
<script type="text/javascript"> // On full page load $(window).load(function(){ //gets todays date var fullDate = new Date(); //transforms the date into the format required for our monthly filter // get month (e.g. May will be 05) var twoDigitMonth = ((fullDate.getMonth().length+1) === 1)? (fullDate.getMonth()+1) : '0' + (fullDate.getMonth()+1); // get year (yyyy - e.g. 2019) var fullYear = fullDate.getFullYear(); // add the month and year to the date filter (e.g. 2019-05) $('input#tribe-bar-date').val(fullYear+"-"+twoDigitMonth); //trigger the filter button click to reload the calendar with AJAX $('.tribe-bar-submit input').trigger( "click" ); }); </script>
However, this is just a workaround, the bug is still present. Would anybody be able to assist?
Thanks
Forum: Plugins
In reply to: [Flamingo] Unable to see / edit Inbound messages dataHey @spaceodysseus,
Could you please let us know what the cause of the issue was? Having the same issue myself.