PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
plugins
/
modern-events-calendar
/
app
/
features
/
mec
<?php /** no direct access **/ defined('MECEXEC') or die(); $styles = $this->main->get_styles(); ?> <div class="wns-be-container wns-be-container-sticky"> <div id="wns-be-infobar"> <a href="" id="" class="dpr-btn dpr-save-btn"><?php _e('Save Changes', 'mec'); ?></a> </div> <div class="wns-be-sidebar"> <?php $this->main->get_sidebar_menu('customcss'); ?> </div> <div class="wns-be-main"> <div id="wns-be-notification"></div> <div id="wns-be-content"> <div class="wns-be-group-tab"> <h2><?php _e('Custom Styles', 'mec'); ?></h2> <div class="mec-container"> <form id="mec_styles_form"> <div class="mec-form-row"> <textarea id="mec_styles_CSS" name="mec[styles][CSS]"><?php echo (isset($styles['CSS']) ? stripslashes($styles['CSS']) : ''); ?></textarea> <p class="description"><?php _e("If you're a developer or you have some knowledge about CSS codes, you can place your desired styles codes here. These codes will be included in your theme frontend after all styles so they will override MEC default (or theme) styles.", 'mec'); ?></p> <?php wp_nonce_field('mec_options_form'); ?> <button style="display: none;" id="mec_styles_form_button" class="button button-primary mec-button-primary" type="submit"><?php _e('Save Changes', 'mec'); ?></button> </div> </form> </div> </div> </div> </div> <div id="wns-be-footer"> <a href="" id="" class="dpr-btn dpr-save-btn"><?php _e('Save Changes', 'mec'); ?></a> </div> </div> <script type="text/javascript"> jQuery(document).ready(function() { jQuery(".dpr-save-btn").on('click', function(event) { event.preventDefault(); jQuery("#mec_styles_form_button").trigger('click'); }); }); jQuery("#mec_styles_form").on('submit', function(event) { event.preventDefault(); // Add loading Class to the button jQuery(".dpr-save-btn").addClass('loading').text("<?php echo esc_js(esc_attr__('Saved', 'mec')); ?>"); jQuery('<div class="wns-saved-settings"><?php echo esc_js(esc_attr__('Settings Saved!', 'mec')); ?></div>').insertBefore('#wns-be-content'); var styles = jQuery("#mec_styles_form").serialize(); jQuery.ajax( { type: "POST", url: ajaxurl, data: "action=mec_save_styles&"+styles, beforeSend: function() { jQuery('.wns-be-main').append('<div class="mec-loarder-wrap mec-settings-loader"><div class="mec-loarder"><div></div><div></div><div></div></div></div>'); }, success: function(data) { // Remove the loading Class to the button setTimeout(function(){ jQuery(".dpr-save-btn").removeClass('loading').text("<?php echo esc_js(esc_attr__('Save Changes', 'mec')); ?>"); jQuery('.wns-saved-settings').remove(); jQuery('.mec-loarder-wrap').remove(); }, 1000); }, error: function(jqXHR, textStatus, errorThrown) { // Remove the loading Class to the button setTimeout(function(){ jQuery(".dpr-save-btn").removeClass('loading').text("<?php echo esc_js(esc_attr__('Save Changes', 'mec')); ?>"); jQuery('.wns-saved-settings').remove(); jQuery('.mec-loarder-wrap').remove(); }, 1000); } }); }); </script>
[+]
..
[-] notifications.php
[edit]
[-] gateways.php
[edit]
[-] booking.php
[edit]
[-] styling.php
[edit]
[-] styles.php
[edit]
[-] messages.php
[edit]
[-] single.php
[edit]
[-] support-page.php
[edit]
[-] index.html
[edit]
[-] regform.php
[edit]
[-] dyncss.php
[edit]
[-] settings.php
[edit]
[-] modules.php
[edit]
[-] ie.php
[edit]
[+]
webfonts
[-] dashboard.php
[edit]
[-] support.php
[edit]
[-] addons.php
[edit]
[+]
meta_boxes