Builder Basics – Avada Website Builder https://avada.com For WordPress & WooCommerce Tue, 10 Sep 2024 23:38:31 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.1 Cross-domain copying with Avada https://avada.com/documentation/cross-domain-copying-with-avada/ Tue, 10 Sep 2024 23:38:31 +0000 https://avada.com/?post_type=documentation&p=894864

While you’ve always been able to copy content easily from one page to another within an Avada site, a recently added feature allows you to copy and paste content across different domains. Read on to find out how this works, and watch the video below for a visual overview.

For privacy reasons YouTube needs your permission to be loaded.

To use this feature, you will need Avada 7.11.10 and above. It is available in both the Live Editor and the backend Builder. It works, as usual, through the right click context menu. This feature copies data to the OS clipboard, using the clipboard API which is the standard method of copying data between websites.

Browser Specific Setup – Chrome / Safari

Different browsers have different approaches to this because of security management. On WebKit browsers, such as Chrome and Safari, cross-domain copying and pasting will usually work out of the box, meaning nothing has to be activated in the browser settings.

If you want, you can enable or disable copying permissions by clicking on the site information icon in the address bar, and resetting the Clipboard permission.

When you want to copy, the current browser window and tab have to have focus on page load. Usually, that will be automatically the case, when you load the editor. In some cases though, you could have dev tools open and do something there, then click reload through the keyboard shortcut. In that case the browser considers devtools to have focus and not the page window.

Clipboard Permissions

When you load a site in one of the editors for the first time after installing 7.11.10 or up, you will see a popup, asking for your consent for text and images to be copied to the clipboard. Just allow that, and this will be stored for that website, so you don’t have to do this again.

Copy Permissions popup

If you want, you can enable or disable copying permissions by clicking on the site information icon in the address bar, and resetting the Clipboard permission.

Reset Copy Permissions

Browser Specific Setup – Firefox

In Firefox however, it’s a bit different, as here, the clipboard API has to be enabled. In order to do so, just type about:config in the address bar. A risk warning will appear – just accept it.

Firefox About Config

Then type asyncClipboard in the search bar, which will yield 3 settings. ClipboardItem and readText will likely already be set to true by default, so one would expect that the feature is auto-activated.

Firefox Async Clipboard Default

But testing.asyncClipboard also needs to be set to true, and this is false by default. So just click the toggle icon for the value to be set to true. Once this is done, copying and pasting will work, after you reload your page.

Firefox Toggle Value

Right Click Cross Domain Copy / Paste

So once your browser is on board, you can just copy and paste as normal. Below on one domain, I have right clicked on the container icon and selected Copy.

Cross Domain Copy

And then on another I have right clicked and selected Paste Before. The container is then pasted into the page. The differences you see here are due to the color variables and fonts being different on the two sites.

Cross Domain Pasted
]]>
Container Publishing Status Options https://avada.com/documentation/container-publishing-status-options/ Mon, 29 Jul 2024 23:03:28 +0000 https://avada.com/?post_type=documentation&p=894693

A very useful set of options can be found in the Container Element, on the General tab, just under the Visibility options. It’s the Container Publishing Status Options.

For privacy reasons YouTube needs your permission to be loaded.

Published

By default, all containers are Published, which is one of the choices in the option. So there’s not much to say about that. It’s the other three that offer some great features, particularly for those with seasonal or temporary content.

Published Until

The second option is Published Until. If you select this, a date and time picker appears, and here you can select the specific time that the Container is published until. After that time, it reverts to draft status, and is then only visible to logged in users with the capability to publish posts.

This feature is particularly useful to website owners with seasonal or temporary content, as in this way, they can automate the publication of the container, and not have to manually come in to sort it on a particular date.

Published After

The next option is Publish After. This is the same in the sense that if you select this, you choose a date and time, after which the container’s status becomes published.

So you can design and set up your container to be published on a particular day and time.

Any time after it’s published, you could edit it again, and this time select Published Until, and set the date for it to be unpublished. Once it reaches that date, the container reverts back to Draft status, and is not visible to the public.

Draft

