This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ( ! function_exists ( 'xad_product_childpage ' )) : | |
function xad_product_childpage($pageId) { | |
$childArgs = array( | |
'sort_order' => 'ASC', | |
'sort_column' => 'menu_order', | |
'child_of' => $pageId | |
); | |
$childList = get_pages($childArgs); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Fix issue with foundation not closing "is reveal open" | |
$(document).on('closed.zf.reveal', function() { | |
if ($('body').hasClass('is-reveal-open')) { | |
$('body').removeClass('is-reveal-open'); | |
} | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
width: ; | |
height: ; | |
min-width: ; | |
max-width: ; | |
min-height: ; | |
max-height: ; | |
padding: ; | |
padding-top: ; | |
padding-right: ; |
OlderNewer