Current Path: > home > ivftiowh > > www > wp-content > themes > felizia > theme-options
Operation : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 Software : Apache Server IP : 185.61.154.216 | Your IP: 216.73.216.44 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
index.php | File | 28 bytes | December 16 2016 12:33:30. | |
theme.customizer.color-scheme.js | File | 14549 bytes | April 04 2019 10:28:40. | |
theme.customizer.css | File | 1226 bytes | December 22 2017 18:02:22. | |
theme.customizer.php | File | 42175 bytes | April 04 2019 14:21:32. | |
theme.customizer.preview.js | File | 2818 bytes | December 16 2016 12:33:30. | |
theme.options.php | File | 70381 bytes | April 04 2019 14:28:48. | |
theme.override-options.js | File | 12584 bytes | April 04 2019 14:30:38. | |
theme.styles.php | File | 50440 bytes | April 19 2019 10:26:22. |
/** * Live-update changed settings in real time in the Customizer preview. */ ( function( $ ) { "use strict"; var $style = $('#felizia-color-scheme-css'), api = wp.customize; // Prepare inline styles in the preview window if ( $style.length == 0 ) { $style = $('head').append( '<'+'style type="text/css" id="felizia-color-scheme-css" />' ).find('#felizia-color-scheme-css'); } // Refresh preview without page reload when controls are changed api.bind( 'preview-ready', function() { "use strict"; // Change css when color scheme or separate color controls are changed api.preview.bind( 'refresh-color-scheme-css', function( css ) { "use strict"; $style.html( css ); } ); // Any other controls are changed api.preview.bind( 'refresh-other-controls', function( obj ) { "use strict"; var id = obj.id, val = obj.value; if (id == 'body_style') { $('body').removeClass('body_style_boxed body_style_wide body_style_fullwide').addClass('body_style_'+val); $(window).trigger('resize'); } else if (id == 'color_scheme') { $('body,html').removeClass('scheme_default scheme_light scheme_dark scheme_black').addClass('scheme_'+val); } else if (id == 'header_scheme') { $('.top_panel').removeClass('scheme_default scheme_light scheme_dark scheme_black').addClass('scheme_'+val); } else if (id == 'menu_scheme') { $('.sc_layouts_menu, .menu_side_wrap, .menu_mobile').removeClass('scheme_default scheme_light scheme_dark scheme_black').addClass('scheme_'+val); } else if (id == 'sidebar_scheme') { $('.sidebar').removeClass('scheme_default scheme_light scheme_dark scheme_black').addClass('scheme_'+val); } else if (id == 'footer_scheme') { $('.footer_wrap, .footer_widgets_wrap, .footer_copyright_wrap').removeClass('scheme_default scheme_light scheme_dark scheme_black').addClass('scheme_'+val); } else if (id.indexOf('expand_content') == 0) { if ( $('body').hasClass('sidebar_hide') ) { if (val == 1) $('body').addClass('expand_content'); else $('body').removeClass('expand_content'); } } else if (id.indexOf('remove_margins') == 0) { if (val == 1) $('body').addClass('remove_margins'); else $('body').removeClass('remove_margins'); } else if (id.indexOf('sidebar_position') == 0) { if ($('body').hasClass('sidebar_show')) $('body').removeClass('sidebar_left sidebar_right').addClass('sidebar_'+val); } else if (id == 'blogname') { $('.sc_layouts_logo .logo_text').html( felizia_prepare_macros(val) ); } else if (id == 'blogdescription') { $( '.sc_layouts_logo .logo_slogan' ).html( felizia_prepare_macros(val) ); } else if (id == 'copyright') { $( '.copyright_text' ).html( felizia_prepare_macros(val) ); } } ); } ); } )( jQuery );
SILENT KILLER Tool