D.O.D.G

Creative Multi-Purpose WordPress Theme


Introduction


Welcome to documentation. First of all thanks for purchasing our theme. We hope you will be satisfied with our work, and this theme will be useful in your projects.

This documentation is to help you regarding each step of customization. Please go through the documentation carefully to understand how this template is made and how to edit this properly.

Note: For better performance disable the default colors and fonts in Elementor > Tools.

WordPress General


First of all, to install our theme and run it you need the content management system which is called WordPress.

  1. Installing WordPress - WordPress is well-known for its ease of installation. Under most circumstances, installing WordPress is a very simple process and takes less than five minutes to complete. Many web hosts now offer tools (e.g. Fantastico) to automatically install WordPress for you. However, if you wish to install WordPress yourself, the following guide will help.
  2. First Steps With WordPress - Let’s take a step-by-step tour through your WordPress site and see how the different functions work and how to make your new site your own. During the first part of this tutorial, please don’t change anything within the program unless it is part of the tutorial. After following these steps, you’ll soon be changing everything.
  3. New To WordPress - Where to Start - If you are new to WordPress, here is a step-by-step plan for getting started. If you need help along the way, plenty of options for assistance are listed in this article. Welcome to the exciting world of WordPress!

Server Requirements


If you are installing your theme from the WordPress theme installer, but get a message that says Are you sure you want to do this?, most likely your web server is configured with low PHP settings that only allow a certain size ZIP file to be uploaded via WP admin.

Most hosting companies configure their servers to only have the maximum file upload size limit at 8-10 MB, some are less. Our theme ZIP is currently about 3 MB in size which is due to the included plugins and all the demo content. So if you get this error, your web server is rejecting the upload due to the overall size of the zip file. WordPress is, unfortunately, giving you a rather ambiguous message in response. This is not a theme issue or bug.

PHP Recommendations

Memory Size: memory_limit = 256M
Script execution time: max_execution_time = 400
Number of input variables: max_input_vars = 4000

If you don’t have access to the php.ini file, you can add the following values in your .htaccess file:

php_value max_execution_time 400
php_value memory_limit 256M
php_value upload_max_filesize 10M

Be careful using these settings, some hosting companies don’t allow users to change php settings, if you experience any problem after making these changes, please revert these in your .htaccess file, using your FTP client.

Also, there is another way to prevent this error, you can upload your theme via FTP.

Theme General


Front End Builder & Options: Very powerful features of our theme are front-end page builders, theme options are built on the live customizer of WordPress and the elements are built with the most powerful front-end page builder Elementor.

Customizer: With the very powerful innovative WordPress Live Customizer you will be able to preview the changes made to your WordPress website in real time before pushing them live. Lots of options will make it a breeze for you to modify the structure and the visuals of your theme, including color scheme, typography, portfolio, blog, and much more.

Elementor: Elementor is the ultimate WordPress page builder, the key difference is that you can reach a high level of design while designing live and on the front end of your site. Elementor is a page builder plugin that replaces the basic WordPress editor with a live frontend editor, so you can create complex layouts visually, and design your website live, without having to switch between the editor and the preview mode. The page builder enables you to reach a top-notch quality of design without needing to use code or CSS and doesn't require code knowledge.

Inherit Option: Most of the options in the elements have the option to inherit the values from the theme options. With this option, you can create multiple pages or have multiple elements with the same settings inherited from the theme options. No worries, inherit is not the only option from the select, the inherit option usually stands at the top which is followed by the normal options.

Getting Started

Installing Theme & Plugins


Theme

  1. Installing theme is quite easy, all you have to do is download the installable WordPress file only from your downloads tab at ThemeForest, the downloads tab on ThemeForest can be found when you mouseover your user.
  2. There are two ways to install the theme into your WordPress, one from WordPress dashboard and the other one manually from FTP
    • WordPress Dashboard: Go to Appearance > Themes and press Add New, upload the installable zip file that you've downloaded from ThemeForest.
    • FTP: Go to the WordPress > wp-content > themes. In the FTP the file should be folder, not zip file, so extract it and you're good to go.

