Core plugin for Flexia theme. Controls all the plugin territory functionality for Flexia.
Core plugin for Flexia theme. Controls all the plugin territory functionality for Flexia.
This is a specialized plugin for the theme Flexia that is available for free on WordPress.org. But since plugin works independently, it will work with any standard theme if you deactivate Flexia.
The plan is to keep all the plugin territory functionality of Flexia within this plugin and it’s a continuous process. It will provide the shortcodes, metabox and extra Customizer options.
You can add custom JavaScripts to your site header and footer through Customizer and edit your scripts with CodeMirror editor. You can place any custom JavaScript, Google Analytics, Facebook Pixel or any kind of embed script. Extremely helpful if you need to place any custom javascript or jQuery code to header or footer. This plugin gives you the ability to place different scripts to header or footer separately. Uses Customizer so you can edit the code live and see the changes on the fly.
Go to Customize > Custom JavaScripts to add your scripts.
[row] [column md="6"] ... [/column] [column md="6"] ... [/column] [/row]
Add container (different max-width for various screen size)
[container] [row] [column md="6"] ... [/column] [column md="6"] ... [/column] [/row] [/container]
Add container-fluid (100% width container)
[container-fluid] [container] [row] [column md="6"] ... [/column] [column md="6"] ... [/column] [/row] [/container] [/container-fluid]
All shortcodes containes number of parameteres. See the Github Repo for detailed documentation.
flexia-core.php
to the /wp-content/plugins/
directoryIt’s a specialized plugin for Flexia theme, you need to install Flexia to get most of the features. But since plugin works independently, it will work with any standard theme if you deactivate Flexia.