DOCUMENTATION


First of all

  • Item Name : Electron
  • Description : WordPress Premium Theme for blogging
  • Author : Bylancer

First of all, thank you for downloading this theme. We appreciate the trust you have given us, and so we made this documentation as clear as possible, so that no one will encounter any problem. If you can't find what are you looking for in the documentation, feel free to contact us. We are happy to help you with every problem you may encounter.

helpdesk.bylancer@gmail.com

Basics

Theme Archive

After you have purchased the theme, the archive downloaded from codentheme will look something like this:

(The theme itself is located in the Electron folder.)

Installation via WP

Login to your WordPress Dashboard (your-site.com/wp-admin/), and then navigate to Appearance > Themes.

Then click on the Add New button.

A new page will open. Click on the Upload Theme button.

Press the Choose File button.

A dialog box will show up, asking you to add a .zip archive.

ATTENTION: A common mistake that users make at this point, is that they try to upload the .zip archive with all the files that they have downloaded from codentheme. You must upload the .zip archive with only the theme itself, not the .zip archive with all files.

In order for this not to happen, be sure you have downloaded the Installable file only from codentheme.

That's the .zip you must upload.

The theme will now upload. After the upload is done, you need to click on Activate.

That's it. You're done.

Installation via FTP

Sometimes because of the quality of hosting providers or different aspects that may occur, WordPress native theme uploader may not work. In this case, you have to upload the theme via FTP.

To do that, open your FTP client, login, and navigate to public_html/wp-content/themes

Then, extract here the folder named "Electron" from the main .zip file you've downloaded from codentheme.

The INSIDE of the Electron folder should look like this:

Now that the theme is uploaded, you just need to activcate it from the WordPress Dashboard.

To do that, login into your WordPress Dashboard, and go to Appearance > Themes..

You should see Electron theme listed there. Click Activate.

That's it. The theme is now activated and ready to use.

Installing the required plugins

As soon as you install the theme you will be prompted with a message as follows:

This is because this theme recommends this plugin in order to work perfectly.

MailChimp for WordPress is a recommended plugin that allows this theme to display pretty Newsletter widget.

In order to install this plugin, you have to click on Begin installing plugins.

After the plugins are installed succesfully, Click on Return to Required Plugins Installer and click on Activate button.

That's it, now the plugin are activated.

General Style

There are some general styles customization.

You can hide preloader, change site font and color.

You just need to head over the Customizer, under the section General Style.

Theme Structure

Electron.zip
├── admin
│   ├── customcss.php
│   └── customizer.php
├── assets
│   └── css
│   │   ├── animate.min.css
│   │   ├── bootstrap.min.css
│   │   ├── custom.css
│   │   ├── flexslider.css
│   │   ├── font-materialdesign.css
│   │   ├── font-awesome.min.css
│   │   ├── magnific-popup.min.css
│   │   ├── owl.carousel.min.css
│   │   ├── slick.css
│   │   └── style.css
│   └── fonts
│   │   ├── flexslider-icon.eot
│   │   ├── flexslider-icon.svg
│   │   ├── flexslider-icon.ttf
│   │   ├── flexslider-icon.woff
│   │   ├── fontawesome-webfont.eot
│   │   ├── fontawesome-webfont.svg
│   │   ├── fontawesome-webfont.ttf
│   │   ├── fontawesome-webfont.woff
│   │   ├── fontawesome-webfont.woff2
│   │   ├── materialdesignicons-webfont.eot
│   │   ├── materialdesignicons-webfont.svg
│   │   ├── materialdesignicons-webfont.ttf
│   │   ├── materialdesignicons-webfont.woff
│   │   ├── materialdesignicons-webfont.woff2
│   │   ├── star.eot
│   │   ├── star.svg
│   │   ├── star.ttf
│   │   └── star.woff
│   └── img
│   │   ├── default.jpg
│   │   └── logo.png
│   └── js
│   │   ├── bootstrap.min.js
│   │   ├── facebook-widget.js
│   │   ├── html5shiv.min.js
│   │   ├── imagesloaded.pkgd.min.js
│   │   ├── isotope.pkgd.min.js
│   │   ├── jquery.countTo.js
│   │   ├── jquery.flexslider-min.js
│   │   ├── jquery.isotope.init.js
│   │   ├── jquery.magnific-popup.min.js
│   │   ├── owl.carousel.min.js
│   │   ├── respond.min.js
│   │   ├── script.js
│   │   ├── slick.js
│   │   ├── slicknav.js
│   │   ├── waypoints.min.js
│   │   └── wow.min.js
├── inc
│   ├── electron_comment.php
│   ├── electron_insta.php
│   ├── electron_tweet.php
│   └── OauthConnect.php
├── plugins
│   ├── kirki [Plugin folder]
│   └── class-tgm-plugin-activation.php
├── template-parts
│   └── layout
│   │   ├── layout-1.php
│   │   ├── layout-2.php
│   │   ├── layout-3.php
│   │   ├── layout-4.php
│   │   ├── layout-5.php
│   │   ├── layout-6.php
│   │   ├── layout-7.php
│   │   ├── layout-8.php
│   │   └── layout-9.php
│   ├── navigation-1.php
│   ├── navigation_page.php
│   ├── content-gallery.php
│   ├── content-video.php
│   ├── content-audio.php
│   ├── content-none.php
│   ├── instagram-feed.php
│   ├── slider.php
│   └── title-area.php
├── Widget
│   ├── about_author_widget.php
│   ├── electron_facebook_widget.php
│   ├── electron_insta.php
│   ├── electron_twitter_widget.php
│   ├── get_connected_sidebar.php
│   └── recent_post_sidebar.php
├── 404.php
├── archive.php
├── comments.php
├── footer.php
├── functions.php
├── header.php
├── index.php
├── index-featured-grid.php
├── index-full-1.php
├── index-full-2.php
├── index-grid.php
├── index-listing.php
├── masonry-2-column.png
├── masonry-3-column.php
├── page.php
├── screenshot.png
├── search.php
├── searchform.php
├── sidebar.php
├── single.php
├── standard-layout.php
└── style.css

