If you need to reorder categories in your portfolio or FAQ, you can use the Category Order and Taxonomy Terms Order plugin.
If you are having problems with child category ordering, you can also try this alternate plugin, Simple Taxonomy Ordering.
IMPORTANT NOTE: These plugins are both third-party plugins, and therefore are not supported by ThemeFusion.
How To Offload Google Fonts
Important Note – Avada』s GDPR Privacy Tools are only available for Avada 5.5.2 and newer.When you are using Google fonts that usually mean retrieving the font files from their API, which includes sending the IP addresses of your users (which are considered to be private data) to Google. You might find that circumstance worrisome, but at the same time you don』t want to do without the nice typography options Google fonts offer. Avada to the aid. We have added a new Global Option that easily allows you to decide whether Google fonts should retrieved via the Google fonts API, or if they should be hosted locally on your server.
To offload Google fonts, please go to Avada > Global Options > Privacy and set Google Fonts Mode option to 『Local』.
How to Migrate Your Website With Duplicator
This document will walk you through how to migrate your website from a local install to a live server, or from one server to another, using the Duplicator plugin as our example tool. Essentially though, regardless of where you are moving a site from and to, and which method you are using, the process will remain the same. Effectively, we are taking a backup of a site in one place, and restoring that backup in another place.
Read on for a step by step walkthrough of How To Migrate Your Website With Duplicator.,Overview
Installing The Plugin
Settings
Creating A Package
Install / Migrate
Useful Links & Resources,Installing The PluginDuplicator is available in the WordPress repository. This means it can be installed and activated directly from WordPress. Navigate to the Plugins > Add Plugin page and search for 『Duplicator』. When it shows on the page, you just need to click Install, and then when that is finished, you will need to click Activate. The plugin is now installed, and can be accessed from the WordPress Main Menu.
Duplicator Plugin,SettingsIt』s always a good idea to go through the Settings when having installed a new plugin.
For the Free version of Duplicator, only the General and Packages tab have any relevance. The default settings are going to be ok for almost everyone, but go through them to see what』s possible. Once you have done that, you』re ready for Stage 1, which is 『Creating a Package』. This is essentially taking a backup of your entire site, and this step applies to both scenarios; i.e. moving a local install to a server and moving a site from one server to another.
If you are moving your site from a local production site to a web server, you may encounter the MySQL error below. This could occur if, for example, you are using WAMP, and Duplicator cannot find the path to its preferred Build Mode, mysqldump. To fix this, you need to enter the path to the mysqldump.exe file in your WAMP installation. See the pictures below for more detail.,Creating A PackageThe first step in the process is to 『Create a Package』. This is the term Duplicator uses for making a full backup of your site. For this reason, Duplicator is also well known as a backup plugin. If you are not familiar with Duplicator, you may want to watch the Quick Overview Video below before continuing.
Creating a Package is a three step process of Setup, Scan & Build. Let』s step through that one at a time.
SetupWhen you first click on Duplicator, you come to the screen below. Simply click on 『Create New』 to being the package creation process.
Next, you come to the screen below. At this point, you can just click Next to continue, but there are options here for you to explore, if you wish. Let』s take a look at those.
The options in the Storage area can only be accessed with the Pro version. These allow you to control where the package is stored, and you can choose from a number of options, including Amazon, Dropbox, Google Drive, OneDrive and FTP/SFTP.
The options in the Archive area are split into two sections. The first section – Files, gives you a range of options to choose and filter the files you will backup. You can make a backup of the database only and you can also exclude certain files from the backup.
The second section – Database, allows you to exclude certain tables from the database backup. Use this with caution, as it might break your site if you exclude the wrong tables.
To understand these sections better, please refer to the Archive sub-section of the Packages >> New – Step 1: Setup section of the Duplicator docs.
Finally, the options in the Installer section are completely optional, and some are only available with the Pro Version. For more info on this section, please refer to the Installer sub-section of the Packages >> New – Step 1: Setup section of the Duplicator docs.
ScanSo, whether we have explored the options or not, the next step is the scanning process, in preparation for the build process. When you are finished with the Setup page, and you click Next, Duplicator immediately begins scanning the site for any potential issues. You will see the scanning window, and then you will get the scan results, both shown below. If the scan results are all good, you can continue to the Build stage. If there are warnings, you can address these and rescan, but many of these warnings will not interfere with the backup at all.
As they say in the Duplicator documentation; 「It is OK to try and build a package even if you have a 『Warn』 status. If you are able to build a package with a 『Warn』 status then you can ignore the warning. However if you have issue during the build or install process you may want to work with your hosting provider to try and address the warning.」
BuildWhen you are satisfied with the Scan results, click the blue 『Build』 button under the Scan results to actually create the package. You will see a Build Screen for a time, while your package is being prepared, and when it is complete, you will see the second screen below. From this screen, you can download the Archive file, and the Installer separately, or together, from the 『One Click Download』 button.
Once you have the package contents, you need to then upload them to the server you wish to migrate the website to. In the local production to web server scenario, it』s likely you have a brand new hosting account, or perhaps just a new folder on an existing server if you already have hosting. If you are moving your website from one server to another, you will be uploading the files to the new server.
The next section will show you how the second part of the migration takes place.
IMPORTANT NOTE: Note that clicking the 『One Click Download』 link will open both the installer and archive download prompts at the same time. On some browsers you may have to disable pop-up warnings on this domain for this to work correctly.767,645 Businesses Trust Avada
Get Avada767,645 Businesses Trust Avada
Get Avada767,645 Businesses Trust Avada
Get Avada,Install / MigrateOnce you have downloaded the two package files, you need to place them in a directory where you would like to install/migrate the WordPress site.
To do this, use FTP or cPanel to upload both the archive.zip and installer.php to your hosting provider. Place the files in a new empty directory under your host』s webroot, where they are accessible from a valid url such as http://your-domain/installer.php or http://your-domain/your-wp-directory/installer.php. On many hosts the root directory will be a something like public_html -or- www. If you』re not sure what your root directory is, then contact your hosting provider.
IMPORTANT NOTE: Since the archive contains core WordPress files, WordPress shouldn』t be in the directory beforehand. The only files in the directory should be the installer.php and archive before you run the installer.Step 1Once you have the files uploaded to the directory you wish to migrate the site to, you can then navigate to the installer. Simply type the full path into a browser. For example, http(s)://your-domain/installer.php or http(s)://your-domain/your-wp-directory/installer.php
This will bring up the Install / Migrate screen seen below. As you can see, it is a 4 step process. Let』s walk through it.
In the image below, you will see that there are three sections on the page – Archive, Validation, and Options. You should note that Archive and Validation have both got a green Pass mark next to them. Also take note of the link to the extensive Help docs at the top right if you need them. Note, as well, that if it says Unlocked next to the Help link, this is because you haven』t set a password in the initial Create a Package steps. Click the unlocked link for more details, but it』s not a problem if you will be doing the install straight away and not leaving it at this stage for a considerable amount of time.
Finally at the bottom, you must tick the checkbox next to the Terms and notices section, before the Next button will appear in the bottom right.
If you expand the individual sections, you will see the detailed results of the Archive and Validation steps, and under Options, there are some advanced options. 95% of users won』t need these, but if you run into issues, there is extensive documentation in the help menu linked at the top right of the dialog.
Upon clicking Next, the final part of Step 1 takes place, which is the deployment of the files. This will take some time, depending on the size of your package. When this is finished, we move to Step 2.
Step 2Step 2 is all about installing a MySQL database on the target server. Unless you use the Pro version, this is a manual task, but it』s not very difficult. As you can see in the Basic panel, the default Action is Connect and Remove All Data. The remove part won』t be an issue, as we will be connecting to a brand new, empty database.
Before we can click on Test Database, or Next, we have to switch over to our cPanel to create a new database.
Once you have logged in to your cPanel, you need to create a database. What options you have and how it looks will depend on your cPanel version, and indeed, whether you are running cPanel at all. Plesk is another popular hosting administration package, but the concepts will be the same. For this example we are using cPanel.
To create a new database you need to choose either MySQLD Databases, or MySQL Database Wizard. Either will help you quickly create a database for your incoming site.
Either way you do it, there are 3 basic steps (the 4th is just confirmation). See the images below for each step.
Create a new database. Take note of the full name of the database.
Create a new user. Again, take note of the full name of the user, and the password used.
Add the user to the database, assigning full privileges.
Once you have created your database, we can go back to the website and finish Step 2.
Here, you need to enter the details of the database you have just created. Once you enter the details, you can click on Test Database to be sure it』s all connecting, and then click on Next.
One final confirmation screen, and we are on to Step 3!
Step 3Step 3 and 4 are quite fast, as the job is nearly done.
Step 3 is simply to update the new paths to the new website. Review and click next.
Step 4The final step, Step 4, is to log in to the new website and to check everything is good, and then delete the installation files. Click on the Admin Login button as seen below. To log in, you have to use the credentials of the original site you migrated.
The next screen shows that you have successfully migrated your site, and provides a link to delete the installation files. Once you have clicked on the link, the final screen shows you what has been deleted, and includes a link to Which files need to be removed after an install, in case there are any issues with the automatic deletion.
If all the files have been removed, you』re done! You have successfully migrated your website from either a local production site or another server, using Duplicator.,Useful Links & Resources
Duplicator User Guide
Duplicator FAQ
How to Migrate Your Website With All-In-One WP Migration
This document will walk you through how to migrate your website from a local install to a live server, or from one server to another, using the All-In-One WP Migration plugin as our example tool. Essentially though, regardless of where you are moving a site from and to, and which method you are using, the process will remain the same. Effectively, we are taking a backup of one site in one place, and restoring that backup in another place. Read on for a step by step walkthrough of migrating you Avada site with All-In-One WP Migration.
Please Note. We are using the free version of All-In-One WP Migration for this example, which has both site size, and destination, limitations. Please see the ServMask site for their paid extensions, including the popular Multisite Extension.,Overview
Installing The Plugin
Export Your Site
Import Your Site
Useful Links & Resources,Installing The PluginAll-in-One WP Migration is available in the WordPress repository. This means it can be installed and activated directly from WordPress. Navigate to the Plugins > Add Plugin page and search for 『All-In-One WP Migration』. When it shows on the page, you just need to click Install, and then when that is finished, you will need to click Activate. The plugin is now installed, and can be accessed from the WordPress Main Menu.
All-In-One WP Migration Plugin,Export The SiteAll-in-One WP Migration does not have any settings, and takes a very streamlined approach to the task of migrating your site. Any options are included in the export and import workflow. The reason for this, and why this process is quite different to the one outlined in How to Migrate Your Website With Duplicator, is that the All-In-One WP Migration plugin only exports your site』s contents and database, and not WordPress itself. As such, to import the site on the new location, WordPress must be already installed. Let』s see how it all works.
To begin with it, simply click on the All-in-One WP Migration link on the WordPress Dashboard menu. The first thing you see is a very streamlined page, with a large 『Export To』 button at the bottom. It is in fact as simple as clicking on this button to proceed. There are additional options, and there is a Find and Replace function at the top if needed, but most users can simply click Export To, and continue the process.
The available options are exclusion options, and some are purely for troubleshooting purposes. Most users will not need, or want, to exclude any of their site』s content, but it』s worth having a look to see if any of the options apply to your site.
Once you have chosen any options, the next thing to do is to click the 『Export To』 button. A dropdown appears with apparent choices of where to Export your file to. With the free version of All-In-One WP Migration, only the File option is available. All other options are individual extensions that you can purchase. For our example, we are just going to export to a file.
The plugin then prepares the Export file. This may take some time, depending on the size of your site. At the end of the process, you will see a 『Download』 button. The file is also stored in the Backups section found at All-In-One WP Migrations > Backups. Click on the Download button to download the Export file to your local computer. Again, this may take some time, depending on the size of the file and your Internet speed.
Once you have your file, you are ready to move on to the Import Process. This takes place on your new server.
767,650 Businesses Trust Avada
Get Avada767,650 Businesses Trust Avada
Get Avada767,650 Businesses Trust Avada
Get Avada,Import The SiteNow you have your Export file, it』s time to complete the migration of your site. Regardless of whether you are moving the site from a local production site to a new server, or from one host to another, the process is exactly the same.
The starting point for importing the site is a fresh install of WordPress on your destination location. If it』s a brand new site, then all you need to do is organise the hosting and domain name, and install WordPress in your new account. If you are moving a site from one host to another, and you would like to avoid downtime, there are a few extra steps you need to take. There are many ways to do this, depending on your hosting, but basically, you want to be able to log in to your new account and import the site before changing nameservers. My favorite way of doing this is to get the IP address of the new account and use the hosts file on my computer to temporarily map the IP to the domain name, so I can complete the import and only then, when the site has been migrated, change nameservers. This video goes over the process.
OK, so when you have a fresh copy of WordPress installed on your destination location, you then need to install the All-In-One WP migration plugin again. Once you have done that, head over to Import. The dialog you see is as equally simple as the Export one. The only thing to note here is that you might have a low Maximum Upload File Size, as shown in the image below, depending on your hosting. There are good instructions on the Servmask website for how to fix this.
You can see in this second image, that I have increased the file upload size.
IMPORTANT NOTE: All-In-One WP Migration has a built in limit of 512MB for uploading files. To overcome this for larger sites, the Unlimited Extension must be purchased.Once you are ready to upload simply click on the 『Import From』 button and navigate to the file you downloaded earlier.
Once you have chose your file, the plugin gets to work preparing the upload. You will see a flurry of activity about Preparing the upload and checking extensions compatibility etc, and then you will be presented with a screen that lets you know that by continuing on from this point, files and databases will be overwritten. Click Proceed to import your site, or Close to abort at this point. If you proceed, the import begins. This might take a while, depending on how big your site is, and the speed of your host.
When the upload is complete, you are presented with a final screen, to let you know that your data has been successfully imported. The final thing to do, as the screen indicates, is to log in to the new site (with the old site』s credentials) and save the Permalinks twice. This completes the process, and your site has now been migrated.,Useful Links & Resources
All-In-One WP Migration Knowledgebase
All-In-One WP Migration User Guide
How to Increase Maximum Upload File Size in WordPress
Migration Instructions
How To Make Recent Posts Thumbnails All The Same Size
The Recent Posts Element pulls your blog posts and displays them wherever you place the shortcode.
The Standard layout option uses larger thumbnails, and those thumbnails are scaled down proportionately to be the same width. If your images are of different aspect ratios (horizontal width vs vertical height), then the shortcode thumbnails can be a different height. If you prefer that your thumbnails are all the same height, as you see on our live demos, then you need to do one of the two following things.
Option 1 – Make sure all your images are the same size or aspect ratio. If your image are all 400x300px for example, then the thumbnails will be the same size. If one image is 400×300, and the other one is 800×600, they will still be the same size thumbnails because those aspect ratios are the same. So, ensure your images are the same size, or the same ratio.
Option 2 – The other option is to make sure your images are at least 700 x 441px in size. If your images are that size or larger, then your recent post thumbnails will all be generated at the same height.
How to Make a Horizontal Menu in Footer Widget Area
IMPORTANT NOTE: This document relates to the Global Options method of building a Footer. If you are using Avada Layouts to create your footer, then you can simply use the Menu Element to create a Horizontal menu.In our Modern Shop Demo, we feature a simple horizontal menu in the footer area. If you would like to re-create this look, it』ll require just a Horizontal Menu widget.
How To Insert A Horizontal Menu in The FooterStep 1 – Navigate to Avada > Options > Footer > Footer Content.
Step 2 – Locate the 『Footer Widgets』 option and set it to On. Once done, click 『Save Changes』.
Step 3 – Navigate to Appearance > Widgets. Depending on how many columns you』ve set in the Number of Footer Columns, you can have up to 6 Footer Widget boxes. Select the box you』d like to insert the horizontal menu, for example, Footer Widget 2. Then, drag the 「Avada: Horizontal Menu」 widget to Footer Widget 2.
Step 4 – Set the menu you want to use. If you want to create a new menu, go to Appearance > Menus section.
Step 5 – Make the selections for the other field: alignment, padding, color, size, etc.
Step 6 – Once you』re finished setting your menu up, click Save button.
To know more about setting up a menu navigation in another way, check this: Avada Vertical and Horizontal Menu Widgets
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 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 Hide The Parent Page of Side Navigation
By default, Avada will always show the top parent page of your side navigation set. If you would like to disable that, use the custom CSS below. Copy and paste it into the CSS field in theme options. This will also hide the first second level page of a parent/child page.
Copy to Clipboard.side-nav li:first-child { display:none } 1.side-nav li:first-child { display:none } 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.
How To Hide Full Width Background Images On Mobile
If you wish to hide full_width shortcode background images on mobile devices, please use this custom CSS. Copy and paste it into the CSS field in Theme Options.
Copy to Clipboard@media only screen and ( max-width: 640px ) {
.fullwidth-box {
background-image: none !important;
}
} 1@media only screen and ( max-width: 640px ) {2 .fullwidth-box { 3 background-image: none !important;4 }5}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.