Massimo Scagliola
Massimo Scagliola
I integrated Cusdis with my Hugo-generated static site, I configured the code with these parameters: ``` data-page-id="{{ .Permalink }}" data-page-url="{{ .Permalink }}" data-page-title="{{ .Title }}" ``` It works fine, but...
Hosted on Vercel, I cloned your repository yesterday. PostgreSQL DB is self-hosted reachable with DuckDNS.
> You need to configure SMTP in self-host version. See https://cusdis.com/doc#/features/notification?id=self-host I already did it. You mean Vercel Environment Variables, right? I am trying with Gmail: `SMTP_HOST` set to "smtp.gmail.com"...
> This is because Gmail's security settings. See [#47 (comment)](https://github.com/djyde/cusdis/issues/47#issuecomment-826563398) Nope, because I tested the credentials with another [SMTP tester](https://www.gmass.co/smtp-test) and it works. I'll do some more tests later.
Yes, I created custom classes (e.g. "submit-btn"), but they are overwritten by the style-xxx. This is the Inspect of the button.
As workaround, all the classes can be included in the `#cusdis_thread` id, so they will have priority on the svelte-xxx. Example: ``` #cusdis_thread { .cusdis-footer { ... } } ```...
> I just updated the widget, check it out. Uhm, I get the same issue: the svelte-xxx ovveride the cusdis- classes. I think that's because [they are specified in last...
> yea i mean the pagination button That's fine, but it appears also if there is only one comment. I personally would make it visible only if there is a...
> Unfortunately, this workaround isn't working for me in the hosted version. You are right, with the hosted version it doesn't work. I am using an older version of Cusdis...
I checked the `preferences.json` file, but it seems there is no reference to the Focus/Typewriter mode to be active at the startup. Correct?