Plugins

After activating the theme, notices will appear on the top of WordPress, if there are no notices, please go to Appearance > Install Plugins. We have divided the plugins into two sections required and recommended.

Required:
  • CoderExperts Core: A core plugin which adds options and custom functionalities to the theme.
  • Kirki: The most powerful cutomizer option tool kit, all customizer elements are created using it.
  • Elementor: The most powerful front-end page builder, all the elements are created inside it.
  • Dodg Elementor: Most of the custom Elementor functionality build using it.
Recommended:
  • One Click Demo Import: It's a must if you want to import the demo content and start working without to create everything from scratch.
  • Contact Form 7: It can manage contact forms, plus you can customize the form and the mail contents flexibly with simple markup.

One Click Demo Import


Make sure to install the recommended plugin One Click Demo Import.

When you import the data, the following things might happen:

  • No existing posts, pages, categories, images, custom post types or any other data will be deleted or modified.
  • Posts, pages, images, widgets, menus, and other theme settings will get imported.
  • Please click on the Import button only once and wait, it can take a couple of minutes.

Navigation Menus


The menus can be created on the Appearance > Menus. You can add your posts/pages or categories to the menu then assign the menu on Main Menu location, which stands for the primary menu on the theme.

Front Page


The front page usually on demo import assigns itself, but that can be changed easily to any page you want at Settings > Reading > Front Page.

Blog Page


You can create a blog page which will play the role of the collector of all posts inside your WordPress, to assign that page you first need to create a blank page and then at Settings > Reading > Blog Page assign that page

Child Theme


A child theme is a theme that inherits the functionality and styling of another theme, called the parent theme. Child themes are the recommended way of modifying an existing theme. To use the child theme of our theme, you have to download the whole package from ThemeForest and then extract it, while extracting it you'll find a zip file called theme name-child.zip, upload that one after you upload the main theme and it will be ready for use.

Customizer

Typography Settings


  • Fonts Set
    Primary Font: it will be used mostly for all over the website content except heading fonts. Our recommended font is 'Roboto'.
  • Secondary Font: it will be used mostly for all heading. Our recommended font is 'Lora'.
  • Headings Size
    h1, h2, h3, h4, h5, h6: You can set the heading fonts size, line height, alignment etc.

Brand Identity


  • Loading effect when site loads: You can activate or deactivate the loading effect.
  • Loading Text: You can change the default 'L.O.A.D.I.N.G' text from here.
  • Logo Width: You can change the logo width from here. Need to change the nav bar width too if you want to show a large width image from 'Menu Settings->Navbar width'. For responsive view you can chage the width using below code as you need:
    @media (max-width: 991px) {
        .dodg-brand-logo img {
            width: 100px;
        }
    }
    

Colors Settings


  • Main Color Options: You can set all the colors will be used for the website here.
  • Scroolbar BG: You can change the custom scrollbar background color from here.
  • Bar Color: You can change the custom scrollbar color from here.

Menu Settings

  • Navbar Width: You can set the navbar width from here.For responsive view you can chage the width using below code as you need:
    @media (max-width: 991px) {
        .dodg-main-nav {
            width: 100px;
        }
    }
    
  • Typography: You can change the Nav menu typography from here & set the font, font-weight, size, alignment etc.
  • Menu Item Color: Set the menu item color from here.

Blog Settings


  • Blog Single Post
    Date: Show/Hide date from here & you can set the before text from here too using the field "Before Text (Date)".
  • Author
    Show/Hide Author Name: Show/Hide author name from here & you can set the before text from here too using the field "Before Text (Author Name)".
  • Category
    Show/Hide Category: Show/Hide category from here & you can set the before text from here too using the field "Before Text (Category)".
  • Tags Section
    Show/Hide Tags Section: Show/Hide tags section from here
  • Show/Hide Tags: Show/Hide tags from here
  • Show/Hide Social Media: Show/Hide social media from here
  • Author Bio Section
    Show/Hide Author Bio Section: You can Show/Hide Author Bio Section from here.
  • Show/Hide Author Bio Text: You can Show/Hide Author Bio Text from here.
  • Show/Hide All Posts Link: You can Show/Hide All Posts Link from here.
  • All Posts Button Text: You can set the author page URL button text from here.
  • Next/Prev Post Section
    Show/Hide Next/Prev Posts: You can Show/Hide Next/Prev Posts from here.
  • Previous Post Text: You can set the default Previous Post Text when no previous post found.
  • Next Post Text: You can set the default Next Post Text when no next post found.
  • Customization
    Author All Posts Button Color: You can change the author button color from here.

