How to Create Self-Hosted Videos

How to Create Self-Hosted Videos

Aside from images and text, videos are a great way to showcase content on your website. Avda offers many ways for videos to be loaded into your site, including YouTube, Vimeo and self-hosted videos.
Self-hosted videos require a few steps to create and can use a few file formats per video. This step by step article will cover the various file formats of self hosted videos, how to make the required and optional file formats, areas of Avada that can use the videos, and how to use the videos in those areas.
IMPORTANT NOTE – The ability to set a video as a background of a full-width container is only available in Avada version 3.7 or higher.A Self Hosted Video Consists of 4 File Formats
.MP4 – A required file format for uploading self-hosted videos. This file works in all major browsers.

.WEBM – This format is growing in popularity, but is an optional file format with self-hosted videos.

.OGV – Another optional file format for self-hosted videos.

Video Preview Image – The image that will be seen in place of your video on older browsers or mobile devices.
The Only Required Format is MP4As mentioned above, mp4 is the only required video format for self-hosted videos. WebM and .ogv are optional formats.
The steps below assume that you already have a video to use. Videos come in many different formats, so the idea is that you need to convert your current video format to MP4 and WEBM files, which can then be uploaded and used on your website.
IMPORTANT NOTE – If you have an MP4 video that is not showing/playing, then chances are the video isn』t encoded properly. In this event, try to use Handbrake to re-encode the video.How To Create A MP4 FileStep 1 – After creating your video, make sure to save it in .MP4 format. The video should also be in 16:9 Aspect Ratio.
Step 2 – If you are unable to save your video in .MP4 format, you must convert it to .MP4 format via a 3rd party software, like Handbrake. Please see the links below for information on how to do this.
View Handbrake documentation.
How To Create A WEBM FileStep 1 – Once you have a video in .MP4 format, if you wish, you can also convert it to .WEBM format. You can do this with Media.io.
Step 2 – If you choose to use Media.io, you can simply upload your .MP4 video and it will automatically convert it to .WEBM format.
IMPORTANT NOTE – Self hosted videos can be very large in size, which is not good for a website. Conversion tools like Handbrake and Firefogg will drastically reduce file size. Handbrake and Firefogg are 3rd party applications and are not affiliated with ThemeFusion.
A properly encoded and compressed video shouldn』t be more than 4-8 MB for a 30-60 seconds clip. Avoid adding larger video files > 10MB as they contribute to overall page size and will be a cause of negative user experience.Areas You Can Use Self-Hosted Videos
Video Element – New for Avada 6.1, this Element is specifically designed for you to add self-hosted videos into your content.

Containers – Using the Fusion Builder Container Element, you can set a self-hosted video as the background.

Fusion Slider – Using the Fusion Slider, you can insert self-hosted videos into your slides.

Layer Slider – Using the Layer Slider, you can insert self-hosted videos into your slides.

Revolution Slider – Using the Revolution Slider, you can insert self-hosted videos into your slides.

Anywhere Lightbox is used – Lightboxes can show self-hosted videos, and they can be triggered from the Column, Button and Lightbox Elements, and in the Portfolio Page Video URL for Lightbox option. For more information on using videos in Lightbox, please see How To Show Videos In A Lightbox.
How To Upload Your Video File(s)Once you have your video as an .MP4 file, you』re now ready to upload it.
Step 1 – Choose the area of the site you want to use self-hosted videos. Each area described above has slightly different upload methods, but all accept .mp4 files.
Step 2 –  In your chosen area, simply upload the correct file format to the correct field. For example, upload the .MP4 file format to the .MP4 Upload field. There will be a field for the required file format, and in some cases, fields for the optional videos as well.
Step 3 – If there is just a simple text field with no video uploader button, like in the Container Element, you will need to upload the file to the Media Section and then copy and paste the URL.
Step 4 – If your media files are too big to upload through the Media Manager, you will need to upload them to your server via FTP.

How To Import / Export Your LayerSlider Sliders

How To Import / Export Your LayerSlider Sliders

