Initial Commit N° : 003 - V.4.3.5
This commit is contained in:
@@ -17,6 +17,9 @@ $beside_mm = $block_custom != '' && $block_custom != false ? $block_custom : $be
|
||||
$popup_block_custom = elessi_static_block_popup();
|
||||
$popup_block = $popup_block_custom != '' && $popup_block_custom != false ? $popup_block_custom : $popup_block;
|
||||
|
||||
|
||||
$menu_warp_class .= $beside_mm ? ' nasa-flex jbw align-stretch' : '';
|
||||
|
||||
?>
|
||||
|
||||
<div class="<?php echo esc_attr($header_classes); ?>">
|
||||
@@ -74,12 +77,11 @@ $popup_block = $popup_block_custom != '' && $popup_block_custom != false ? $popu
|
||||
<?php if ($beside_mm) : ?>
|
||||
<div class="nasa-beside-mm hide-for-small hide-for-medium <?php echo ($popup_block != '' && $popup_block != false) ? esc_attr('ns-toggle-popup-static-block') : '';?>">
|
||||
<?php echo $beside_mm; ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($popup_block && $beside_mm) : ?>
|
||||
<div class="hide-for-small hide-for-medium ns-static-block-popup">
|
||||
<?php echo $popup_block; ?>
|
||||
<?php if ($popup_block) : ?>
|
||||
<div class="hide-for-small hide-for-medium ns-static-block-popup">
|
||||
<?php echo $popup_block; ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user