Portfolio


Portfolio Function
  • Prefix: Change the portfolio prefix before the post, e.g.https://coderexperts.com/portfolio/portfolio-item#. Note: The default prefix is portfolio. Do not forget to click save changes on the the permalinks after.
Portfolio Item
  • Portfolio Layout: Set the portfolio layout from here which will be apply in archive pages.
  • Show/Hide Title: You can Show/Hide Title from here.
  • Show/Hide Category: You can Show/Hide Category from here.
  • Heading Typography: You can set the Portfolio headin typography from here & able to change font family, weight, size etc.
  • Category Typography: You can set the Category typography from here & able to change font family, weight, size etc.
  • Color Options: You can manage & set all the portfolio colors from here.
Portfolio Single Post
  • Date: Show/Hide date from here & you can set the before text from here too using the field "Before Text (Date)".
  • Author
    Show/Hide Author Name: Show/Hide author name from here & you can set the before text from here too using the field "Before Text (Author Name)".
  • Category
    Show/Hide Category: Show/Hide category from here & you can set the before text from here too using the field "Before Text (Category)".
  • Tags Section
    Show/Hide Tags Section: Show/Hide tags section from here
  • Show/Hide Tags: Show/Hide tags from here
  • Show/Hide Social Media: Show/Hide social media from here
  • Next/Prev Post Section
    Show/Hide Next/Prev Posts: You can Show/Hide Next/Prev Posts from here.
  • Previous Post Text: You can set the default Previous Post Text when no previous post found.
  • Next Post Text: You can set the default Next Post Text when no next post found.

Social Identity


  • Social Media List: Add all the social media link here.

Site Identity


  • Logo: Upload your logo here which will be shown int the nav bar.
  • Site Title: Will be the site title comes from settings
  • Tagline: Your website tagline.
  • Site Icon: Set the favicon from here.

Menus


  • Menus: All the created menu will be show here.
  • Menu Location: You can set which menu you want to show in main menu.

Widgets


  • Nav Menu Widgets: Set the widgets you want to show in nav menu area.
  • Footer Widgets: Set the widgets you want to show in Footer Widgets area.

Homepage Settings


  • Your homepage displays: What you want to show in the homepage.
  • Homepage: If you chosse static page, please set which page you want to show as a homepage.
  • Posts page: If you chosse static page, please set which page you want to show as a Posts page.

Additional CSS


You can write your custom css here.

Page Builder

Elementor is the ultimate WordPress page builder, the key difference is that you can reach a high level of design while designing live and on the front end of your site. Elementor is a page builder plugin that replaces the basic WordPress editor with a live frontend editor, so you can create complex layouts visually, and design your website live, without having to switch between the editor and the preview mode. The page builder enables you to reach a top-notch quality of design without needing to use code or CSS and doesn't require code knowledge.

Portfolio

Note: Do not forget to install the plugin CoderExperts Core & Dodg Elementor, without the plugin none of the elements won't be available for use.

Content Tab


Functionality:
  • Number of items: Items you want to show when the page load.
  • Loading Effect: How you want to load the portfolio gallery item like on click or on scroll.
  • Loading Effect: Select between different layouts, masonry, landscape & portrait.
  • Show Title: Show or Hide the title.
  • Show Category: Show or Hide the category.

Style


General
  • Image Overlay Color: You can set the image overlay color from here.
  • Heading Color: Set heading color from here.
  • Heading Color: Set category color from here.
  • Text Typography: Set heading typography from here.
  • Category Typography: Set category typography from here.
  • Load More Button
    BG Color: Set button background color from here.
  • Color: Set button color from here.
  • Border Color: Set button border color from here.
  • BG Color on Hover: Set button background color on hover from here.
  • Color on Hover: Set button color on hover from here.
  • Border Color on Hover: Set button border color on hover from here.
