* @link http://revolution.themepunch.com/ * @copyright 2017 ThemePunch */ if( !defined( 'ABSPATH') ) exit(); $operations = new RevSliderOperations(); $arrValues = $operations->getGeneralSettingsValues(); $role = RevSliderBase::getVar($arrValues, 'role', 'admin'); $includes_globally = RevSliderBase::getVar($arrValues, 'includes_globally', 'on'); $pages_for_includes = RevSliderBase::getVar($arrValues, 'pages_for_includes', ''); $js_to_footer = RevSliderBase::getVar($arrValues, 'js_to_footer', 'off'); $js_defer = RevSliderBase::getVar($arrValues, 'js_defer', 'off'); $show_dev_export = RevSliderBase::getVar($arrValues, 'show_dev_export', 'off'); $change_font_loading = RevSliderBase::getVar($arrValues, 'change_font_loading', ''); $enable_logs = RevSliderBase::getVar($arrValues, 'enable_logs', 'off'); $load_all_javascript = RevSliderBase::getVar($arrValues, 'load_all_javascript', 'off'); $pack_page_creation = RevSliderBase::getVar($arrValues, 'pack_page_creation', 'on'); $single_page_creation = RevSliderBase::getVar($arrValues, 'single_page_creation', 'off'); $stage_collapse = RevSliderBase::getVar($arrValues, "stage_collapse",'off'); $enable_newschannel = apply_filters('revslider_set_notifications', 'on'); $enable_newschannel = RevSliderBase::getVar($arrValues, "enable_newschannel",$enable_newschannel); $width = RevSliderBase::getVar($arrValues, 'width', 1240); $width_notebook = RevSliderBase::getVar($arrValues, 'width_notebook', 1024); $width_tablet = RevSliderBase::getVar($arrValues, 'width_tablet', 778); $width_mobile = RevSliderBase::getVar($arrValues, 'width_mobile', 480); $force_activation_box = RevSliderBase::getVar($arrValues, 'force_activation_box', 'off'); $load_google_fonts = RevSliderBase::getVar($arrValues, 'load_google_fonts', 'off'); ?>