Pages built with page builders like Elementor , Page Builder by SiteOrigin , CoBlocks and the likes can be fetched into Frontity apps. However, like we do with Gutenberg in frontity.org, you’d need to import the builder’s styles into the Frontity application.
In frontity.org, we saved the Gutenberg styles in a folders, imported it and included it with the <Global /> component in Frontity.
To use the page builders styles in Frontity, you’d have to copy the css files from the plugin directory into your Frontity project. In the case of Elementor, the styles can be found in wp-content/plugins/elementor/assets/css folder.
Hi, I’ll ask our developer to connect with you… perhaps we together can figure out a way to use Elementor or create our own standalone page builder product for Frontity
Thanks for quick response yeh wish we can develop something similar or good editor with frontity compatibility Good luck to Team … I am learning too Thanks
Elementor in addition to the native css files, also creates css files dynamically for each page built with it. So the job of importing these files into Frontity will be a little complicated.