Marcel Folaron

Results 149 comments of Marcel Folaron

Seems the CSS files load via http instead of https. Can you set the siteURL in the config file to be https://lt.tastysites.dev On Sat, May 8, 2021 at 12:08 PM...

We fixed a few of the redirect issues a while abck. So this should work now

Thank you for the additional details. I agree we need a better mail handling. Queuing would be the best option indeed. I think we can execute the cron function in...

Thank you that’s a great start. To make the entire queue a little more flexible I’d probably abstract the table a bit Date Action Data Caller Action could be a...

Awesome! Thank you! For cron: I know WordPress triggers it when a user visits the site (based on time stamp). There are some exotic ways to create a job using...

I think this should work ```php $settingsRepo = new leantime\domain\repositories\setting(); $logoPath = $this->settingsRepo->getSetting("companysettings.logoPath"); $color = $this->settingsRepo->getSetting("companysettings.primaryColor"); $sitename = $this->settingsRepo->getSetting("companysettings. sitename"); ``` BTW: I changed the settings from mainColor to primaryColor...

Now implemented in 2.3.3

Is this still an open issue?

There is now a filter than can be used through a plugin to change the content.