Advanced

The default elementor settings you can mangage from here for this section.

Blockquote

Content Tab


Functionality:
  • Content: Write the quote content here.
  • Author: Quote from whom.
Style
  • Background Color: Set blockquote background color from here.
  • Color: Set blockquote color from here.
  • Author Text Color: Set blockquote Author Text Color from here.
  • Content Typography: Set blockquote Content Typography from here.
  • Author Typography: Set blockquote Author Typography from here.
Advanced

The default elementor settings you can mangage from here for this section.

Dodg Heading


Content Tab


Heading Settings:
  • Sub Title: Write the Sub Title here.
  • Title: Write the Title here.
Style
  • Title Color: Set Title Color from here.
  • Sub Title Color: Set Sub Title Color from here.
  • Title Typography: Set Title Typography from here.
  • Sub Title Typography: Set Sub Title Typography from here.
Advanced

The default elementor settings you can mangage from here for this section.

Project Details

Content Tab


Project Info List

Repeater field, you can add items using the below button 'Add Item'.

  • Title: Info Title
  • Info: Iformation you want to provide.
Style
  • Title Color: Set Title Color from here.
  • Title Typography: Set Title Typography from here.
  • Info Color: Set Info Color from here.
  • Info Typography: Set info Typography from here.
  • Text Align: Set text alignment from here.
Advanced

The default elementor settings you can mangage from here for this section.

Team

Content Tab


  • Choose Team Member Image: Set team item image from here.
  • Name: Set team member name.
  • Position: Set team member position.
  • Social Media: Add social media(Repeater field).
Style
  • Overlay Color: Set Image Overlay Color from here.
  • Title Typography: Set Title Typography from here.
  • Position Typography: Set Position Typography from here.
  • Icon Size: Set social icon size from here.
  • Text Color: Set Text Color from here.
Advanced

The default elementor settings you can mangage from here for this section.

Services

Content Tab


Service Item

Repeater field, you can add items using the below button 'Add Item'.

  • Title: Set Service Title from here.
  • Description: Set Service Description from here.
  • Icon: Set Service Icon from here.
Style
  • Title Typography: Set Title Typography from here.
  • Description Typography: Set Description Typography from here.
  • Icon Size: Set social icon size from here.
  • Icon Background Color: Set Icon Background Color from here.
  • Icon Color: Set Icon Color from here.
  • Overlay Color on Hover: Set Overlay Color on Hover from here.
  • Text Color: Set Text Color from here.
  • Text Color on Hover: Set Text Color on Hover from here.
Advanced

The default elementor settings you can mangage from here for this section.

Text & Heading

Content Tab


Text & Heading Item

Repeater field, you can add items using the below button 'Add Item'.

  • Title: Set Title from here.
  • Description: Set Description from here.
Style
  • Title Typography: Set Title Typography from here.
  • Description Typography: Set Description Typography from here.
  • Title Color: Set Title Color from here.
  • Text Color: Set Text Color from here.
Advanced

The default elementor settings you can mangage from here for this section.

Heading

A very simple element called heading but very powerful, has many use cases and its options make it very powerful and easy to use.

Content Tab:
  • Title: Enter the heading text, you can enter on the front end too, it's writable there too.
  • Link: Make the heading clickable with a link that you'll enter it on this field. If you click the cogs icon on the right two new options will appear, Open in a new window and Add no-follow.
  • Size: Change the size of the Heading element, the default size is the default size of the HTML tag.
  • HTML Tag: Change the element tag of heading, it's very useful for SEO reasons.
  • Alignment: Change the alignment of the heading, you can expand these options by clicking on the monitor, the same options will be available on tablet screens and mobile screen.
