I have an existing landing page with html/css/javascript + images. What would be the easiest way to import into Mautic?
Thank you!
I have an existing landing page with html/css/javascript + images. What would be the easiest way to import into Mautic?
Thank you!
I don’t think importing a theme is even possible. If you compare it with a CMSes for example, every one of them needs special touches to make themes compatible with the system. Creating a theme is not so hard if you are familiar with HTML, CSS, and some basic PHP.
Further reading:
https://www.mautic.org/blog/tag/theme-development/
https://developer.mautic.org/#themes
I read through the documentation but had one question:
How can I add external JS files and CSS (for example- I want to add ‘Bootstrap Select’ for a Landing Page) files for Landing Pages from Dashboard -> Landing Pages. If I have to use FTP, which file do I add them (Custom CSS and JS files)?
Thank you
It is possible to add external assets. Look how one of predefined themes does that:
https://github.com/mautic/mautic/blob/staging/themes/Mauve/html/base.html.php