Draft status is also useful if you are updating a live site with a new container, but you don’t get finished. You can just set it to draft, and save your work, and then you can come back another time to complete and publish the container.

OK, these often overlooked options can be very useful for controlling content on a container by container basis.

Behind the Scenes

When using the publishing status options on containers, they are not hidden as they would be with the visibility options. Instead they are treated like conditional rendering is applied. If the container is in draft mode or scheduled for a later date, it won’t render at all, and thus there is no indexing, and also no additional weight on page load.

]]>
How To Generate Element Code For Pasting Into Avada https://avada.com/documentation/how-to-generate-element-code-for-pasting-into-avada/ Tue, 18 Jul 2023 01:39:24 +0000 https://avada.com/?post_type=documentation&p=892829

There are times when it is helpful to paste Avada Element code directly into the page. For example, with Avada Sliders, you might want to paste button code into a slider. There are also several Elements in Avada that allow you to add further content inside them, through the WordPress editor. For example, there is the Toggle Element, the Tabs Element, and the Content Boxes Element, to name a few. If you wish to add further Avada Builder content into Avada Slider, or inside other Elements, we have a few tips here on the best way to achieve this. Read on, and watch the video below for a visual overview…

For privacy reasons YouTube needs your permission to be loaded.

Elements Within Elements

As mentioned before, there are some Elements, like the Tabs Element, that you can add content to through the Avada Element Generator. If you are just adding a single element, then you can use the Avada Element Generator, configure the element, and insert the shortcode directly into the containing element. But if you want a more complex layout involving columns, you can create that on a new page, and then copy and paste this into the editor within the parent Element.

Not every element that has the WordPress editor in it (and therefore the Avada Element Generator) is designed to have extra shortcode content. For example, the Title Element has an editor, but you can’t add a Gallery to a Title. So, some common sense is required here.

But any time you have access to the Avada Builder Shortcode Generator, you can, theoretically at least, add further Avada Builder Elements inside the parent Element. There is one golden rule with this process:

So, to create a more complex layout, simply create a new page, and using your preferred interface of the Avada Builder, create your desired layout using nested columns. When you are finished, you simply need to copy the Nested Columns Element itself (using the right-click feature) to copy the code into memory.

Copying A Nested Column

You can then return to your original page and paste your shortcode content into the editor of the containing element. This way, you will be inserting the nested column shortcodes that are needed, as well as the elements inside them, but not the container and column they are in.

The resultant shortcode pasted into the editor in the element then generates the desired layout, without needing to edit any code.

Nested Columns Inside Toggle Element

Avada Sliders

Avada Sliders > Button Links

In an Avada Slide, there are places to add code for up to two buttons, as can be seen above. The default code is a simple default button, and these buttons can be edited directly in the code.

Alternatively, you can create a button and paste this code into the button area in the Slide. The easy way to do this is to simply generate your button in the Avada Builder on a separate page, and then copy the element code by right-clicking and choosing copy.

Design Button

This places the Element shortcode on the clipboard, and from here you can simply head to your Avada Slide, and paste the code in, as you can see below.

Pasting Button In
]]>
Avada Builder History Feature https://avada.com/documentation/avada-builder-history-feature/ Thu, 09 Feb 2023 21:33:47 +0000 https://avada.com/documentation/avada-builder-history-feature/

The Avada Builder includes a useful feature called History. This feature tracks the last 25 actions that have been performed in the builder (not including global or page option changes) and allows you to revert back to any state before an action. To learn how to use this feature, continue reading below.

How To Use The History Feature

When editing a page, each action you make is recorded under the History icon as a history state. In the back end editor, the History Icon is found on the right uppermost corner of the Avada Builder toolbar. In Avada Live, the History Icon is on the left side, and the 4th icon along on the toolbar. See the two screenshots below to see the History states in the different interfaces of the Builder.

Step 3 – Once you click the ‘History’ icon, you’ll see all your actions in a list. To revert to a particular history state, simply click the history state in the list. You can jump between any history state in the History list as often as you wish until you save. Upon saving, all history states are cleared.

Avada Builder History States
Avada Builder History States
]]>
The Avada Live Workspace https://avada.com/documentation/the-avada-live-workspace/ Thu, 14 Jul 2022 03:40:19 +0000 https://theme-fusion.com/?post_type=documentation&p=580056