The Posts

Creating a Post

Creating a post in WordPress is very simple. In dashboard, just navigate to Posts > Add New. There you will find the editor which helps you create all your posts.

Adding a Thumbnail

The Electron WordPress theme is designed to work with & without posts thumbnails.

In order to add a thumbnail image to a post, you have to scroll down a little in the post editor, and click on Set featured image

After that, a dialog will pop up, indicating you to upload a picture. Press the Upload button and upload a picture from your machine. After the image is uploaded, it will appear in the gallery and will be automatically selected.

Press Set featured image and you are done.

There is no recommended thumbnail size, but keep in mind it is better to upload high resolution thumbnails, in order to look good on all visitors screens. If you upload a thumbnail image that is too small, it will look pixelated, but also if you upload a thumbnail with an exaggerated resolution, it will slow down the page loading time. The default thumbnail sizes that were used in the Demo Content were 1170x780px.

Post Style

Apart from creating posts, you can customize also the post style.

You just need to head over the Customizer, under the section Post Style, and there you will have a couple of options to customize the single post. In the picture attached below you will find a list of all the customization options for the single post.

Post Share

For post share icon you have to install Electron Social Share Plugin that is already packed with the theme.

Apart that by default all social icons are enabled. For disable any social icon just navigate to Appearance > Electron Social Share in admin dashboard.

Importing Demo Content

If you want to import to your blog the exact content you have seen on the demo, look in the downloaded archive for an .xml file in the Demo content folder.

Log in into your WordPress Dashboard, and navigate to Tools > Import. Under the name "WordPress" click on Install Now.

After the WordPress Importer is installed, you will have the option to run the importer.

Click on Run Importer.

After that, a dialog will show up, indicating you to upload the .xml file. Press Choose file, select the .xml file from your local machine, and then press Upload file and import.

That's it. All the posts from the demo content are now imported to your site.

Permalinks are the links of your single posts. By default, WordPress gives you a permalink structure that looks like this:

That link structure may be considered too long and bad for SEO. Basically, the majority of people want to change that to a more practical one. To do that, in the WordPress Dashboard, head over Settings > Permalinks.

There you will find a couple of options. By default, the option checked is the one shown below.

If you want to have a better permalink structure, the recommended option to check is the one called Post name.

Check it, and hit Save Changes. Now your URLs will look like this:

Way better.

Pages

Creating a Page

Creating a page in WordPress is very simple. In dashboard, just navigate to Pages > Add New. There you will find the editor which helps you create all your pages.

Page Setting

In order the customize the Page Setting, head over the Customizer > Page Style, and there you will have a couple of options to customize the Page. In the picture attached below you will find a list of all the customization options for the Page.

Homepage

Site Identity

WordPress Customizer gives you a couple of options in customizing your site identity.

Under the Site Identity menu in the customizer you are given a couple of fields for your site title, description, and favicon. The recommended size for the favicon is 512px.

Home Style

In order the customize the Home Style, head over the Customizer > Home Style, and there you will have a couple of options to customize the Home. In the picture attached below you will find a list of all the customization options.

* Hiding the Sidebar on home page will not affect displaying it on posts and pages. If you want to hide it from there, you must go the respective sections in WordPress Customizer and disable it from there.

Home Layout

Electron theme gives you the possibility to choose between 9 home styles for displaying the posts, as follows:

The files necessary for the home layouts are stored in the template-parts/layout folder, and they are named as follows:

layout-1.php - for the basic layout

layout-2.php - for the standard layout

layout-3.php - for the listing layout

layout-4.php - for the grid layout

layout-5.php - for the featured grid layout

layout-6.php - for full basic layout

layout-7.php - for full standard layout

layout-8.php - for 2 column masonry layout

layout-9.php - for 3 column masonry layout


Static Homepage

If you want to display a static homepage instead of your latest blog posts, you can do that by going into your WordPress Dashboard, and then navigate to Settings > Reading.

By default, the option selected is Your latest posts, but you can always check for A static page and then select for what page you want to show up.


Number of Posts

You can also change the number of posts that show up on the homepage, by changing the number in the "Blog pages show at most" box.

The default number of posts is 10. You can put any number of posts you want.


Archive

Archive Style

In order the customize the Archive Style, head over the Customizer > Archive Style, and there you will have a couple of options to customize the Archive. In the picture attached below you will find a list of all the customization options for the Archive.

That's it!

  • Item Name : Electron
  • Description : WordPress Premium Theme for blogging
  • Author : Bylancer

Again, thank you for downloading this theme. We appreciate the trust you have given us, and so we made this documentation as clear as possible, so that no one will encounter any problem. If you can't find what are you looking for in the documentation, feel free to contact us. We are happy to help you with every problem you may encounter.

helpdesk.bylancer@gmail.com