maria_wp
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Events are not popping upHi, when you enter the main page – at the bottom left there is the calendar – should be there still; wasn’t removed.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Events are not popping upHi John,
as much as I like your approach I have finally no clue how this could work. More in sense that the calendar is embedded in some pages.
jquery.min.js?ver=3.6.4:2 jQuery.Deferred exception: r.getClientRects is not a function TypeError: r.getClientRects is not a function
at S.fn.init.offset (https://www.zen-meditation.wien/wp-includes/js/jquery/jquery.min.js?ver=3.6.4:2:86276)
at R.viewport (https://www.zen-meditation.wien/wp-content/plugins/google-calendar-events/assets/js/vendor/jquery.qtip.min.js?ver=3.2.1:4:6791)
at z.reposition (https://www.zen-meditation.wien/wp-content/plugins/google-calendar-events/assets/js/vendor/jquery.qtip.min.js?ver=3.2.1:3:13899)
at z.toggle (https://www.zen-meditation.wien/wp-content/plugins/google-calendar-events/assets/js/vendor/jquery.qtip.min.js?ver=3.2.1:3:16971)
at https://www.zen-meditation.wien/wp-content/plugins/google-calendar-events/assets/js/vendor/jquery.qtip.min.js?ver=3.2.1:3:6894
at e (https://www.zen-meditation.wien/wp-includes/js/jquery/jquery.min.js?ver=3.6.4:2:30158)
at t (https://www.zen-meditation.wien/wp-includes/js/jquery/jquery.min.js?ver=3.6.4:2:30460)Looking at the stack trace I’m getting confused that on the hand jquery 3.6.4 is launched but somehow the jquery.qtim.min version is with 3.2.1. But searching on the web I only find a 3.0.3 version. Don’t know if I missed something but this looks weird.
Is there list which versions should be used?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Events are not popping upHi John,
I disabled the plugin right now but the effect remains the same. Perhaps the stacktrace is different – nevertheless it doesn’t show up. Any further ideas?
thx
maria
Forum: Plugins
In reply to: [Autoptimize] Lazy loading of imagesYeah… now I see where is the difference. The
tag has no width and height set. This is set on the surrounding <div> attribute. Therefore its not recognized by WP and not added.
Your plugin adds the attribute anytime – without evaluation if the size attributes are set or not.
Now its discussable what behaviour is more appropriate.
Anyway thx for pointing out.
Forum: Plugins
In reply to: [Autoptimize] Lazy loading of imagesSorry for being late :-/
I cannot confirm your assumption. Tags with
don’t have automatically inserted
loading="lazy"
. I didn’t find a real hint what are the preconditions to be met that this will be inserted.Anyway I’ve added them manually and don’t see much more to do.
Forum: Plugins
In reply to: [Autoptimize] Lazy loading of imagesWell I don’t see it really. When disabling it than all of the pics are loaded at the beginning. I can set the option manually on the pics but somehow than all pics load at the beginning. By default this options isn’t injected – at least from my point of view.
Forum: Plugins
In reply to: [Autoptimize] jQuery.Deferred exception: r.getClientRects is not a functionSeems like the issue is outside the scope of Autoptimize. Since disabling AO and Async AO still leaves the error. So I conclude I need to continue for looking somebody to blame :-/
Forum: Plugins
In reply to: [Autoptimize] jQuery.Deferred exception: r.getClientRects is not a functionDoesn’t help much – not even with
/plugins/google-calendar-events/assets/js/vendor/jquery.qtip.min.js
??
Forum: Plugins
In reply to: [Autoptimize] Can’t find variable: jQueryaha – :-/
thx – this fixed the issue
love
mariaForum: Plugins
In reply to: [Autoptimize] Incorrect Captcha optimizationI figured it out: Adding
api.js
to theScripts to Defer
solved the problem.Thx.
Forum: Plugins
In reply to: [Autoptimize] Incorrect Captcha optimizationNote: I haven’t installed anything like a recaptcha plugin.
Forum: Plugins
In reply to: [Autoptimize] Incorrect Captcha optimizationYeah – your are right. Turning off seems to solve the problem.
Excluding won’t help. I tried the following setting
recaptcha__en.js, jquery.js, recaptcha__de_at.js
But the problem persists. When you look on the responses from the browser the last name is loaded but I have no clue why this variation is loaded. I don’t know if its the locale from the browser or the WP.
Is there a way to leave it enabled? Adding google.com/recaptcha won’t help neither.
maria
p.s.: Site note: Save of AsyncJS won’t delete the Cache. ie. I need to manually reload it. I think it would be great if the Cache would be automatically purged when save changes.Forum: Plugins
In reply to: [Autoptimize] Incorrect Captcha optimizationHi Frank,
I’ve uploaded screenshots to ImgBB since I have no clue how else to post details. The screenshots will be deleted in one week.
Konfig:
https://ibb.co/TK6ggD1Main site with different browser and different exceptions
https://ibb.co/X7qTxNC
https://ibb.co/QYyVS6dBlogsite (as mentioned in the inital report)
https://ibb.co/6H289QCI hope these details help.
thx
mariaForum: Plugins
In reply to: [Autoptimize] Incorrect Captcha optimizationYeah, now problem I’ll paste the console output when I have it.
Forum: Plugins
In reply to: [Autoptimize] Incorrect Captcha optimizationHi,
Just a quick response to the last two points:Error appears on the browser console indicating that the root cause is an autooptimze… js File. Clicking on the error code I conclude my third point.
Try catch enable in the js setting won’t load the page at all. The rest I need to check.
Maria