LayerSlider allows you to easily export/import your sliders. It is always a good idea to backup your sliders / slides so you can easily import them again if you ever need to. Making animated slides takes a lot of time, so make sure you export the data, so you don』t ever lose the time you』ve spent on them. Layer Slider can export all sliders at once, or you can export them individually.
How To Export LayerSlider SlidersTo export a slider, go to LayerSlider WP > Sliders from the WordPress dashboard. Select the slider, or sliders, you wish to export, choose Export from the dropdown list directly under the sliders and then click Apply. You will receive a zip file, with the sliders organised inside it, including the content and a .json file.
How To Import LayerSlider SlidersTo import sliders, click on the 『Import Sliders』 button at the top of the page. From the popup window, choose a zip file you previously exported, and now wish to import, and click the 『Import Sliders』 button.
IMPORTANT NOTE: In order to import from outdated versions (pre-v3.0.0), you need to create a new file and paste the export code into it. The file needs to have a .json extension, then you will be able to upload it.

How to Fix PHP Configuration Limits on GoDaddy Hosting

How to Fix PHP Configuration Limits on GoDaddy Hosting

If you need to increase your PHP Max Input Vars & PHP Time Limit PHP configuration limits, and you are hosted by GoDaddy, it is most likely that you have been told to create the php.ini file on your server.
They do have official help files for this.
Are you hosted on a VPS or Dedicated Linux server and need to create the php.ini file? -> Help link here
On a shared hosting package? -> Help link here
If you are not sure what type of hosting you have -> Help link here
Once this has been done and to ensure the changes take effect please see here -> Help link here

How To Customize Height of Facebook Widget

How To Customize Height of Facebook Widget

The Facebook widget does allow you to change the width in the widget settings, but there is not a setting to change the height. If you need to change the height, follow the steps below. This information below was submitted by user lluisarbos
1. Go to editor
2. Find facebook-like-widget.php
3. Change 「height」 value as you want:
Copy to Clipboardif ( $show_faces == 'true' ) {
$height = '260';
}

if ( $show_stream == 'true' ) {
$height = '600';
}

if ( $show_header == 'true' ) {
$height = '200';
}​x 1if ( $show_faces == 'true' ) {2 $height = '260';3}4​5if ( $show_stream == 'true' ) {6 $height = '600';7}8​9if ( $show_header == 'true' ) {10 $height = '200';11}Please note this is a customization that is outside of what we can provide for theme support. If you perform the customization, you will need to maintain the changes for future updates and also be able to troubleshoot any issues that arise. Thank you.

How To Make A Full Width Responsive Layer Slider

How To Make A Full Width Responsive Layer Slider

If you wish to have a full width layer slider, that is 100% responsive, and has all sublayers contained in the same spot on all screens along with a fixed height, please use these exact settings in the image below. Feel free to change the height value if you want it taller or shorter, but the other settings must be set. See the notes below.
1. The important thing is to set your width and heights, along with your Responsive under, and Sublayer container correctly. Please see the attached screenshot for an example.
2. Also make sure you are not positioning the sublayers with CSS, only use the X and Y fields to position the content.
3. For the full width responsive layer slider, leave 「responsive」 turned off
See the image below for a visual representation

How To Set Up your Header

How To Set Up your Header