Style Tab:
  • Text Color: Simply change the color of heading with a simple picker, by moving the right bar you will be able to change the alpha of the color.
  • Typography: Advanced typography is included to change the typography properties, you can reset anytime the options of the typography.
  • Text Shadow: Add easily text shadow to the element, when you press on the pencil, an option for color, blur and horizontal, vertical will be displayed.
  • Blend Mode: The blend mode property defines how an element’s content should blend with its background. This means that any images or text, borders or headings will be influenced by this property.


Social Media

Present your social media with style, plenty of options offer unlimited possibilities for the style or layout.

Content Tab:
  • Social Icons: Add the social icons inside the repeater, in the first field you have to select the icon and in the second link you have to enter the URL of the social media, you can press on the cogs icon and two new options will appear for opening in a new window and adding a no-follow attribute to the link.
  • Shape: Various shapes can be selected for the social media elements for example rounded, square, circle.
  • Alignment: Easily align the social media on each side you want to be left, center, right or just.
Icon:
  • Color: The first option makes each social media color to be represented by its official color, so you don't need to add any custom color, the first option in the color is custom, so two new fields of color pickers will appear where you can select the primary and the secondary color of the social media.
  • Size: Adjust the size of the icon with a great looking spinner.
  • Padding: Add padding between the social media and its holder, it can be changed to different em size.
  • Border Type: The border type of social media can be changed to solid, double, dotted, dashed or groove.
  • Border Radius: Set border-radius to each corner, you can unlink the properties by clicking the icon on the right.
Icon Hover:
  • Primary Color: Change the primary color of the social media on hover.
  • Secondary Color: Change the secondary color of the social media on hover.
  • Hover Animation: Add a different animation to the social media on hover.

Counter

Set counters to a specific end number in a creative way, multiple settings will allow the element to be used attractively.

Content Tab:
  • Starting Number: Enter the starting number of the counter.
  • Ending Number: Enter the ending number of the counter.
  • Number Prefix: Add a number prefix, so the actual starting and ending number will have a prefix number.
  • Number Suffix: Add a number suffix, it will be displayed after the number and can be used for different symbols.
  • Animation Duration: Select the animation duration, the number is represented by milliseconds.
  • Thousand Separator: Add a separator between thousands.
  • Separator: Select the separator between thousand, the default is a comma, you can choose between dot and space.
  • Title: Add the title which usually is displayed below the counting number.
Style Tab:
  • Number
    • Text Color: Change the color of the number in the counter element.
    • Typography: Advanced typography is included to change the typography properties, you can reset anytime the options of the typography.
  • Text
    • Text Color: Change the color of the title in the counter element.
    • Typography: Advanced typography is included to change the typography properties, you can reset anytime the options of the typography.

Progress Bar

Functionality:
  • Title: Add the title above the progress bar.
  • Type: Type of the progress bar you want to create.
  • Percentage: Select the percentage of the progress bar between 1 and 100.
  • Display Percentage: If you want to show the Percentage or not.
  • Inner Text: Will be show in the progress bar.
Style:
  • Color: Change the color of the bar.
  • Background Color: Change the background color of the bar.
  • Height: Height of the bar.
  • Border Radius: Border Radius of the bar.
  • Inner Text
    Color: Change the color of the Inner Text.
  • Typography: Change the Typography of the Inner Text.
  • Title Style
    Text Color: Change the color of the Title Text.
  • Typography: Change the Typography of the Title Text.

Accordion

Using the Accordion element lets you save space while still presenting an abundance of content. Add the accordions with a great repeater where you can add the title and the content.

With the Accordion, visitors can scan the item titles, and choose to expand an item only if it is of interest.

When a page is loaded, the first item of the Accordion element is expanded, while all other items remain collapsed. With the Toggle element, however, all items are collapsed when a page is first loaded.

Only one item of an Accordion can be expanded at one time. As you expand another Accordion item, the previously opened item automatically collapses, looking similar to an accordion. With the Toggle element, however, as many items as desired can be expanded at the same time.

Content:
  • Accordion Items Title & Content: Enter the title and description for each item.
  • Icon: Select the icon to represent the action of expanding an item.
  • Active Icon: Select the icon to represent the action of collapsing the active item.
  • Title HTML Tag: Set the HTML tag used for the title to H1- H6 or DIV.
  • Add Item: Use the 'Add Item' button to add more accordion items to the list.
