Got questions about RapidWeaver Elements? Get them answered here!

Yes, our built-in Elements have options for resizing images. The Image element has options to leave images as they are, optimise for different breakpoints, or resize to a set size.

The beta(s) won’t have this functionality built-in, but I could see us building in some basic support in the future.

Yes, hopefully.

No, importing an exported site isn’t possible. You could of course copy and paste HTML into custom Elements.

I think the output in general will be more semantic and flexible, and we’re keen to continue to improve things once the beta ships.

Right now, you can add css classes to Elements, ideally you’d use Tailwind classes, but you could also write some css. There’s no visual tools for this included right now. But it is something we’d like to explore further in the future.

We only export what’s required (in both CSS and JS), so the sites should be very efficient.

Yes, we’d like to include some basic blog functionality in Elements, I don’t know if that will be part of the beta just yet. We also have local data (we’ll be showing that off soon), this is like a local CMS and I could see it being expanded further in the future to allow for online editing.

Good suggestion, maybe we could add an option for that :thinking:


Phew, I hope that answers everyone’s questions :sweat_smile: I’m off to make a cup of tea now…

Will you provide some kind of tutorial video, user guide or sample project with the release of Elements beta?

Does Elements support Tailwind Typography? I’m curious as the mention of the data sources piqued my interest. I can imagine storing text with rudimentary HTML markup in datasets that would be nice to have styled automatically using the typography defaults (and overrides). It would be even more interesting if the data sources could include markdown which is rendered to HTML when it’s injected in the element(s).

This is an interesting idea. It begs the question of how elegantly a designer can override the default and how that override is implemented on the output.

Yes, we have the official Tailwind Typography plugin installed - it’s already being utilised in a couple of the built-in elements :slight_smile:

I need to embed a Google form in one of my Elements website pages. Please guide me through the process.

Thank you

Never mind I think I got it.

Thank you

Create a Custom Component, and paste in the code :+1:

Hi there, I have just purchased Elements! I’m very excited to learn how to use it. I have built my own WordPress site and theme before, but as I’ve aged I cannot keep up and need a more visual solution.

I’m interested if there’s a demo/vanilla template available with placeholder markdown so I can understand the CMS a bit more. I may have missed it but I can’t see one available.

Any help would be much appreciated.

Thanks!

@kaoss Yes, there’s a free project on the built-in store!

Here’s a quick video showing you how to find and download it:

Also, don’t forget to check out the Element Docs here, and the CMS docs here.

And if you get stuck or have any further questions just post on the forum and we’ll help you out!

Welcome to Elements :smiling_face:

I’m so sorry! I wasn’t logged into the store. Thanks a lot - I see it now!

No problem, glad you found it :slight_smile:

Me again! I’ve been playing with the blog and it’s pretty cool. Personally I’d rather move away from any php running on the site. Are there any plans to allow for export of a markdown blog site to export to a flat html site, rather like how static site generators do?