Stephan Zimmermann
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Job Board] Problems submitting an applicationHi @arsalanahmed901 ,
thx for your instant check and quick reply. You’re right. The plugin wasn’t causing the problem. In my case it was a wrong set HTML header.
The following line in our functions.php caused the problem:
header(“Feature-Policy: accelerometer ‘none’ ; ambient-light-sensor ‘none’ ; autoplay ‘none’ ; camera ‘none’ ; encrypted-media ‘none’ ; fullscreen ‘none’ ; geolocation ‘none’ ; gyroscope ‘none’ ; magnetometer ‘none’ ; microphone ‘none’ ; midi ‘none’ ; payment ‘none’ ; speaker ‘none’ ; sync-xhr ‘none’ ; usb ‘none’ ; notifications ‘none’ ; vibrate ‘none’ ; push ‘none’ ; vr ‘none’ “);
I simply removed it.
Thanks for your plugins and support. I really appreciate them.
Cheers
StephanForum: Plugins
In reply to: [Simple Job Board] Problems submitting an applicationHi there,
we have a quite similar problem. Applicants reported that sending the job form gets stucked in an endless loading spinner. Turns out that the problem occurs in latest Chrome version. Latest Firefox is working fine.
This can be tested at https://www.qudosoft.de/job/werkstudentin-atlassian-tools/
My browser dev tools only show:
[Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check https://xhr.spec.whatwg.org/.
send @ jquery.min.js?ver=3.5.1:2
ajax @ jquery.min.js?ver=3.5.1:2
s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2
(anonymous) @ simple-job-board-public.js?ver=1.4.0:44
setTimeout (async)
(anonymous) @ simple-job-board-public.js?ver=1.4.0:43
dispatch @ jquery.min.js?ver=3.5.1:2
v.handle @ jquery.min.js?ver=3.5.1:2`Could you please inspect this issue and give any advice.
Thanks in advance
Cheers
Stephan