With Avada Live, we have designed a modern and unobtrusive interface that stays out of the way as much as possible. This minimalist approach allows you to see your content and layout clearly, while still giving you access to the tools you need to quickly build your website. See The Avada Builder Workspace doc to see the back-end builder interface.

Read on to have a look around the Avada Live Workspace, or watch the Avada Builder Guided Tour video below for a visual overview of the Live Builder.

For privacy reasons YouTube needs your permission to be loaded.

The Toolbar

The Toolbar runs along the very top of the page in Avada Live. This provides access to many page building tools, in much the way it does in the back-end builder. It is also sticky, so it always remains at the top of the page as you scroll, providing constant access to its important functions. Let’s have a look at this central component of Avada Live.

Avada Live Workspace

When you are in Avada Live, the only things that really differentiates it from a front-end page is the Toolbar along the top, and the few icons overlaid on the content. It is when you mouse over these icons, that you can fully see and access the Element Controls.

There are Controls for every part of the page that can be edited. There are Container Controls, Column Controls, and individual Element Controls, as well as Nested Columns and separate controls for both Parent and Children items in Elements that use this structure. Just mouse over a content area and you will see the Element Controls for whatever content is there.

Mouse over the various controls below to see a description of their function.

Container Controls

Column Controls

Element Dialog

When you go to add an Element, the Element dialog appears. Depending on the plugins you have installed, and the options you have enabled, you might see a different number of elements available. From the Avada Dashboard, you can go to Options > Builder Options to check that all available Elements are enabled.

There are four tabs across the top, Design Elements, Library Elements, Nested Columns, an Studio. You can also search for an element with the search facility.

Element Controls

When you mouse over an element, it expands to show the full range of controls for that item. The majority of these controls are the same for all elements, although there are a few specific to the item. For example, all items have Edit, Add, Clone, Library, Delete and Drag icons, with the exception of child elements and individual columns inside a Nested Columns Element, which can’t be saved independently to the library, and so don’t have the Library icon. Also, Columns have an additional control to change the Column Size.

In the image below, you can see the Element Controls.

Color Coded Element Controls

Depending on the type of page content you are editing, you will also notice some different colors on the Element Controls. This is to help differentiate content at a glance.

  • Normal Page Content – Blue

  • Global Items – Cerise

  • 100% Height Scroll Items  – Orange

  • Nested Columns – Dark Blue

Normal Items - Blue Element Controls

Normal Items – Blue

Global Items - Pink Element Controls

Global Items – Cerise

100% Height Scroll Container Orange Outline

100% Height Scroll – Orange

Nested Columns - Dark Blue

Nested Columns – Dark Blue

Editing With The Element Controls

When you edit the Options of a Container, Column, or Element (the pen icon), the Element Options panel opens in a Sidebar on the left of the page. If you prefer, you can change the Element Editing Mode setting in the Avada Live Preferences so that it opens in a standalone dialog instead. Once you have set your preferred working position, it will open in that area from then on, unless you change it again.

Now you can edit your element as you would in the back-end editor, with the main difference being you can see the element at the same time, and any changes you make to the element are reflected in real time on the page.

Editing An Alement Example

Depending on the Element you are editing, you will have a range of options and tabs which to configure the Element with. Your changes will be visible on the page immediately. When you have completed editing the element, you can just move on to the next Element. There is no Save button at the bottom of the Element Options, as there is a Global Save button in the top right corner of the Avada Live. Simply click Save there whenever you wish to commit your changes. Note that this will clear the History States.

Inline Editing

Working with text is a little different. With the Title And Text Block elements, and in fact any elements that have a text component, you can edit directly on the page without the need of any element dialog. Simply click in the text where you want to edit, and start typing. Also, if you select some text, the Inline Editing dialog appears.

To fully understand Inline Editing, please see our Best Practices for Inline Editing in Avada Live document.

Inline Editor > Inline Elements

Setting The Live Builder as Default

