clauded007
Forum Replies Created
-
Forum: Plugins
In reply to: [Markdown for Agents and Statistics] md files presented to FirefoxThe problem is still there on an irregular basis.
It works whan adding a password but not when removing a password (.md not created).
Edit.It’s ok after a manual run but can easily be forgotten, esp. for a non technical admin. Also, the button for refreshing the scan, is not available after a run (must refresh the page): this is not ideal from usability stand point.
- This reply was modified 3 weeks ago by clauded007.
- This reply was modified 3 weeks ago by clauded007.
With version 1.42, when a password is added to a page, the .md file is not deleted. I’ve not check if it’s the same problem when a page is changed from published to draft.
Also, is there a cron job that runs regularly to rescan everything?
Great news. I will check it as soon as it’s available in the WP repos. Thanks!
Thanks for the reply. My site URL and home URL are already set to https so the problem is somewhere else.
Workaround: don’t use max character count when using a mask.
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…