With the release of Avada 7, and the addition of Avada Layouts and the Header Builder, there is now a brand new method for creating your header in Avada.
So, now there are two ways in which to set up your header. The way we recommend is to create your own fully custom Header using Avada Layouts, taking advantage of the full power of Avada Builder, and either starting with a blank template, or importing one of 16 prebuilt header layouts and customizing it.
Alternatively, you can still select a prebuilt header from the options (Avada > Options > Header Content), but this is a Legacy method, and we strongly recommend using Avada Layouts instead. There are 7 header layouts to choose from in the options method, each with its own unique design and set of options. In addition, the header can be positioned on the top, left or right. There are several options to customize the header, as well as the content within it.
IMPORTANT NOTE: This document covers how to select and customize a Header using the Avada Global Options. To learn how to create a Custom Header using Layouts, please see Introducing Avada Layouts, and How To Build A Custom Header.OverviewSetting Up The HeaderHeader PositionsHeader Content OptionsHeader Background Image OptionsHeader Styling OptionsHeader Sticky OptionsHeader Social IconsMobile Header SearchSetting Up The HeaderStep 1 – Navigate to Avada > Options > Header to access the header options. You will see 4 sub-panels; Header Content, Header Background Image, Header Styling, and Sticky Header. See below for information on what each section contains.
Step 2 – Expand the Header Content sub-panel and select your desired Header Position setting.
Step 3 – If you』ve selected Top as your Header Position, don』t forget to choose your Header Layout and Slider Position. See below for more information.
IMPORTANT NOTE: Depending on the Header Position and Header Layout you choose, their respective dependent options will load and appear accordingly.Step 4 – If you』ve selected Left or Right as your Header Position, don』t forget to set your Header Content details. See below for more information.
Step 5 – If you』d like to upload a background image for your header, then you can do so by going to the Header > Header Background Image sub-panel.
Step 6 – To customize your header』s appearance and styling, then you can do so by going to the Header > Header Styling sub-panel.
Step 7 – If you』d like to enable a Sticky Header and customize it, you can do so by going to the header > Sticky Header sub-panel. To learn more about the Sticky Header, please read our Sticky Header article.
Step 8 – Once complete, click the Save Changes button.
Header PositionsAs mentioned above, you can set your header position to Top, Left or Right. Depending on the position you set, you will be presented with different options. To learn more about each header position, please check the links provided below.
Top Header PositionSide Header PositionHeader OptionsEach Header sub-panel contains specific options that pertain to different sections and aspects of your header. There are 4 sub-panels under the Header panel located in the Avada > Options > Header tab. These sub-panels are the Header Content sub-panel, Header Background Image sub-panel, Header Styling sub-panel, and the Sticky Header sub-panel. Continue reading below to learn about each sub-panel.
Header Content OptionsIn this section, you can select your Header Position, Header Layout, and Slider Position settings. Depending on the options you select here, their respective dependent options will load and appear. For example, if you select the Top header position, then the Header Layout options will load and appear.
In the Select a Header Layout section, you can choose from one of the 7 prebuilt Header designs. For a full rundown on each one of these prebuilt header designs, please see the Header Layouts doc.
Header Background Image OptionsIn this section, you can upload a background image for your header. If you have a Top Header set, then the Header Opacity located in Header > Header Styling must be set to 1 for the background image to display. If you have a Side Header set, then the Header Opacity must be set to transparent for the background image to display.
Header Styling OptionsIn this section, you can customize your main header』s appearance and style. For top headers, setting the background color』s opacity to below 1 will remove the header height completely. For side headers, setting the background color』s opacity to below 1 will add a color overlay over the background image.
Sticky Header OptionsIn this section, you can enable or disable a sticky header and customize it』s features and appearance. You can choose to enable it on tablets and mobiles, enable the sticky header animation, set a header background color, set the sticky header menu item padding, and the sticky header navigation font size. Read more about it here.
Header Social IconsYou can choose to display social media icons on your header to make it easier for your viewers to connect with you. To learn how to enable and customize the social media icons on your header, please read our Social Icons article by following the link below.
Header Social IconsMobile Header Search Icon/FieldA new option introduced in Avada version 5.6 lets you enable a search icon/field on your mobile header. This option is available on all header layouts. To learn how to enable the search icon/field on your mobile header, please read our Mobile Menu Search article by following the link below.
Mobile Header Search

How To Change Testimonial Speed, Fonts, Background

How To Change Testimonial Speed, Fonts, Background

You can change Testimonials speed, font color and background color by going to Avada > Theme Options > Fusion Builder Elements > Testimonials Element. Read the description and enter your desired value.
You can change the Testimonial font size with the following custom CSS:
Copy to Clipboard.review blockquote q {
font-size: 18px !important;
} 1.review blockquote q {2font-size: 18px !important;3}For more details on using custom CSS in Avada, please see our guide here.

How To Add Content To Content-Based Elements

How To Add Content To Content-Based Elements

There are 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 Modal Element, the Tabs Element, and the Content Boxes Element, to name a few. If you wish to add further Fusion Builder content inside these elements, we have a few tips here on the best way to achieve this. Read on…
Now, not every element that has the WordPress editor in it, and therefore the Fusion Builder Shortcode Generator, is designed to have extra shortcode content. For example, the Title Element has an editor, but you can』t add a Gallery into a Title. So, common sense is required here.
But anytime you have access to the Fusion Builder Shortcode Generator, you can theoretically at least, add further Fusion Builder elements inside the parent element. There are a few golden rules with this process.
If you are just adding a single element, then you can use the Fusion Builder Shortcode Generator, configure the element and insert the shortcode directly into the containing element. But if you want a more complex layout involving columns, there is one important thing to remember.
IMPORTANT NOTE: Elements are already inside a column by default, so any further shortcode content inside an element needs to be inside nested columns.The Easy SolutionBut there is a very easy way to do this. Simply create a new page, and using your preferred interface of the Fusion 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 shortcodes into memory.
Then you can 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.

Setting Up The Page Title Bar