You can also set the Live Builder to be your default builder. Just head to Options > Builder Options, from the Avada Dashboard. Here you will find the Builder Auto Activation option. You can turn on Live Builder to enable the live interface by default when opening a page or post.

Preferences & Shortcuts

You can customize the Avada Live Workspace to some degree, by setting your preferences. This is found in the main Toolbar, under the preferences icon. See the Avada Live Preferences doc for more information on these. There are also a range of shortcuts that can speed up your workflow in Avada Live. These can be found on the Toolbar under Support > Shortcuts.

In Avada Live, you don’t need to return to the WordPress dashboard to navigate to new pages. Once you have edited and saved a page, you can simply navigate to another page using the main menu and keep editing. If the Header Icons are blocking the menu, just click on the Preview Icon and then you can see the menu without any icons interfering.

You can also navigate to other linked page on buttons by holding down Cmd/Ctrl while clicking on the button.

When leaving Avada Live, the Exit Icon gives you three choices – to leave to the page front end, the back end, or the WordPress Dashboard.

Post Lock

A recent addition to the Avada Builder is the Post Lock. When a user with back end access is editing a page or post, and another user with back end access attempts to edit the same page, they are shown a pop-up, explaining that the current page is already being edited. They have the option to return, or to take over the edit.

On the post or pages page, you can also see when a post is being edited by another user.

Avada > Post Lock Dialog

Page Areas Outside The Builder

There are also areas of the page that are not directly editable in Avada Builder, as their content is generated via the Global Options, or other areas of WordPress. These are areas like the Header, the Footer, Sidebars, and Sliding Bars.

In Avada Live, there are a series of icons to these areas, to enable fast access to these areas in WordPress or Avada to make changes.

Assigned Header > Header Icons
  • Header Control Icons (from the left): Edit Header Layout, Edit Logo, Edit Main Menu, Add Slider, Add Page Title Bar. If you have a Page Title Bar or Slider on the Page, these icons will not be on this bar, but instead, relevant icons will be on the Page Title Bar and Slider respectively.

Header Layout > Header Icon
  • Header Layout – If your site has a Custom Header Layout, then there will be a single icon to enable you to edit the active Header Layout Section directly from the page. This will be the same for Page Title Bars, and Footers.

Footer Control Icons
  • Footer, Sidebar & Sliding Bar Control Icons (from the left): Edit Footer, Edit Footer Widgets

Conclusion

As you use Avada Live, the workflow and controls will quickly become logical and evident. The beauty of the design of this front end builder is that it stays out of the way as much as possible, yet everything you need is right at your fingertips.

Watch our Avada Builder videos and read our full range of Avada Builder documentation for more information, and if you need to, you can always submit a support ticket, and we will be glad to assist you.

]]>
How To Use The Avada Live Navigator https://avada.com/documentation/how-to-use-the-avada-live-navigator/ Tue, 12 Jul 2022 20:52:57 +0000 https://theme-fusion.com/?post_type=documentation&p=881526

The Wireframe editing mode in Avada Live has been deprecated in favor of the Avada Live Navigator, providing a significant improvement in how you can manage the Elements on the page. Read on to get the most out of this new and improved tool, and watch the video for a visual overview.

For privacy reasons YouTube needs your permission to be loaded.

Displaying The Avada Live Navigator

By default, Avada Live opens with the Sidebar open to the Navigator, which shares the third tab of the sidebar with the Element Controls. If you edit an Element, the Navigator will be replaced by the Element Controls. To view it again, simply close the Element Controls, and it will reappear.

Avada Live > Navigator > Close Element

Collapsing / Expanding The Elements

There are collapse/expand controls on every Element and including one at the very top of the Navigator. This collapses the content to the Container level. You can also expand or collapse and Element on the page individually.

Avada Live > Navigator > Collapse / Expand Elements

Live Navigator Tools

If you mouse over any element, including Containers and Columns), you will see a range of tools apear next to the title of that Element. Here, you can Edit, Add, Clone or Delete. If you click the title, the selected element will be temporarily highlighted on the page, as seen in the screenshot below.

Avada Live > Navigator > Select Element

Moving Elements

