Ejemplo n.º 1
0
         style="z-index: 6">
        <?php 
if (isset($slide['secondaryText'])) {
    ?>
            <?php 
    print $slide['secondaryText'];
    ?>
        <?php 
}
?>
    </div>

    <!-- LAYER -->
    <div class="tp-caption sft"
        <?php 
if (in_live_edit()) {
    print 'data-autoplay="false"';
}
?>
         data-x="center"
         data-hoffset="0"
         data-y="310"
         data-speed="1600"
         data-start="2800"
         data-easing="Power4.easeOut"
         data-endspeed="300"
         data-endeasing="Power1.easeIn"
         data-captionhidden="off"
         style="z-index: 6">
            <a href="#" class="btn-u btn-brd btn-brd-hover btn-u-light">Learn More</a>
            <a href="#" class="btn-u btn-brd btn-brd-hover btn-u-light">Our Work</a>
Ejemplo n.º 2
0
    $font_family_safe = 'inherit';
}
if ($font_family_safe != 'inherit') {
    ?>

    <script>mw.require('//fonts.googleapis.com/css?family=<?php 
    print $font_family;
    ?>
&filetype=.css', true);</script>

<?php 
}
?>

<a href="<?php 
if (!in_live_edit()) {
    print site_url();
} else {
    if ($logoimage == '' and $text == '') {
        print 'javascript:mw.drag.module_settings();void(0);';
    } else {
        print site_url();
    }
}
?>
" class="mw-ui-row-nodrop module-logo navbar-brand" style="width: auto;">
    <?php 
if ($logoimage == '' and $text == '') {
    if (is_live_edit()) {
        ?>
<span class="mw-logo-no-values">Click to add logo</span><?php 
Ejemplo n.º 3
0
            <?php 
            $shipping_options = mw('shop\\shipping\\shipping_api')->get_active();
            ?>
            <?php 
            if (in_live_edit() or $cart_show_shipping != 'n' and !empty($shipping_options)) {
                ?>
                <div class="mw-ui-col">
                    <div class="mw-ui-col-container">
                        <module type="shop/shipping"/>
                    </div>
                </div>
            <?php 
            }
            ?>
            <?php 
            if (in_live_edit() or $cart_show_payments != 'n') {
                ?>

                <div class="mw-ui-col">
                    <div class="mw-ui-col-container">
                        <module type="shop/payments"/>
                    </div>
                </div>
            <?php 
            }
            ?>

        </div>
        <div class="alert hide"></div>
        <div class="mw-cart-action-holder">
            <hr/>