Installation of Engic & required plugins

Before all else you must setup a WordPress version on your server. After downloading the package, you will have “Engic” folder and “Engic.zip” file inside the Theme package. You can either choose to upload the Theme to your server via ftp (just upload the folder “Engic” into the folder wp-content/themes) […]

How to add custom fonts via Child Theme?

Under Theme Options – Typography you can select a variety of Standard and Google Fonts. In some cases you might need to use a Custom Font, we have implemented a solution to add your Custom Fonts and be able to select them in the Typography section of our options panel […]

Visual Composer and bundled plugins Updates

We have to declare that we take care of all the bundled plugins in our theme. So, in every new release of the Theme the latest compatible version of Visual Composer is included. This also applies for all bundled plugins: e.g WPBakery Page Builder, Revolution Slider etc. You don’t need […]

How to use a child theme

Firstly, if you need small css changes you can use the CSS Options (to place your code) in Theme Options. For more advanced customization it’s better to use a Child Theme ( A sample Child Theme is provided in the main.zip file). A child theme is a theme that inherits […]

Support Policy

Have a question? Open a support ticket! Have you studied our knowledge base and are you still in doubt? Open a ticket in our Support desk! Our friendly and dedicated team will be glad to help you. Please do not open tickets in the public comments area of ThemeForest, since this […]

How to update Engic and its plugins

Keep in mind that we provide lifetime updates and dedicated support in order to have no problems with the new versions of WP. Besides that, Engic offers new features in every new release. So please, stay updated. How update Engic Theme with 1-click Following the new Envato API and the […]

Google Analytics in Corpus

You can easily use your Google Analytics in Corpus via placing your Google Analytics Tracking ID in the relevant area under Theme Options > General Settings > Tracking ID. You can select between Classic or Universal Web Tracking library

Important Info for Engic

WordPress Minimum Requirements Engic is  a Premium WP Theme, and such as, it is more needy in terms of resources in comparison to a simple WP Theme. Of course, this applies to any Premium Theme out there and not only for Engic. So to make sure we have covered the basics […]

Welcome Note

Dear fellow customers, We sincerely thank you for your purchase and invite you to read this documentation thoroughly in order to fully grasp the philosophy and design possibilities that the Engic Theme offers. We believe that you will find our Theme easy to use and a joyfull experience overall. We are a Team that […]

Google Analytics in Engic

You can have the google analytics function by the following way: Please add the JS tracking code under: Appearance – Theme Options – CSS/JS Code – JS Code and replace the UA-XXXXXXXX-X with your tracking id : <script> (function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’); ga(‘create’, ‘UA-XXXXXXXX-X’, ‘auto’); ga(‘send’, ‘pageview’); </script>