You can also move any Element on the page by selecting it and dragging it to its new location. A line will show you where the Element can be dragged to. In the screenshot below, the About Avada Caterer Container is being repositioned unded the Catering Services Container.

Avada Live > Navigator > Move Element

With the Avada Live Navigator, you have full control over the Elements of your page, in a clear, structual display. Try it out. It’s just another way to help you work the way you want to in Avada.

]]>
Avada Live Builder Preferences https://avada.com/documentation/avada-live-builder-preferences/ Sun, 22 Mar 2020 20:49:08 +0000 https://theme-fusion.com/?post_type=documentation&p=713640

Avada Live has an intuitive and minimalist workspace, but there are also a range of builder preferences to help you work in the way you want to. Let’s look at the Builder Preferences, accessed from the main toolbar from the Preferences icon, as seen below.

Avada Builder > Live Builder Preferences

Read on to discover how you can customize your Workspace with the Avada Live Preferences, and watch the video below for a visual overview.

For privacy reasons YouTube needs your permission to be loaded.

The Builder Preferences

Builder Styling Mode

Avada Live Preferences - Builder Styling Mode

Dark Mode has come to Avada Live. With this preference, you can enjoy editing in Avada Live in Dark mode, or Light mode, as is the default. Come join the dark side!

Sidebar Panel Position

Sidebar Panel Position

Select the side which you want the sidebar panel to be displayed on. If you use the Sidebar Element Editing Mode, you can determine whether the panel opens on the left or the right side of the screen. Left is the default.

Element Editing Mode

Element Editing Mode

Choose if element editing should be in the sidebar or in a dialog. If you choose dialog, you can resize and move the dialog to whatever position on the screen you prefer.

Automatically Open Element Settings

Automatically Open Element Settings

Choose if the settings should be opened automatically after adding an element. By default, this is turned on. In most cases, the default behavior will be ideal, as when adding an Element, you will usually want to edit it immediately.

Enable Keyboard Shortcuts

Enable Keyboard Shortcuts

Choose if Keyboard Shortcuts should be enabled or disabled. There are a range of Keyboard Shortcuts in Avada Live, and you can enable or disable them here. See the Keyboard Shortcuts section below for more detail.

Show Option Descriptions By Default

Show Option Descriptions By Default

Choose if option descriptions should be shown or hidden by default. You can always toggle the description on any of the individual options, but if you prefer to always see the option descriptions, you can set this option to Show.

Show Tooltips

Show Tooltips

Choose if tooltips should be enabled or disabled. This controls the description you get when you hover over any tool in Avada Live. It is on by default.

Enable Sticky Header & Containers

Enable Sticky Header & Containers

Choose if sticky header and containers should be enabled or disabled. Sticky Headers and Containers can obstruct Container Controls while building. This option just disables the sticky header and containers in the Live Builder, not on the front end.

Enable Transparent Header & Absolute Containers

Enable Transparent Header & Absolute Containers

Choose if transparent header and absolute containers should be enabled or disabled. Transparent headers can block Container Controls at times, so if your site has a transparent header, or an absolute container, you can enable or disable it in the Live Builder here.

Enable Preview for Filter Options

Enable Preview for Filter Options

Choose if Element filter options preview should be enabled or disabled. Some Elements have a range of Filters, under the Extras tab. This setting determines whether you see a preview of these filters while editing.

Enable Preview for Transform Options

Enable Preview For Transform Options

Choose if Choose if element transform options preview. Some Elements have a range of Filters, under the Extras tab. This setting determines whether you see a preview of these filters while editing.

Show Droppable Areas While Dragging

Show Droppable Areas While Dragging

Enable in order to see all droppable areas while dragging element. With this enabled, you will see all possible droppable areas as a white line. With it disabled, you will only see a blue line as you mouse over a droppable area.

Sidebar Panel Overlay Mode

Avada Live Preferences - Sidebar Panel Overlay Mode

Choose if the sidebar panel should act as an overlay. If enabled, the sidebar will overlay the preview content. If disabled, the preview content will resize to fit the new screen area.

Options Sub Tabs

Avada Live Preferences - Option Sub Tabs

Choose if options sub tabs are expanded or collapsed by default in the Live Builder.

