Hanns

Results 49 comments of Hanns

Using the constants would mean to define/maintain everything twice, the logo inside the global organization record (which is needed anyway for other reasons) and in the related template defined in...

Having similar issues (might be related): if autoplay starts and manual drag happens, it seems that the autoplay timing function is doubled, because suddenly the slide shifts happens more often...

@escopecz Here is a new PR for the same fix without the signature changes: https://github.com/mautic/api-library/pull/302

What is the current functionality of Mailbox > Edit > Aliases? We was hoping that we can use this aliases as FROM address when replying in a conversation. But it...

@freescout-helpdesk wow, thanks a lot for this amazing fast implementation! Just tried it and it works like charm 👍🏼 IMO can be released and merged to dist.

On MacOS Ventura (13.1) I had to create the following symlink to fix this issue: ``` sudo ln -s /Library/Developer/CommandLineTools/usr/bin/python3 /Library/Developer/CommandLineTools/usr/bin/python ``` Here's the output of `ns doctor ios` before...

I had the same issue, that "real" webhook calls for events (triggered during the test checkout process on a local dev machine) was not forwarded back to the local machine....

Had the same problem, and solved it by extending the TypoScript for "textpic" CE: ``` tt_content.textpic { templateName.stdWrap.cObject { 151 = TEXT 151.value = TextpicRightInline 152 = TEXT 152.value =...

1) Don't change the code inside the original extension, it will be lost after an update. Better is to copy the TypoScript into the setup of your backend template (or...

Sure, you have to style the element inside your CSS! The custom template is essentially only placing the image content inside the text block so it can be wrapped/floated. Be...