Amplitude WordPress Theme Documentation
Thank you for purchasing Amplitude WordPress Theme. This documentation consists of several parts and shows you the entire process of setting up and customizing a WordPress theme. If you have any questions that are beyond the scope of this help file, please refer to the Support section. Thanks so much!
WordPress is a free and open source blogging tool and a content management system (CMS) based on PHP and MySQL. It enables you to build Websites and powerful on-line applications and requires almost no technical skills or knowledge to manage. Many aspects, including its ease of use and extensibility, have made WordPress the most popular Web site software available.
Creating a website with WordPress is significantly much easier than coding it by yourself. if you are a beginner, even working with WordPress may be difficult to you. That's why, in this section we will provide some useful links and also will explain how to get oriented in the documentation and what pattern to follow when building your website with our theme. Please note that this documentation covers all the main settings for the theme, but it doesn't cover instructions about working with WordPress, as this is a very extensive topic. If you are new to WordPress, we would recommend to first get familiar with the WordPress system, so you can have at least basic knowledge about how it works and then proceed with setting the theme.
- Go to the menu Appearance > Themes and click on Add New button.
- Click on Upload Theme button.
- Click on Browse button and navigate to the unzipped theme package on your computer.
- Look for a file called amplitude-pro.zip Click on it to select, then click OK.
- Click on Install Now button and wait until the installation is complete.
- Click on Activate link to activate the theme on your WordPress site.
- Go to Appearance >> Theme Options >> Restore Default.
Note: Some servers have limited folder access settings applied and wouldn't allow uploading the theme trough the
admin - in these case you have to upload the theme via FTP.
If you know the FTP login details of the server where your site is hosted and you have a
FTP client installed (such as FileZilla), you might consider using this way of uploading your theme.
- Unzip the amplitude-pro.zip file
- Using an FTP client to access your host web server. Go to /wp-content/themes
- Upload theme to /wp-content/themes/
- Go to Appearance -> Themes and activate theme from Dashboard.
First you have to unzip the download file, find the zip file called
amplitude-pro.zip, unzip it and upload the folder to the
main WordPress installation folder » wp-content » themes. Please note that if you
prefer this way of installation, you have to make sure that the main files of the theme are contained
just within one folder of the
themes folder.
You can activate the theme after it is uploaded on the server.
In order to activate this theme you have to go to the admin panel » Appearance » Themes. In this section you should
see the theme with a title Amplitude. Just click on the Activate button and your theme should get activated.
After activating the Agronomics theme, please import demo content using following
- Download the Demo Content zip file
- The demo content is inside a .zip file. You must extract this archive on your computer.
(Right click on amplitude-sample-data.zip to extract)
- Go to Tools -> Import
- Install and run WordPress importer
- Click on browse, select amplitude-sample-data.xml file and click on Upload file and import
- You will be asked to map the authors in this export file to users on the blog. For each author, you may choose to map to an existing user on the blog or to create a new user.
- You will then have the choice to import attachments, so click on the "Download and import file attachments" box.
- Please be patient while WordPress imports all the content. Posts, Pages, Projects, and Menus are imported. You will need assign the menu a theme location & you'll need to configure widgets. This is a limitation of WordPress import system.
After activating the Amplitude theme, please setup homepage using following
- Go to Settings -> Reading -> Front page displays
- Click on radio button of Your latest posts
- Go to Appearance -> Theme Options and click on Restore Defaults in bottom side
The header consists of three main elements:
- Site Name / Logo
- Menubar
- Social media icons
If you don't have your logo image then you can use site name and tagline.
To change site name and tagline go to Settings » General » Site Title
OR if you want to uplaod logo for your website go to
Appearance » Theme Options » Basic Settings » Logo
You can also increase logo image height as per your requirement.
- First of all create pages from Pages >> Add new page
- Go to Appearance >> Menu
- Click on Create a new menu link
- Give a name to your menu in Menu name and click save menu button
- Once you have create menu. You need to add pages by selecting with checkboxes. After adding menu list you can arrange it by drag and drop.
- Select menu theme locations Primary Menu from Menu Settings
- Click Save Menu after adding required pages, categories in the menu
To use social media icons Go to Appearance » Theme Options » Basic Settings » Social Icons on Menu panel
Shortcode:
[social_area]
[social icon="fab fa-facebook-f" link="#"]
[social icon="fab fa-twitter" link="#"]
[social icon="fab fa-google-plus-g" link="#"]
[social icon="fab fa-linkedin-in" link="#"]
[social icon="fas fa-rss" link="#"]
[/social_area]
In order to add slides to homepage slider: Go to Appearance » Theme Options » Homepage Slider
For each slide there are different options that you can apply.
- You can change Slider Effects and Timing.
- You can change Slider Animation speed, pause time
- You can change Slider Pause Slide on Hover.
- Default image for slider is 1400 × 800 pixels
1. To change the default inner page background image: Go to Appearance » Customize » Background Image
2. To set different background image for each individual page
- Edit the page and set Featured Image
- Default image size for inner page banner image is 1400 x 1200 pixels
To display blog page:
- Create new posts from Posts -> Add New
- Add Title, Description and set Featured Image
- Create new page for Blog from Pages -> Add New
- Select "Blog" template from Page Attributes panel
To display clients testimonials:
- Create new posts from Testimonials -> Add Testimonials
- Add Title, Description, Testimonials Info and set Featured Image
- Create new page for Testimonials from Pages -> Add New
- Add below shortcode in page editor
Shortcode:
[testimonials]
[testimonials-listing]
To create Team members page:
- Create new team member from Our Team -> Add New
- Add Title, Description, Member Information and set Featured Image
- Create new page for Team from Pages -> Add New
- Add below shortcode in page editor
Shortcode:
[our-team]
To display Our Clients page
- Create new page from Pages -> Add New
- Add below shortcode in page editor
Shortcode:
[client_lists]
[client image="http://sitename.com/wp-content/uploads/2019/07/clientlogo1.jpg" link="http://gracethemes.com/themes"]
[client image="http://sitename.com/wp-content/uploads/2019/07/clientlogo2.jpg" link="http://gracethemes.com/themes"]
[client image="http://sitename.com/wp-content/uploads/2019/07/clientlogo3.jpg" link="http://gracethemes.com/themes"]
[client image="http://sitename.com/wp-content/uploads/2019/07/clientlogo4.jpg" link="http://gracethemes.com/themes" class="last"]
[client image="http://sitename.com/wp-content/uploads/2019/07/clientlogo5.jpg" link="http://gracethemes.com/themes"]
[client image="http://sitename.com/wp-content/uploads/2019/07/clientlogo1.jpg" link="http://gracethemes.com/themes"]
[client image="http://sitename.com/wp-content/uploads/2019/07/clientlogo2.jpg" link="http://gracethemes.com/themes"]
[client image="http://sitename.com/wp-content/uploads/2019/07/clientlogo3.jpg" link="http://gracethemes.com/themes" class="last"]
[/client_lists]
To change the client logo:
- First upload image from Media Library Go to Media » Add New
- Copy full path of uploaded image
- Add image URL in image=""
To display Our Skills
- Create new page from Pages -> Add New
- Add below shortcode in page editor
Shortcode:
[skill title="PHP" bgcolor="#f00202" percent="90"]
[skill title="JQUERY" bgcolor="#f00202" percent="70"]
[skill title="WORDPRESS" bgcolor="#f00202" percent="95"]
[skill title="PHOTOSHOP" bgcolor="#f00202" percent="80"]
[skill title="CSS" bgcolor="#f00202" percent="98"]
To display WooCommerce shop page:
- Install WooCommerce WordPress plugin
- Add new products from Products -> Add Products
To create photo gallery page:
- First of all add some photo from Photo Gallery -> Add New
- To create gallery category: Go to Photo Gallery -> Gallery Category (Category is optional)
- Add Title, select category and set Featured Image (This Featured image will display in photo gallery)
- Create new page for Team from Pages -> Add New
- Use this shortcode to display gallery: [photogallery filter="true" show="6"]
- Set filter="false" to remove category filter in gallery
Shortcode:
[photogallery filter="true" show="9"]
To display contact form in your website, you can use Contact Form 7 plugin
- Create contact page from Pages >> Add new page
- Add Contact Form 7 plugin code
- Select Contact Us Template from Page Attributes section
To display Google map in contact page Contact Form 7 plugin
- Go to the Appearance -> Theme Options -> Footer -> Contact page Googlemap -> Add Google map iframe code
- Click here to get Google map iframe code
The Footer section consists of four main elements:
- Contact Info
- Footer Menu
- Photo Gallery
- Latest Post
- Copyright Text
To manage footer section go to the Appearance » Theme Options » Footer
When you create a new page from the Pages » Add New section, the "Default Template" is assigned to the page by default. The default page template is a standard page template that can be with a sidebar or full-width layout and can contain custom content.
- Default Template
- Used to setting up the content on any page with Right Sidebar
- Left Sidebar
- Used to setting up the content on any page with Left Sidebar
- Full Width
- Used to setting up the content on any page without Sidebar
- No Sidebar
- Used to setting up the content in center on any page without Sidebar
- Contact Us
- Used to setting up the contact page.
The WordPress widgets are used to manage sidebars:
- Can manage sidebar from widgets (exa. blog sidebar and main sidebar)
- Footer section can manage from footer widgets 1,2.3,4
To view all shortcodes go to Appearance » Theme Options » Short Codes:
- Photo Gallery:
[photogallery filter="true" show="8"]
- Testimonials:
[testimonials]
- Testimonials Listing:
[testimonials-listing show="10"]
- Contact Form:
[contactform to_email="test@example.com" title="Contact Form"]
This theme is ready for translation - it comes with a .po file that contains all the embedded into the theme strings.
It supports multiple languages. The qTranslate X WordPress plugin offers a way to maintain dynamic multilingual content on a WordPress site.
How to make your website translate ready?
- Install qTranslate X WordPress plugin
- Used following code for making text translate ready - [:en]English Text[:de]Deutsch Text[:]
- Viewing in Dutch used website url : http://www.yourwebsiteurl.com/de/
- Viewing in English used website url : http://www.yourwebsiteurl.com/en/
To translate texts of Theme Options panel
- Go to Appearance -> Theme Options -> Basic Settings -> Read More Custom Text
- Go to Appearance -> Theme Options -> Homepage Slider -> Title 1
- and use below code for making text translate ready
- [:en]English Text[:de]Deutsch Text[:]
If you have any questions regarding our WordPress themes, you can contact us through our support forum or you can mail us at support@gracethemes.com Our support team is always ready to help you with any problems of customization or compatibility you may encounter.
Thank you for using Amplitude Lite Free WordPress Theme. This documentation consists of several parts and shows you the entire process of setting up and customizing a free WordPress theme. If you have any questions that are beyond the scope of this help file, please refer to the Support section. Thanks so much!
After activating the Amplitude Lite theme, setup homepage using following
Go to Appearance -> Customize -> Select static front page
To customize the header socal media settings
Go to Appearance » Customize » Theme Options Panel » Top Social Icons
Go to Appearance -> Customize -> Theme Options Panel -> Slider Section
- Create the page for slider from WordPress dashboard
- Slider Title managed from page title
- Slider image managed from page featured image (slider image size 1400 × 600 pixels)
- Then select the pages from dropdown for slider
- To customize footer setion go to Appearance -> Widgets -> Footer Widget 1, 2, 3, 4
- To activate a widget drag it to a Footer Widget.
- To deactivate a widget and delete its settings, drag it back