Excellent Programming Tricks

Redux Framework || Theme Option Panel Frameworks || WordPress

Resource & Documentation 
  1. Version: redux-framework.php
  2. After download redux framework copy all folder and files. Paste them in theme folder like inc(lib)/redux custom directory. 

Standard setup & connection
  1. functions.php
    1. require_once('inc/redux/ReduxCore/framework.php');
    2. require_once('inc/redux/sample/config.php'); // Rename sample-config.php to config.php.

Inside config.php or sample-config.php file (Redux tuning)
  1. Search 'Sample Options' and can change Menu title and page title.
    1.  $args = array(… 'menu_title'           => __( 'Sample Options', 'redux-framework-demo' ),
              'page_title'           => __( 'Sample Options', 'redux-framework-demo' ), …);
  2. Place 'Sample Options' inside Appearance as a submenu.
    1. $args = array(… 'menu_type'            => 'menu/submenu', …) ;
  3. Set developer mode false
    1. $args = array(… 'dev_mode'            => false, …) ;
  4. Disable update notice
    1. $args = array(… 'update_notice'        => false, …) ;
  5. Enable redux options inside Apparance->Customize menu when customizer is true or false when it's disable.
    1. $args = array(… 'customizer'           => false, …) ;
  6. Page priority (null means in the end ) || Menu position
    1. $args = array(… 'page_priority'        => null, …) ;

No comments:

Post a Comment


Authentic аnd Excellent

Website

HTML Template

Wordpress Theme

Database applications

OR

Application services?

Excellent Programming Tricks (EPT) || Iftekhar-IT || We develops the Web applications and the WordPress templates. || Excellent Programming Tricks (EPT)

© 2020 Blogger Theme by Iftekhar IT || Excellent Programming Tricks

Execllent Programming Tricks. Powered by Blogger.