| @@ -29,38 +29,38 @@ | ||
| 29 | 29 | 'label' => 'General Settings', |
| 30 | 30 | 'options' => array( |
| 31 | 31 | 'values_store_mod' => array( |
| 32 | 32 | 'name' => 'values_store_mod', |
| 33 | - 'label' => __( 'Store values as:', 'pixcustomify_txtd' ), | |
| 34 | - 'desc' => __( 'You can store the values globally so you can use them with other themes or store them as a "theme_mod" which will make an individual set of options only for the current theme', 'pixcustomify_txtd' ), | |
| 33 | + 'label' => __( 'Store values as:', 'customify' ), | |
| 34 | + 'desc' => __( 'You can store the values globally so you can use them with other themes or store them as a "theme_mod" which will make an individual set of options only for the current theme', 'customify' ), | |
| 35 | 35 | 'default' => 'option', |
| 36 | 36 | 'type' => 'select', |
| 37 | 37 | 'options' => array( |
| 38 | - 'option' => __( 'Option (global options)', 'pixcustomify_txtd' ), | |
| 39 | - 'theme_mod' => __( 'Theme Mod (per theme options)', 'pixcustomify_txtd' ), | |
| 38 | + 'option' => __( 'Option (global options)', 'customify' ), | |
| 39 | + 'theme_mod' => __( 'Theme Mod (per theme options)', 'customify' ), | |
| 40 | 40 | ), |
| 41 | 41 | ), |
| 42 | 42 | |
| 43 | 43 | 'disable_default_sections' => array( |
| 44 | 44 | 'name' => 'disable_default_sections', |
| 45 | - 'label' => __( 'Disable default sections', 'pixcustomify_txtd' ), | |
| 46 | - 'desc' => __( 'You can disable default sections', 'pixcustomify_txtd' ), | |
| 45 | + 'label' => __( 'Disable default sections', 'customify' ), | |
| 46 | + 'desc' => __( 'You can disable default sections', 'customify' ), | |
| 47 | 47 | 'type' => 'multicheckbox', |
| 48 | 48 | 'options' => array( |
| 49 | - 'nav' => __( 'Navigation', 'pixcustomify_txtd' ), | |
| 50 | - 'static_front_page' => __( 'Front Page', 'pixcustomify_txtd' ), | |
| 51 | - 'title_tagline' => __( 'Title', 'pixcustomify_txtd' ), | |
| 52 | - 'colors' => __( 'Colors', 'pixcustomify_txtd' ), | |
| 53 | - 'background_image' => __( 'Background', 'pixcustomify_txtd' ), | |
| 54 | - 'header_image' => __( 'Header', 'pixcustomify_txtd' ), | |
| 55 | - 'widgets' => __( 'Widgets', 'pixcustomify_txtd' ), | |
| 49 | + 'nav' => __( 'Navigation', 'customify' ), | |
| 50 | + 'static_front_page' => __( 'Front Page', 'customify' ), | |
| 51 | + 'title_tagline' => __( 'Title', 'customify' ), | |
| 52 | + 'colors' => __( 'Colors', 'customify' ), | |
| 53 | + 'background_image' => __( 'Background', 'customify' ), | |
| 54 | + 'header_image' => __( 'Header', 'customify' ), | |
| 55 | + 'widgets' => __( 'Widgets', 'customify' ), | |
| 56 | 56 | ), |
| 57 | 57 | ), |
| 58 | 58 | |
| 59 | 59 | 'enable_reset_buttons' => array( |
| 60 | 60 | 'name' => 'enable_reset_buttons', |
| 61 | - 'label' => __( 'Enable Reset Buttons', 'pixcustomify_txtd' ), | |
| 62 | - 'desc' => __( 'You can enable "Reset to defaults" buttons for panels / sections or all settings. We have disabled this feature by default to avoid accidental resets. If you are sure that you need it please enable this.', 'pixcustomify_txtd' ), | |
| 61 | + 'label' => __( 'Enable Reset Buttons', 'customify' ), | |
| 62 | + 'desc' => __( 'You can enable "Reset to defaults" buttons for panels / sections or all settings. We have disabled this feature by default to avoid accidental resets. If you are sure that you need it please enable this.', 'customify' ), | |
| 63 | 63 | 'default' => false, |
| 64 | 64 | 'type' => 'switch', |
| 65 | 65 | ), |
| 66 | 66 | |
| @@ -65,10 +65,10 @@ | ||
| 65 | 65 | ), |
| 66 | 66 | |
| 67 | 67 | 'enable_editor_style' => array( |
| 68 | 68 | 'name' => 'enable_editor_style', |
| 69 | - 'label' => __( 'Enable Editor Style', 'pixcustomify_txtd' ), | |
| 70 | - 'desc' => __( 'The styling added by Customify in front-end can be added in the WordPress editor too by enabling this option', 'pixcustomify_txtd' ), | |
| 69 | + 'label' => __( 'Enable Editor Style', 'customify' ), | |
| 70 | + 'desc' => __( 'The styling added by Customify in front-end can be added in the WordPress editor too by enabling this option', 'customify' ), | |
| 71 | 71 | 'default' => true, |
| 72 | 72 | 'type' => 'switch', |
| 73 | 73 | ), |
| 74 | 74 | ) |
| @@ -76,10 +76,10 @@ | ||
| 76 | 76 | |
| 77 | 77 | if ( !empty( $customify_sections ) ) { |
| 78 | 78 | $general_settings['options']['disable_customify_sections'] = array( |
| 79 | 79 | 'name' => 'disable_customify_sections', |
| 80 | - 'label' => __( 'Disable Customify sections', 'pixcustomify_txtd' ), | |
| 81 | - 'desc' => __( 'You can also disable Customify\'s sections', 'pixcustomify_txtd' ), | |
| 80 | + 'label' => __( 'Disable Customify sections', 'customify' ), | |
| 81 | + 'desc' => __( 'You can also disable Customify\'s sections', 'customify' ), | |
| 82 | 82 | 'type' => 'multicheckbox', |
| 83 | 83 | 'options' => $customify_sections |
| 84 | 84 | ); |
| 85 | 85 | } |