Flexia Core free WordPress plugin
Description
Flexia Core free WordPress plugin
Core plugin for Flexia theme. Controls all the plugin territory functionality for Flexia.
Requirements
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.
Features
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.
Shortcodes
Extra Customizer Options
Metaboxes
Customizer Options
Custom JavaScripts
Header Script
Footer Script
Google Analytics
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.
CodeMirror Editor
Ability to add custom scripts to wp header.
Ability to add custom scripts to wp footer.
Ability to add multiple scripts.
Ability to add Google Alalytics code.
Ability to add any embed code.
Go to Customize > Custom JavaScripts to add your scripts.
Custom Metaboxes (Page and Post Settings)
Post Header style control
Additional Body Classes option
Show/Hide Page/Post Title
Show/Hide Post Meta
Show/Hide Post Navigation
Show/Hide Post Social Sharing
And lots more control for individual posts
Shortcodes
Bootstrap 4 Grid
Container
Container Fluid
Row
Columns (1-12)
Shortcode usage
Grid
[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.