lcdservices
Forum Replies Created
-
Forum: Plugins
In reply to: [Enable CORS] Working for GET/POST but not PUT/OPTIONSMore information — when I view the headers for the page, it does appear the methods are set properly. However, when testing with https://cors-test.codehappy.dev/ it reports that it will not work with OPTIONS (with no further information). Further complicating the situation — when I run that testing site on some site paths (i.e. not the root domain), it passes.
- This reply was modified 1 year, 12 months ago by lcdservices.
Forum: Plugins
In reply to: [Connections Business Directory] public listing/private detailsOne addition —
The website says connections has “hundreds of actions and filters that developers can use to create their own custom functionality” — however the documentation only has a few listed (https://connections-pro.com/documentation/contents/). Is there additional developer documentation somewhere that is better maintained?Forum: Plugins
In reply to: [Clean Login] message after registration doesn’t persistThe problem is due to the animation css applied to the cleanlogin-notification class. Specifically the animation-fill-mode is set to forwards. It should be set to none. That allows the message to persist on screen.
perfect — that worked!
thanks