Style:
  • Accordion
    • Border Width: Set the thickness of the border around the accordion and between each item.
    • Border Color: Choose the color of the border around the accordion and between each item.
  • Title
    • Background: Choose the color of the title’s background.
    • Color: Choose the color of the non-active titles’ text.
    • Active Color: Choose the color of the active title’s text.
    • Typography: Set the typography options for the titles.
    • Padding: Set the padding for the titles.
  • Icon
    • Alignment: Align the icon to the left or right of the title.
    • Color: Choose the color of the icons.
    • Active Color: Choose the color of the active icon.
    • Spacing: Control the spacing between the icon and the title.
  • Content
    • Background: Choose the background color of the content.
    • Color: Choose the text color of the content.
    • Typography: Set the typography options for the content.
    • Padding: Set the padding for the content.

Toggle

The toggle element lets you create text boxes that are collapsed, so the visitor only sees the titles of each text box item. This lets you show your content in a condensed form, so visitors don't have to scroll through a long page and can sift through the titles easily.

A similar element is the Accordion element, but there are two main differences between the Toggle element and the Accordion element.

  1. When a page is loaded, all toggle element items are collapsed. With the accordion element, however, the first item is expanded, while all other items remain collapsed.
  2. With the Toggle element, as many items as desired can be expanded at the same time. With the Accordion element, however, only one item can be expanded at one time. As you expand another Accordion item, the previously opened item automatically collapses, looking similar to an accordion.
Toggle
  • Toggle Items: Enter the title and description for each item.
  • Icon: Select the icon to represent the action of expanding an item.
  • Active Icon: Select the icon to represent the action of collapsing the active item.
  • Title HTML Tag: Set the HTML tag used for the title to H1- H6 or DIV.
  • Add Item: Use the 'Add Item' button to add more toggle items to the list.
Style
  • Border Width: Set the thickness of the border around the toggle element and between each item.
  • Border Color: Choose the color of the border around the toggle element and between each item.
  • Space Between: Set the amount of space between each item.
  • Box Shadow: Set the box shadow around the toggle element, or around each item if there is space between each. You can adjust the box shadow’s Color, Horizontal position, Vertical position, Blur, and Spread as well as the shadow’s - Position, which can be either Inset or Outline.
Title
  • Background: Choose the color of the title’s background.
  • Color: Choose the color of the non-active titles’ text.
  • Active Color: Choose the color of the active title’s text.
  • Typography: Set the typography options for the titles.
  • Padding: Set the padding for the titles.
Icon
  • Alignment: Align the icon to the left or right of the title.
  • Color: Choose the color of the icons.
  • Active Color: Choose the color of the active icon.
  • Spacing: Control the spacing between the icon and the title.
Content
  • Background: Choose the background color of the content.
  • Color: Choose the text color of the content.
  • Typography: Set the typography options for the content.
  • Padding: Set the padding for the content.

Icon List

The Icon List element creates an easy-to-manage list of items, with each item highlighted by its own icon.

Content Tab
  • Layout: Choose Default or Inline. Default displays items in a vertical list, while Inline displays items horizontally.
  • Items
    • Text: Enter the list item’s text
    • Icon: Select the icon for the item
    • Link: Enter the URL for the item’s link. Click the Link Options cog to either add rel=nofollow to the link or to open the link in a new window.
  • Tip: Quickly duplicate or delete items by clicking an item’s Duplicate or Delete icon
Style
  • List
    • Space Between: Control the space between list items
    • Alignment: Align the list left, right, or center
    • Divider: Turn the item divider lines on or off, if the Divider option is turned on, the following style options become available:
      • Style: Choose from Solid, Double, Dotted or Dashed
      • Weight: Set the thickness of the divider
      • Width: Control the width of the divider relative to the container
      • Color: Choose the divider’s color
  • Icon
    • Color: Choose the icon’s color.
    • Hover: Choose the color of the icon’s hover state.
    • Size: Set the exact size of the icon.
  • Text
    • Text Color: Choose the color of the text.
    • Hover: Choose the color of the text’s hover state.
    • Text Indent: Set the distance between the icon and the text.
    • Typography: Set the typography options for the text.

