mirror of
https://github.com/10h30/trestle.git
synced 2026-07-16 21:23:33 +09:00
Added equal heights col functionality. Adde lots of CSS for sidebar button/form/input/Gravity Forms - may need more testing.
This commit is contained in:
@@ -28,4 +28,13 @@ jQuery(document).ready(function() {
|
||||
jQuery('.trestle-post-info-meta').slideToggle();
|
||||
});
|
||||
|
||||
// Add drop-down functionality for equal height breakpoint
|
||||
if( ! jQuery('#genesis-settings\\[trestle_equal_height_cols\\]').is(':checked') ) {
|
||||
jQuery('.trestle-equal-columns-breakpoint').hide();
|
||||
}
|
||||
|
||||
jQuery('#genesis-settings\\[trestle_equal_height_cols\\]').change(function() {
|
||||
jQuery('.trestle-equal-columns-breakpoint').slideToggle();
|
||||
});
|
||||
|
||||
}); /* end of as page load scripts */
|
||||
|
||||
Reference in New Issue
Block a user