clauded007
Forum Replies Created
-
Disabling “Ninja Forms GSheetConnector” did correct the problem. Thanks.
Please have a look at this post : https://stackoverflow.com/questions/79198701/notice-function-load-textdomain-just-in-time-was-called-incorrectly
ninja-forms.php should probably be fixed.
WordPress: 6.7.2
Active Plugins:
??Ninja Forms 3.9.0
??Ninja Forms GSheetConnector 1.2.21Forum: Plugins
In reply to: [ICS Calendar] Uncaught SyntaxError: unexpected token: keyword ‘var’Thanks for looking into this. Since the ICS plugin was the only recent change, I guess I misread the JS file and this might be caused by another plugin.
To be clear, this happens with version 3.27.3. To fix, you need to edit those files end empty the JS cache (or disable litespeed):
Missing semicolon in :
./assets/js/webpack.runtime.js at line 57, 203 and 328
./assets/js/app.js at line 16547 and 16672
./assets/js/nested-accordion.js at line 521 and 635
./assets/js/nested-elements.js at line 306 and 420
./assets/js/nested-tabs.js at line 521 and 635
./assets/js/styleguide-app-initiator.js at line 667 and 792
./assets/js/frontend.js at line 3145
./assets/js/frontend-modules.js at line 5046Same problem here: Uncaught SyntaxError: unexpected token: keyword ‘var’. This happens when Litespeed cache is enabled and JS scripts are optimized.
There’s a missing “;” before var declaration in multiple JS files
Forum: Plugins
In reply to: [ICS Calendar] Display bug with urls in event descriptionThe parameter is nolink (not nolinks). ??
Forum: Plugins
In reply to: [ICS Calendar] Display bug with urls in event descriptionI just edited my inital post.
Forum: Plugins
In reply to: [ICS Calendar] Translation problem with Google calendarMaybe months and day names should be based on the browser language (that’s the way GC does it)… Plus an option to use the server language if one really don’t like it.
Forum: Plugins
In reply to: [ICS Calendar] Translation problem with Google calendarIt works. Not sure if you should use the site language or the browser language however…
Forum: Plugins
In reply to: [ICS Calendar] Translation problem with Google calendarThe calendar is already in french. I was thinking of using something like that in ICS:
curl_setopt($ch, CURLOPT_HTTPHEADER, [‘Accept-Language: fr’]);
Forum: Plugins
In reply to: [ICS Calendar] Display bug in version 10.8.610.8.6.1 solves my problem. Thanks for the quick fix!
Forum: Plugins
In reply to: [Pretty Google Calendar] ‘list’ button not translatedTry adding this in the short code: custom_list_button=”list”
I’m aware it’s only a warning however I think it’s a symptom of a programming error.
Thanks for the reply but unfortunatly, changing the name of the form doesn’t remove the warning. Is it possible that the error is refering to the name of the field (and a html field has no name)?
Have you tried Firefox?