Website components explained
How components work
Open any page in the editor and you'll see the Components palette on the left, grouped into seven categories. To build a page you drag a component onto the canvas, then select it to open its settings in the right-hand panel, where you edit its content and style. The Outline (below the palette) lists everything currently on the page so you can jump to any block.
Component groups at a glance
Here's every component, grouped exactly as it appears in the palette, with what each one is for.
Home / Landing
Big banner and page-framing blocks — usually the top of a landing page.
- HeroSection — a full-width hero banner with a background image, event title, date, and a call-to-action button.
- Hero Video — a hero banner that uses a video background or embedded video instead of a still image.
- Hero Split Screen — a two-pane hero with your title and CTA on one side and an image on the other.
- Contact Footer — a footer-style block with your contact details and links for the bottom of a page.
Venue Page
Blocks for presenting your venue and travel information.
- Venue Block — a venue's name, address, image, and description in one card.
- Split Venue Block — a two-column venue layout (details on one side, image/map on the other).
- Hotel Partners — a grid of partner hotels for attendee accommodation.
- Venue Directions — how-to-get-there and travel information for your venue.
Resource
Images, video, and downloadable files.
- YouTube Video — embed a YouTube video by pasting its link.
- Video Gallery — a gallery of several videos.
- Image — a single image with alt text, size, fit, corner radius, and alignment.
- Gallery — a grid gallery of multiple images.
- PDF/Image Download — a downloadable file (e.g. programme, floor plan) attendees can save.
General Page
Everyday content: copy, tables, and FAQs.
- Article — a rich-text block for headings, paragraphs, links, and formatting. Your main body-copy block.
- Table — a structured data table.
- FAQ Section — question-and-answer pairs shown in full.
- FAQ Accordion — collapsible questions that expand when clicked.
Highlight
Event-specific, attention-grabbing blocks.
- Organisation — feature an organisation, sponsor, or partner with logo and description.
- Speaker Highlight — showcase a speaker (photo, name, title, bio).
- Session Highlight — feature a session or agenda item.
- Countdown Timer — a live countdown to your event (or a chosen date and time).
- Progress Circle Stats — circular stat indicators (e.g. tickets sold, attendee numbers).
- Registration CTA — a prominent call-to-action that drives attendees to register.
Content Block
The universal building blocks you'll use most — including the two advanced embeds covered below.
- Heading — a section heading or title.
- Text — a paragraph of text.
- Button — a clickable button linking to a URL.
- Divider — a horizontal line to separate sections.
- Spacer — adjustable empty vertical space between blocks.
- Link Embed — embeds another web page inside yours (an iframe). Setup below ↓
- HTML Inline — paste your own raw HTML or embed code. Setup below ↓
Advanced Components
Richer, pre-built layouts.
- Slider — a carousel of multiple slides (images or content).
- Speaker Card — a single speaker card.
- Speakers Section — a full speakers grid for many speakers at once.
- About Section — a pre-styled "about the event" section (heading, text, media).
- Two Column Content — a flexible two-column layout for arranging content side by side.
Set up a Link Embed
Link Embed embeds a whole other web page inside your page, using an iframe. Reach for it when you want to show live external content in place — a booking form, a Google Map, a survey, a scheduling page, or another site you control.
-
Add the Link Embed block
In the editor, open the Content Block group in the Components palette and drag Link Embed onto the canvas.
-
Enter the Page URL
Select the block and, in the right-hand settings, paste the full Page URL (starting with
https://) of the page you want to embed. -
Set the size and style
Give it an Accessible Title that describes the embedded page, then adjust Height (e.g.
800pxor100vh), Width, Border Radius, and whether to Show Border (and its colour).Page › Link Embedhttps://example.com/your-formEmbedded page800px100%MediumYesNoThe Link Embed settings panel: enter a URL, then size and style the frame.
-
Save
Click Save. The embedded page renders inline when you preview and publish.
On the published page, the external page appears inline — here, an embedded form.
X-Frame-Options or their content-security policy). That's set by the source site, not Eventira. If a page refuses to embed, link to it with a Button instead, or use HTML Inline with an official embed snippet the provider gives you (like the Ticket Tailor widget below).Set up HTML Inline (custom code)
HTML Inline lets you paste your own raw HTML — including third-party embed snippets and scripts — straight onto the page. It's the right tool for widgets a provider gives you as a code snippet (ticketing, chat, forms, maps, custom markup).
-
Add the HTML Inline block
Open the Content Block group and drag HTML Inline onto the canvas.
-
Open the HTML editor
Select the block and click Edit HTML in the settings panel. A code editor opens.
-
Paste your HTML and Apply
Paste your HTML or embed code into the editor and click Apply. Then Save the page.
</> Edit HTML<div class="my-embed"> <!-- paste your embed code here --> </div>The Edit HTML editor — paste code, then Apply.
Add a Ticket Tailor ticketing widget
There's no separate "Ticket Tailor" component — you add it as a Ticket Tailor embed snippet inside an HTML Inline block. This puts a live, inline ticket list (with a Buy Tickets action) right on your page.
-
Copy your embed code from Ticket Tailor
In your Ticket Tailor account, open your Box Office and find the widget / embed option for your event. Choose the Inline widget and copy the code it gives you. It looks like this (your box-office name replaces
YOUR-BOX-OFFICE):<div class="tt-widget"> <div class="tt-widget-fallback"> <p><a href="https://www.tickettailor.com/all-tickets/YOUR-BOX-OFFICE/?ref=website_widget" target="_blank">Click here to buy tickets</a></p> </div> <script src="https://cdn.tickettailor.com/js/widgets/min/widget.js" data-url="https://www.tickettailor.com/all-tickets/YOUR-BOX-OFFICE/?ref=website_widget" data-type="inline" data-inline-minimal="true" data-inline-show-logo="false" data-inline-bg-fill="false" data-inline-ref="website_widget"></script> </div> -
Add an HTML Inline block in Eventira
In your page editor, open the Content Block group and drag HTML Inline where you want the tickets to appear.
-
Paste the snippet and Apply
Click Edit HTML, paste the whole Ticket Tailor snippet (keep the
<script>tag intact), and click Apply. In the editor the block shows a "Ticket Tailor Widget" placeholder — the live tickets render on the published page. -
Save and Publish
Click Save, then Publish the site. Attendees now see the inline ticket list and can buy without leaving your page.
On the published page, attendees see an inline ticket list and can buy without leaving your site.
data-type="inline" lists the tickets on the page (rather than a pop-up button). data-inline-minimal, data-inline-show-logo, and data-inline-bg-fill control the widget's look. The fallback link inside tt-widget-fallback is what shows if scripts are blocked, so keep it.Still need help? Reach our team and we'll get you sorted.
Contact support →