Contact Forms

Make sure to install and activate the plugin Contact Form 7, without the plugin you won't be able to create contact forms.

The contact forms are created on the WordPress dashboard menu item called Contact, you can configure them and use them later via the Elementor element shortcode. An example of use.

[contact-form-7 id="107" title="Contact Page"]

The created form in the contact section:

[text* your-name placeholder "Name"]
[email* your-email placeholder "E-mail"]
[text* your-subject placeholder "Subject"]
[textarea your-message placeholder "Message"]
[submit class:dodg-btn-tansparent class:dodg-btn-contact-form "Send Message"]

Button

The Button element helps you easily design and customize buttons without the need for any other plugins or shortcodes.

Content
  • Type: Select from 5 styles of buttons to begin your design. Choose from Default, Info, Success, Warning, or Danger
  • Text: Enter the button’s text
  • Link: Set the URL for the button’s link. Click the cog to set the link to either open in a new window or to add rel=nofollow to the link
  • Alignment: Align the button to the left, center, right, or justified in relation to its column.
  • Size: Select the preset button sizes, from Extra Small to Extra Large
  • Icon: Select a FontAwesome icon to display on the button
  • Icon Position: Set the icon to appear before or after the button text
  • Icon Spacing: Adjust the amount of space between the icon and the button text
  • Button ID: (Optional) Assign a unique button ID to use for situations such as Google Analytics events
Style
  • Typography: Change the default typography options for the button’s text.
  • Text Color: Select the color of the button’s text.
  • Background Color: Select the button’s background color for both Normal and Hover states.
  • Hover Animation: Click on the Hover tab to set a Hover Animation.
  • Border Type: Select the type of border to use around the button.
  • Width: Control the thickness of the border around the button.
  • Color: Choose the border’s color.
  • Border Radius: Set the border radius to control corner roundness.
  • Box Shadow: Set options to apply a box shadow on the button.
  • Padding: Change the padding settings of the button.

How to Track "Button onClick" Event (for Facebook Pixel, Google Analytics or Google Tag Manager)

Follow these steps to track button onClick events:
  1. Edit Button > Advanced > set CSS ID = My_Button
  2. Add to the page HTML widget (after the button will be fine)
  3. Paste the following code into the HTML Code field:
<script type="text/javascript"> 
    document.addEventListener("DOMContentLoaded", function (event) {
        jQuery('#My_Button a').click(function () {
            // tracking code here
            // for example Facebook Pixel: 
            fbq('track', 'AddToCart');
        });
    }); 
</script>

Icon Box

Icon boxes come in very handy when building websites. The most common usage is for sections that list features of products or services. It has various options you get to customize every element of this widget: the icon, the headline, and the description. The icons are derived from the Font Awesome Icons, and you are able to search through them and pick the right one.

Content Tab
  • View: Set the view of the icon as 'Default', 'Stacked' or 'Framed'. Stacked is with a background and frame is with a frame surrounding the icon.
  • Choose Icon: Here you have a list of the entire collection of Font Awesome icons.
  • Title & Description: Insert the title and description of your Icon Box widget.
  • Link to: Insert a link, and choose if it will open on a new window.
  • Icon Position: Set the position of the icon on the left, top or right side of the box.
  • Title HTML Tag: Choose the title tag, from H1..H6, Div, Span or P.
Style Tab
  • Icon
    • Primary Color: note that if you choose stacked or framed icon box, you will also have a secondary color.
    • Icon spacing: The space between the icon and the heading.
    • Icon size: Scale up and down the size of the icon.
    • Icon Rotate: Rotate the icon.
  • Icon Hover
    • Color: Choose the primary and secondary color for the icon hover.
    • Animation: Choose from a long list of animations for the hover.
  • Content
    • Title
      • Alignment: Left, centers, right or justified.
      • Vertical Align: Top, middle and button.
      • Title Spacing: Set the spacing between the title and the description.
      • Title color: Change the color of the title.
      • Typography: Here I can customize the typography of the title.
    • Description
      • Description Color: Change the color of the description.
      • Typography: Choose custom to change the typography, just like with the title.

