laluluny
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] CF7: nothing happensThank you! ??
Forum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] CF7: nothing happensHi,
I solved the issue: It was a plugin conflict! ??
I am using the Plugin AUTOPTIMIZE. I had the setting “Merge all linked JS files to make them non-render-blocking?” activated. As soon as I deactivate this setting the Honeypot Test Widget works.
Everything is working, thanks & regards!
- This reply was modified 1 year, 1 month ago by laluluny.
Forum: Plugins
In reply to: [WordPress REST API Authentication] CORS errorHi
I had a CORS problem as well, the error read
Access to XMLHttpRequest at 'https://www.no2do.com/synopse/kontakt' (redirected from 'https://no2do.com/synopse/kontakt') from origin 'https://no2do.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. www.no2do.com/synopse/kontakt:1 Failed to load resource: net::ERR_FAILED 778787.htm:
I tried a couple of things, finally I put the snipplet above (posted by abhiladdha07, “SetEnvIf Origin …”) in my .htaccess file and that fixed the issue.
However, when trying to figure the whole thing out, one of the supporters in my original post (https://de.www.ads-software.com/support/topic/blocked-by-cors/ ) pointed out that my website can be reached in 2 ways: with and without “www.”
Eventually that is also a point to have in mind: Is your website set up in a way that it only can be reaced ONE way, (either with or without “www.”)?
For me this does make a difference: The .htaccess-fix does NOT work as long as I call the website without “www.” (I suppose, the same applies if you can reach a site using both https:// and https://)
So I finally also added some lines to my .htaccess file fixing that issue as well. ??
Regards, Karin
Forum: Plugins
In reply to: [Arconix Shortcodes] Does not work after https:// upgrade…Cool – that was IT! It works just fine now (as it always did before https://).
Thanks for you great plugin!And now… let me take you out for a coffee ;-))…
Regards,
KarinForum: Plugins
In reply to: [Arconix Shortcodes] Does not work after https:// upgrade…Hello John,
here it is: https://www.kunst-starter.de/kswordpress/individuelle-beratung/
Regards,
KarinForum: Plugins
In reply to: [Arconix Shortcodes] Does not work after https:// upgrade…Thanks for your reply.
Yes, I already saw, that the very same file is also present in the includes-folder and had played around with it before.
Now I did exactly what you indicated, but there is no effect. I triple-checked the plugin.php file and yes. line 107 is a you indicated. But the accordions do not open.I am not a programmer, so “debugging” is somehow unfamiliar to me. But in Chrome there is a debugging mode (“console”) and it comes up with the following
https://www.kunst-starter.de/kswordpress/arconix-shortcodes/includes/jquery.tools.min.js?ver=1.2.7 Failed to load resource: the server responded with a status of 404 (Not Found)
arconix-shortcodes.min.js:1Uncaught TypeError: jQuery(…).tabs is not a function
at HTMLDocument.<anonymous> (arconix-shortcodes.min.js:1)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at Function.ready (jquery.js:2)
at HTMLDocument.K (jquery.js:2)(unknown) Uncaught DOMException: Blocked a frame with origin “https://s7.addthis.com” from accessing a cross-origin frame.
at <anonymous>:1:15Eventually you can interpret it? There is something not working with the arconix-shortcodes/includes/jquery.tools.min.js
- This reply was modified 8 years, 1 month ago by laluluny.
Forum: Plugins
In reply to: [Arconix Shortcodes] Does not work after https:// upgrade…Hello John,
Thanks a lot for your quick reply! However, I do not yet get it to work.
I do use a child theme, containing only one style.css. So I added a functions.php – but as soon as I do that, the whole theme crashes. No matter what the functions.php contains. I tried- identical-functions.php (same like parent theme)
- identical-functions.php like parent theme PLUS your code
- empty functions.php containing only your code
No matter what, as soon as there is a functions.php in the child-folder, the whole theme crashes.
Sorry & thanks in advance,
KarinForum: Plugins
In reply to: [Arconix Shortcodes] Does not work after https:// upgrade…PS: I also upgraded to WP 4.7.2 today. Could this be the reason for Arconix Shortcodes not to work any longer?