public function setHeight(Charcoal_Float $height)
 {
     $this->_height = uf($height);
 }
Example #2
0
    ?>
" title="instagram" class="circle"><i class="fa fa-instagram fa-fw"></i></a>
                <?php 
}
?>
            </div>
            <!-- //OneFourth -->
        </div>
    </div>
    <!-- //Wrapper -->

    <div class="copy">
        <!-- Wrapper -->
        <div class="wrap">
            <p><?php 
uf('copyright_text', 'option');
?>
</p>
            <p></p>
        </div>
        <!-- //Wrapper -->
    </div>
</footer>
<!-- //Footer -->

<?php 
wp_footer();
?>
</body>
</html>
Example #3
0
" class="button white medium"><?php 
        uf('full_cta_2_button_text');
        ?>
</a>
                <?php 
    }
    ?>
            </div>
        </section>
    <?php 
}
?>
    <!-- //Call to action -->

    <?php 
if (uf('yacht_listing_show', '', false)) {
    ?>
        <?php 
    $recent_yachts = selenenw_get_yacht_listing(false, array(), 'is_selenenw DESC', '12');
    ?>
        <?php 
    if ($recent_yachts) {
        ?>
        <!-- Yachts -->
        <div class="results">
            <?php 
        foreach ($recent_yachts as $yacht) {
            ?>
            <!-- Item -->
            <figure class="one-fourth item">
                <img src="<?php 
Example #4
0
 /**
  * Enables using uf() as a shortcode
  *
  * @param mixed $args The args that are provided to the shortcode
  * @param string $content The content that is in the shortcode. It should be empty
  * @return string The output of the fields
  */
 public function shortcode($atts, $content = null)
 {
     extract(shortcode_atts(array('key' => '', 'type' => ''), $atts));
     return uf($key, $type, false);
 }
Example #5
0
    </header>
    <!-- //Intro -->

    <!-- Content -->
    <div class="content boxed grid2">
        <!-- Item -->
        <article class="full-width hentry">
            <div class="one-half">
                <div class="text">
                    <?php 
        uf('contact_form');
        ?>
                </div>
            </div>
            <div class="one-half"><iframe src="<?php 
        uf('contact_map');
        ?>
" width="1000" height="800" frameborder="0" style="border:0"></iframe></div>
        </article>
        <!-- //Item -->
    </div>
    <!-- //Content-->
    <?php 
    }
    ?>
        <!-- //Content-->
        <?php 
    // If no content, include the "No posts found" template.
} else {
    get_template_part('content', 'none');
}
 public function setTop(Charcoal_Float $top)
 {
     $this->_top = uf($top);
 }
 /**
  * 直線
  *
  */
 public function drawLineAbsolute(Charcoal_Float $x1, Charcoal_Float $y1, Charcoal_Float $x2, Charcoal_Float $y2)
 {
     $switcher = new Charcoal_ErrorReportingSwitcher(0, E_DEPRECATED);
     $this->_pdf->Line(uf($x1), uf($y1), uf($x2), uf($y2));
 }
Example #8
0
                <?php 
if (uf('fo_phone', 'option', false) != '') {
    ?>
                    <p><span class="circle small"><i class="fa fa-phone"></i></span><?php 
    uf('fo_phone', 'option');
    ?>
</p>
                <?php 
}
?>
                <?php 
if (uf('fo_email', 'option', false) != '') {
    ?>
                    <p><span class="circle small"><i class="fa fa-envelope"></i></span> <a href="mailto:<?php 
    uf('fo_email', 'option');
    ?>
"><?php 
    uf('fo_email', 'option');
    ?>
</a></p>
                <?php 
}
?>
            </div>
            <!-- //OneFourth -->
        </div>
    </div>
    <!-- //Wrapper -->
</aside>
<!-- //Bottom Sidebar -->
Example #9
0
        <span></span>
        <span></span>
        <span></span>
    </div>
</div>
<!-- //Preloader -->

<!-- Header -->
<header class="header" role="banner">
    <div class="wrap">
        <!-- Logo -->
        <a href="<?php 
echo esc_url(home_url('/'));
?>
" title="Selene" class="logo"><img src="<?php 
uf('logo', 'option');
?>
" /></a>
        <!-- //Logo -->

        <!-- Primary menu -->
        <?php 
if (has_nav_menu('primary')) {
    ?>
            <nav class="main-nav" role="navigation">
                <?php 
    // Primary navigation menu.
    wp_nav_menu(array('menu_class' => 'jetmenu', 'menu_id' => 'jetmenu', 'theme_location' => 'primary', 'walker' => new themeslug_walker_nav_menu()));
    ?>
            </nav>
        <?php 
Example #10
0
				<label>Telefone de Entrega <span id='required'>*</span></label>
				<input type='text' name='tel_send' id='telsend' size='40' maxlength='11'>
				<label>Logradouro <span id='required'>*</span></label>
				<input type='text' name='logradouro' id='logradouro' size='50'>
				<label>Número <span id='required'>*</span></label>
				<input type='text' name='num' id='num' size='10' maxlength='5'>
				<label>Complemento</label>
				<input type='text' name='compl' id='compl' size='40' maxlength='20'>
				<label>Bairro <span id='required'>*</span></label>
				<input type='text' name='bairro' id='bairro' size='40' maxlength='50'>
				<label>Cidade <span id='required'>*</span></label>
				<input type='text' name='cidade' id='cidade' size='40' maxlength='50'>
				<label>Tipo de Endereço</label>
				<select name='tipo_end'>
					<option value=''>&nbsp;</option>
					<option value='Residencial'> Residencial </option>
				</select>
				<label>Ponto de Referência</label>
				<input type='text' name='ponto_ref' id='ponto_ref' size='40' maxlength='50'>
				<label>Estado <span id='required'>*</span></label>
				<?php 
    echo uf();
    ?>
				
				<input type='submit' value='Salvar' name='submit'>
			</div>
		</form>
	</div>
</div>
<?php 
}