Enable Preview For Rendering Logic

Avada Live Builder Preferneces > Enable Preview For Rendering Logic

Choose to enable the device rendering logic preview for container and columns.

Keyboard Shortcuts

Avada Live also comes with a range of shortcuts to help with your efficiency. You can find a full list of these under the Support Icon on the right hand side of the toolbar as seen below.

Keyboard Shortcuts

There are a range of both Toggle Hotkeys, and Action Hotkeys. See the full list below.

Avada Keyboard Shortcuts
]]>
Avada Builder vs Avada Live https://avada.com/documentation/avada-builder-vs-avada-live/ Mon, 05 Aug 2019 13:50:18 +0000 https://theme-fusion.com/?post_type=documentation&p=614942

The Avada Builder comes with TWO interfaces; the original, wireframe builder, now known as Avada Builder, and the front-end builder, known as Avada Live. The original Avada Builder will remain, offering you more choice over how you like to edit your pages. Here are the main differences between the two interfaces:

Avada Live

With Avada Live, you edit your content directly on the front-end. You can see your layout as you build it, and any changes you make update immediately, as you make them.

Additionally, with Avada Live, you have direct access to the Avada Global Options, as well as the Avada Page Options, on the same page, as you build. This can speed your workflow significantly.

In most other ways, the two builders are essentially the same. There are small interface and workflow differences, but they both use the same Container, Column and Element structure, and controls. The content that both builders generate is also identical, and so there is full compatibility between the two builders.

Avada Builder Live

Avada Builder

The original Avada Builder is a back-end wireframe editor that allows you to build content quickly, using a system of Containers, Columns, and Elements. You design and layout your pages as you wish, using our easy to use drag and drop editor, and then preview the result in a new window.

While we recommend Avada Live for its many benefits, everyone has their preferences, and both builders have their advantages.

So with Avada Live & Avada Builder, we have now just doubled your options, giving you two ways to build your website. Welcome to the best of both worlds!

Avada Builder
]]>
Cloning, Copying & Moving Elements in Avada Live https://avada.com/documentation/cloning-copying-moving-elements-in-avada-live/ Tue, 07 May 2019 00:01:21 +0000 https://theme-fusion.com/?post_type=documentation&p=609960

To make it easier for you to copy and move your page content around in Avada Live, you will find a range of clone, copy and move functions.

Read on to find out more about how to work with content in Avada Live, or watch the video for a visual overview.

For privacy reasons YouTube needs your permission to be loaded.

Cloning

In Avada Builder, you can easily clone any of your page content. Cloning an object is making a duplicate copy of it. Whether it is a Container, a Column, or an Element, the cloned object is then placed immediately after the original object. This is the main difference between cloning and copying. With copying, the object is held in memory on the clipboard, but with cloning, it is simply duplicated and inserted.

There are two ways to clone objects in Avada Builder. The first one is to use our right-click functionality. This is available in both the Back-End and Front-End Builders, and allows you to select from a range of options. Simply right-click over your desired Container, Column, or Element and right-click. This brings up a contextual menu, and Clone is one of the options available.

With Parent and Child items, it should be noted you can clone either the child or the parent (which includes all the children). In the example below, I have right clicked over the Parent Counter Boxes, and so I would be cloning the entire row of Counter Boxes.

Right-Click > Clone

The second way to clone an object is to choose Clone from the Container, Column or Element Controls. When you hover over an Element Control, you will see a range of icons. One of these is the clone icon. Simply click that icon, and the object will again be cloned and inserted immediately after the object cloned.

Clone from Live Controls

Copying

Copying an object is to copy the underlying code and hold it in memory on the clipboard. Copying is only accessible from the Right-Click function in Avada Live. It is similar to Cloning, but different as well.

When you copy a Container, Column, or Element, you are essentially copying the code to the clipboard. If you then right-click on a different part of the page, you can then paste the copied object into a new part of the page. It’s the equivalent of cloning an object and then dragging it to a new place on the page.

When you copy an Element you can also paste this into text-based areas as well, such as a Widget or Slider input field, etc.

Rigth-Click > Copy

Moving

