* @link http://www.themepunch.com/ * @copyright 2015 ThemePunch */ if (!defined('ABSPATH')) { exit(); } $operations = new RevSliderOperations(); $rs_nav = new RevSliderNavigation(); $arrValues = $operations->getGeneralSettingsValues(); $arr_navigations = $rs_nav->get_all_navigations(); $transitions = $operations->getArrTransition(); $_width = (isset($arrValues['width'])) ? $arrValues['width'] : 1240; $_width_notebook = (isset($arrValues['width_notebook'])) ? $arrValues['width_notebook'] : 1024; $_width_tablet = (isset($arrValues['width_tablet'])) ? $arrValues['width_tablet'] : 778; $_width_mobile = (isset($arrValues['width_mobile'])) ? $arrValues['width_mobile'] : 480; ?>