░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/cultivarts/wp-content/themes/total/inc/js
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: customizer-scripts.js
jQuery(document).ready(function($) { //"use strict"; //FontAwesome Icon Control JS $('body').on('click', '.total-icon-list li', function(){ var icon_class = $(this).find('i').attr('class'); $(this).addClass('icon-active').siblings().removeClass('icon-active'); $(this).parent('.total-icon-list').prev('.total-selected-icon').children('i').attr('class','').addClass(icon_class); $(this).parent('.total-icon-list').next('input').val(icon_class).trigger('change'); }); $('body').on('click', '.total-selected-icon', function(){ $(this).next().slideToggle(); }); //Switch Control $('body').on('click', '.onoffswitch', function(){ var $this = $(this); if($this.hasClass('switch-on')){ $(this).removeClass('switch-on'); $this.next('input').val('off').trigger('change') }else{ $(this).addClass('switch-on'); $this.next('input').val('on').trigger('change') } }); // Gallery Control $('.upload_gallery_button').click(function(event){ var current_gallery = $( this ).closest( 'label' ); if ( event.currentTarget.id === 'clear-gallery' ) { //remove value from input current_gallery.find( '.gallery_values' ).val( '' ).trigger( 'change' ); //remove preview images current_gallery.find( '.gallery-screenshot' ).html( '' ); return; } // Make sure the media gallery API exists if ( typeof wp === 'undefined' || !wp.media || !wp.media.gallery ) { return; } event.preventDefault(); // Activate the media editor var val = current_gallery.find( '.gallery_values' ).val(); var final; if ( !val ) { final = '[gallery ids="0"]'; } else { final = '[gallery ids="' + val + '"]'; } var frame = wp.media.gallery.edit( final ); frame.state( 'gallery-edit' ).on( 'update', function( selection ) { //clear screenshot div so we can append new selected images current_gallery.find( '.gallery-screenshot' ).html( '' ); var element, preview_html = '', preview_img; var ids = selection.models.map( function( e ) { element = e.toJSON(); preview_img = typeof element.sizes.thumbnail !== 'undefined' ? element.sizes.thumbnail.url : element.url; preview_html = "<div class='screen-thumb'><img src='" + preview_img + "'/></div>"; current_gallery.find( '.gallery-screenshot' ).append( preview_html ); return e.id; } ); current_gallery.find( '.gallery_values' ).val( ids.join( ',' ) ).trigger( 'change' ); } ); return false; }); //MultiCheck box Control JS $( '.customize-control-checkbox-multiple input[type="checkbox"]' ).on( 'change', function() { var checkbox_values = $( this ).parents( '.customize-control' ).find( 'input[type="checkbox"]:checked' ).map( function() { return $( this ).val(); } ).get().join( ',' ); $( this ).parents( '.customize-control' ).find( 'input[type="hidden"]' ).val( checkbox_values ).trigger( 'change' ); } ); //Chosen JS $(".hs-chosen-select").chosen({ width: "100%" }); //Scroll to section $('body').on('click', '#accordion-panel-total_home_panel .control-subsection .accordion-section-title', function(event) { if ( !$(this).parent('.control-subsection').hasClass('open') ) { return false; }; var section_id = $(this).parent('.control-subsection').attr('id'); scrollToSection( section_id ); }); }); function scrollToSection( section_id ){ var preview_section_id = "ht-home-slider-section"; var $contents = jQuery('#customize-preview iframe').contents(); switch ( section_id ) { case 'accordion-section-total_slider_section': preview_section_id = "ht-home-slider-section"; break; case 'accordion-section-total_about_section': preview_section_id = "ht-about-us-section"; break; case 'accordion-section-total_featured_section': preview_section_id = "ht-featured-post-section"; break; case 'accordion-section-total_portfolio_section': preview_section_id = "ht-portfolio-section"; break; case 'accordion-section-total_service_section': preview_section_id = "ht-service-post-section"; break; case 'accordion-section-total_team_section': preview_section_id = "ht-team-section"; break; case 'accordion-section-total_testimonial_section': preview_section_id = "ht-testimonial-section"; break; case 'accordion-section-total_counter_section': preview_section_id = "ht-counter-section"; break; case 'accordion-section-total_blog_section': preview_section_id = "ht-blog-section"; break; case 'accordion-section-total_client_logo_section': preview_section_id = "ht-logo-section"; break; case 'accordion-section-total_cta_section': preview_section_id = "ht-cta-section"; break; } if( $contents.find('#'+preview_section_id).length > 0 ){ $contents.find("html, body").animate({ scrollTop: $contents.find( "#" + preview_section_id ).offset().top }, 1000); } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 admin-scripts.js
JS
1.8 KB
2016-11-30 12:14
EDIT
📄 chosen.jquery.js
JS
43.1 KB
2016-11-30 12:14
EDIT
📄 customizer-scripts.js
JS
5.6 KB
2016-11-30 12:14
EDIT