You can also just move an object in Avada Builder. Any time you see the clenched hand icon, you can drag the object you are hovering over, and grey guidelines will appear showing you where you can drag it to. When you drag it to a place where it can successfully be moved, the line turns blue and you can let go.

What you need to be aware of is that you can’t drag a container into a column or element position, so not every place you try to move objects to will work. Consider what you are trying to move carefully and you will have much more success.

You can also hover over the live controls of any specific element and choose the Move option. This is sometimes more useful for selecting specific elements in amongst many others.

In the example below, I am moving an entire column up above the column above. You can see the line to the left of the top column has turned blue, which lets me know I can place the column there. Because they are both full-width columns, the moved column will be placed above the other column.

Moving a Column
]]>
Best Practices for Inline Editing in Avada Live https://avada.com/documentation/best-practices-for-inline-editing-in-avada-live/ Thu, 02 May 2019 02:46:05 +0000 https://theme-fusion.com/?post_type=documentation&p=608340

One of the great new features in Avada Live is the ability to edit text directly on the page. Not only can you edit text, but you can also apply a range of inline editing options, including font color, and size. But several of these options also exist in the element options, so it’s good to know what the best practices are for working with inline editing. Watch the video or read on to find out…

For privacy reasons YouTube needs your permission to be loaded.

Inline Editing & Formatting

Inline Editing & Formatting

Inline editing is available with any text-based elements in Avada Live. That will be the Title Element and the Text Block primarily, but also any element that has editable text components, like the Button, Alert, Checklist, Content Boxes, Countdown and Progress Bar Elements to name a few.

Inline editing can be seen in two ways. The first is simply changing the content directly on the page. In Avada Live, you can simply click in the text content, and start typing to add or edit existing text.

The second type of inline editing is inline formatting. When we make a selection in our text, the Inline Editor appears, and here we can make a variety of typography changes to our selection.

The guiding principle when it comes to inline editing is that if you want to change the content in its entirety – change the font color, or size, etc – then it’s best to look in the element options for this – but if you just want to change a single word to bold or a different color etc, then inline editing is perfect for that.

Editing Elements As A Whole

To start with, let’s look at an example of what we can do with the Title Element.

In the design tab of the Title Element, let’s look at the changes we can make to the Element as a whole. Here, we can change the alignment of the title, and set the Heading Size, which itself, has a range of default options set in the individual Header tags in the theme options.

If we wish, we can also override any of these global element options for this single instance of the element, including the font size, the line height, letter spacing, margins, font color and separator style, and color. All the changes made here apply to the title as a whole.

Title Element Design Options

Editing Part of An Element

Whereas if we wanted to just change one word, or a section of the Title Element, we can select the desired text, and the Inline Editor appears. There are a variety of typography options that you can change with inline formatting. In this example below, I have edited the actual word, and then made it bold and changed its color.

Inline Formatting of Title Element
Inline Formatting of Title Element

If you look at the element in text view, you can then see the inline HTML that has been applied to the element.

Inline Editing Text View

Inline Options

Let’s have a quick systematic look at the inline options.

The first one is typography, where we can change the font size, line height, letter and spacing, as well as the font tag and even the font family and variant. Next is the font color. Then there are a few typical formatting options like Bold, Italic and Underlined. Next, you can quickly add a link to any selected text, and next to that are alignment options. This option will affect the entire paragraph, even if you have just one word selected.

Inline Editing Options

Next to this is the icon for the Extended Options. These are Strikethrough.. Blockquote (again, this will affect the entire paragraph), as will the next four options – unordered and ordered lists and indent and outdent. The next option will remove formatting already applied, and the penultimate one closes the extended options.

Inline Editing Options

The very last option allows you access to the Inline Elements, like Dropcap, Highlight, and Popover. These are special elements that only work in conjunction with text or other content, and not directly on their own. Please read the Inline Elements Doc for more information on these elements.

Inline Editor > Inline Elements

Another important thing to note is that inline edit options override element options. If you follow best practices, this won’t be an issue.

Avada also has a great new feature, that if it detects you are making an inline edit on an entire element, it will transfer that change to the element options, instead of leaving it as inline HTML. Now that’s smart!

]]>