Setting Up The Page Title Bar

The Page Title Bar is the horizontal bar/section that sits directly below the menu/header. It can be added via a Layout Section using Avada Layouts, or via the Global Options.
If added via Avada Layouts, there are basically no limitations as to the Page Title Bar content, as the full range of Avada Builder Elements are available to you when building your custom Page Title Bar Layout. For more information on how to create a custom Page Title Bar, please see the How To Build A Custom Page Title Bar Layout doc.
If added via the Global Options, the Page Title Bar can contain the page title text, as well as the option of breadcrumbs, or a search bar. There are numerous options to customize the Page Title Bar, including background images and custom subheadings. The Page Title Bar has global options found in the Avada > Options > Page Title Bar panel, and individual options in the Avada Page Options, found in all pages and posts, that will override global settings. The page title bar can be completely displayed or hidden on every page or post globally, and you can display or hide it individually per page or post.
See examples of the Page Title Bar created via Avada Layouts on the Restaurant Website, the blog posts on the Winery Prebuilt Site, and across the Avada Nutritionist site, just to name a few. You can still see the global options method on various pages on the Science, University, Spa and Hotel Prebuilt Websites. Read on to find out more about each method.
IMPORTANT NOTE: In Avada 5.5 we enhanced the handling of H1 & H2 automatic assignment for titles in the Page Title Bar and single posts. The post header for single posts, single FAQ, single portfolio, and WooCommerce single product pages will automatically default to H1 if for example the Page Title Bar >> Page Title Bar Text is set to Hide. if Page Title Bar >> Page Title Bar Text is set to Show then the post header will default automatically to H2.,OverviewHow To Build A Custom Page Title Bar Using Avada Layouts How To Setup The Page Title Bar Via Global Options
How To Set The Page Title Bar Per Page/Post,How To Build A Custom Page Title Bar Using Avada LayoutsWith the new Avada Layouts, introduced in Avada 6.2, and extended in Avada 7, you can now create completely custom Page Title Bars, and assign them to Custom Layouts. See the Avada Layouts Documentation to learn how to use Avada Layouts, and watch the video below to see how to build a Custom Page Title Bar Layout.
767,657 Businesses Trust Avada
Get Avada767,657 Businesses Trust Avada
Get Avada767,657 Businesses Trust Avada
Get Avada,How To Setup The Page Title Bar Via Global OptionsWatch the video below for a visual overview of the Global Options method, or follow the step by step process below.
Step 1 – Navigate to the Avada > Options > Page Title Bar panel to access the page title bar options.
Step 2 – Locate the 『Page Title Bar』 dropdown and select either the Show Bar and Content or Show Content Only option to enable the Page Title Bar.
Step 3 – In the Page Title Bar panel, you can also customize other options such as page title bar styling, background image, and the like.
Step 4 – The right side of the page title bar can display breadcrumbs or a search bar. To choose which one, navigate to the Avada > Options > Page Title Bar > Breadcrumbs / Search Bar sub-panel and locate the 『Breadcrumbs / Search Bar Content Display』 option.
Step 5 – These settings will take effect for all page title bars on your site. To set different settings per page or post, please see the following section.
View The Page Title Bar Global Options,How To Set The Page Title Bar Per Page/PostStep 1 – Edit the page or post you want to control the Page Title Bar on.
Step 2 – Head to the Avada Page Options and the Page Title Bar tab.
Step 3 – In this tab, there are numerous options that you can set to customize the page title bar per page or post. You can show or hide the page title bar per page/post, enter custom Heading text or Subheading text, set page title, and page title subheading font color, choose custom background image or color, set parallax effect, change the overall height of the bar, and other styling options. All of those options will take effect for the individual page or post you set them on.
Step 4 – When finished, make sure to save the changes.

How To Change The Order of Sidenav Menu Items

How To Change The Order of Sidenav Menu Items

IMPORTANT NOTE: The 『Side Navigation』 page template will be deprecated in a future version of Avada. We have replaced it with a better solution, the Avada: Vertical Menu widget. This new widget offers the same features but with greater flexibility. It works with the WP menu system. Please utilize this new method instead of the page template which will eventually be removed.By default, the menu items on a side navigation template page will be ordered alphabetically. If you would like to change this order, you can do so in the page attributes box of the individual pages. Look for the 「order」 field and enter a numerical order for all your pages. 0 will make the page the first item under the parent item, 1 will make a page the second, 2 will make a page the third item and so on.