Redjam

Results 12 comments of Redjam

Hi @srkennedy I have the same issue. Whether I export or copy to HTML, both give me errors. **MJML environment** OS: MacOS MJML Version 4.2.0 MJML tool used : MJML...

Thanks both of you for your answers. @attilabuti I'm looking forward to the next release. many thanks for your work!

Hi @attilabuti, any update about the next release?

@aaroneight no resolution for the moment. I use the online converter to avoid mistakes caused by VS extension.

Hi there, I use Wagtail-Localize and Wagtailmenus together. I found a solution to make the menu localized but it's so easy that I'm pretty sure I have forgotten something 😅....

@ababic many thanks for your feedback. I'll dig into the subject to improve my code.

@perepicornell [trick](https://github.com/jazzband/wagtailmenus/issues/242?_pjax=%23js-repo-pjax-container#issuecomment-795138779) didn't work for me. I struggled to debug but I found what was causing the issue. In the line ```queryset = self.get_base_page_queryset() & queryset``` I had to replace...

Hi @maxbellec, I don't think this is an issue. I assume your are using Wagtailmetadata. If you have created a page and its translations before adding MetadataPageMixin, you need to...

@zerolab we have a post type that we are not going to translate. It will only be accessible in the primary language. Because aliases are created automatically, the "translated" versions...

I think it's a good hack if you don't need the translated version displayed on the back-office. Why don't you use an inline panel? Checkboxes are important in your case?