golden hour
/home/phakp/public_html/wp/wp-content/themes/vogue/includes/vogue-pro
⬆️ Go Up
Upload
File/Folder
Size
Actions
class-customize.php
2.26 KB
Del
OK
customize-controls.css
401 B
Del
OK
customize-controls.js
827 B
Del
OK
section-pro.php
1.5 KB
Del
OK
Edit: customize-controls.js
( function( api ) { // Extends our custom "example-1" section. api.sectionConstructor['vogue_premium'] = api.Section.extend( { // No events for this type of section. attachEvents: function () {}, // Always make the section active. isContextuallyActive: function () { return true; } } ); var api_inter_link = wp.customize; api_inter_link.bind('ready', function() { jQuery(['control', 'section', 'panel']).each(function(i, type) { jQuery('a[rel="tc-'+type+'"]').click(function(e) { e.preventDefault(); var id = jQuery(this).attr('href').replace('#', ''); if(api_inter_link[type].has(id)) { api_inter_link[type].instance(id).focus(); } }); }); }); } )( wp.customize );
Save