Image Box

The Image Box element lets you add an image box that combines an image with a headline and text, which is often used in features sections, as an alternative to using the Icon Box element.

Content
  • Choose Image: Select an image from the media library, or upload a new image
  • Image Size: Select the size of the image, from thumbnail to full, or enter a custom size
  • Title & Description: Add the title and description that will appear in the image box
  • Link to: Enter the URL for the item’s link. Click the Link Options cog to either add rel=nofollow to the link or to open the link in a new window.
  • Image Position: Set the position of the image to the left, top or right, relative to the title and description
  • Title HTML Tag: Set the HTML tag of the title as H1...H6, div, span or paragraph
Style
  • Image
    • Spacing: Set the exact space between the image and the title
    • Width: Scale the image width from 0 to 100%
    • Hover Animation: Add Hover Animation to the image
    • CSS Filters: Adjust the image style by changing the CSS Filter scales for Blur, Brightness, Contrast, Saturation, and Hue settings in Normal and Hover states
    • Opacity: Control the opacity of the image in Normal and Hover states
    • Transition Duration: Set the time it takes for each slide to appear. This time is in milliseconds, so 1000 ms is equal to 1 second
  • Content
    • Alignment: Align the content to the left, right, center or justified
    • Vertical Alignment: Align the content to the top, middle or bottom of the box
    • Title Spacing: Set the space between the title and description
    • Title Color: Set the color of the title
    • Title Typography: Set the typography options for the title
  • Description
    • Color: Set the color of the description text
    • Typography: Set the typography options for the description

Divider

The Divider element allows you to add style, horizontal lines that divide your content. This is a basic element, but it can help you create nice effects as separators of various sections, or for highlighting your headings.

  • Style: Choose between solid, double, dotted or dashed styles.
  • Weight: Control the thickness of the divider.
  • Color: Choose the color of the divider.
  • Width: Control the width of the divider as a percentage from 0 to 100 percent.
  • Alignment: Align the divider to the left, center or right of the page.
  • Gap: Control the space above and below the divider

Shape Divider

Shape dividers are graphic shapes that separate the sections of a page.

How to Add Shape Dividers
  1. Add a new Section
  2. Go to Section > Style > Shape Divider
  3. Choose to display at the Top or Bottom of your section
  4. Type: Click the drop-down to choose your Shape Divider style
  5. Color: Pick a color
  6. Width: Set the width of your Shape Divider
  7. Height: Set the height of your Shape Divider
  8. Flip: Flip the direction of your Shape Divider
  9. Bring to front: Force your Shape Divider to be in front of other objects

Page Settings

All the page settings are very optional, you can manage all the same settings from the customizer. The reason why the page settings exist is to modify the actual settings with different values for certain pages.

Page Preference

  • Page Title: Show or hide the title of this page/post.

Footer

  • Footer Style: Footer Style of this page/post.

Post Settings

All the page settings are very optional, you can manage all the same settings from the customizer. The reason why the page settings exist is to modify the actual settings with different values for certain posts.

Footer

  • Footer Style: Footer Style of this page/post.

Portfolio Settings

Portfolio Preference

  • First Letter Color:: Color will be show in the portfolio gallery.

Footer

  • Footer Style: Footer Style of this page/post.

Changelog

                            -----------------------------------------------------------------------------------------
                            Version 1.2 - July 27, 2021
                            -----------------------------------------------------------------------------------------
                            - Minor css fixes
                            - Customizer issues fixes
                        
                            -----------------------------------------------------------------------------------------
                            Version 1.1 - January 27, 2021
                            -----------------------------------------------------------------------------------------
                            - Minor css fixes
                        
                            -----------------------------------------------------------------------------------------
                            Version 1.0 - january 8, 2021
                            -----------------------------------------------------------------------------------------
                            - Initial Release