示例#1
0
			</div>
			<div class="L_right">
				<div class="container"> 
            		<div class="L_contact">
            			<ul class="left">
							<li<?php wplauncher_hideable_attr(); ?>><i class="wplauncher-icon wplauncher-icon-phone"></i> <?php wplauncher_text('default=012-345-6787&hideable=0&edit_color=0') ?></li>
							<li<?php wplauncher_hideable_attr(); ?>><i class="wplauncher-icon wplauncher-icon-fax"></i> <?php wplauncher_text('default=012-345-6788&hideable=0&edit_color=0') ?></li>
							<li<?php wplauncher_hideable_attr(); ?>><i class="wplauncher-icon wplauncher-icon-mail"></i> <?php wplauncher_text('default=contact@example.com&hideable=0&edit_color=0') ?></li>
						</ul>
						<ul class="right">
							<li<?php wplauncher_hideable_attr(); ?>><?php wplauncher_text('default=Launcher&hideable=0&edit_color=0') ?></li>
							<li<?php wplauncher_hideable_attr(); ?>><?php wplauncher_text('default=1147, Libertyville&hideable=0&edit_color=0') ?></li>
							<li<?php wplauncher_hideable_attr(); ?>><?php wplauncher_text('default=Illinois, USA&hideable=0&edit_color=0') ?></li>
						</ul>
					</div>
					<div class="L_social">
						<?php wplauncher_social('hideable=1&edit_color=1'); ?>
						<?php if (wplauncher_get_field('social_color')): ?>
							<style type="text/css">.L_social .wplauncher-social a { background-color: <?php echo wplauncher_get_field('social_color'); ?>; color: #fff; }</style>
						<?php endif; ?>
					</div>
					<div class="L_copyrights">
						<?php wplauncher_text( array( 'default' => '2015 &copy; Launcher Plugin by <a href="https://mythemeshop.com/" rel="nofollow">MyThemeShop</a>' ) ); ?>
					</div>
				</div>
			</div>
		<?php wplauncher_section_end(); ?>

		<?php wplauncher_footer(); // includes editor scripts ?>
	</body>
</html>
示例#2
0
						<p>
	          				<span class="text"><?php wplauncher_text('default=We are working on our website design. We are sure this new website will completely blow your mind! Plugin designed by MyThemeShop&hideable=1'); ?></span>
	          			</p>
						<?php wplauncher_subscribe(); ?>
						<?php if (wplauncher_get_field('subscribe_color')): ?>
							<style type="text/css">input[type="text"], input[type="email"], input[type="submit"] { border-color: <?php echo wplauncher_get_field('subscribe_color'); ?>; } input[type="submit"] { background-color: <?php echo wplauncher_get_field('subscribe_color'); ?>; }</style>
						<?php endif; ?>
						<div class="countdown">
							<?php wplauncher_countdown(array('format' => '
							<span class="counting wplauncher-days"><span class="count_num">%D</span><span class="count_text">Days</span></span>
							<span class="counting wplauncher-hours"><span class="count_num">%H</span><span class="count_text">Hours</span></span>
							<span class="counting wplauncher-minutes"><span class="count_num">%M</span><span class="count_text">Minutes</span></span>
							<span class="counting wplauncher-seconds"><span class="count_num">%S</span><span class="count_text">Seconds</span></span>
						', 'edit_color' => 1)); ?>
							<?php if (wplauncher_get_field('countdown_color')): ?>
								<style type="text/css">.count_num { color: <?php echo wplauncher_get_field('countdown_color'); ?>; }</style>
							<?php endif; ?>
						</div>
					</div>
				</div>
				<div class="rocket">
					<img class="floating-rocket shake shake-little shake-constant" src="<?php wplauncher_template_directory_uri(); ?>/the_rocket.png" alt="Launching" >
				</div>
				<div class="comeback">
					<img src="<?php wplauncher_template_directory_uri(); ?>/comeback.png" alt="comeback" >
				</div>
				<div class="launchpad">
					<img src="<?php wplauncher_template_directory_uri(); ?>/launchpad.png" alt="launchpad" >
				</div>
			</div>
			<div id="footer_area" class="footer1">
示例#3
0
			$refresh_rate = 50; // in preview & live page
			if (wplauncher_is_editor()) $refresh_rate = 3000; // in editor, no need for fancy animation
			wplauncher_countdown(array(
				'format' => '
					<span class="wplauncher-hours">%I</span>
						<span class="wplauncher-time-sep">:</span>
					<span class="wplauncher-minutes">%M</span>
						<span class="wplauncher-time-sep">:</span>
					<span class="wplauncher-seconds">%S</span>
						<span class="wplauncher-time-sep">:</span>
					<span class="wplauncher-milliseconds">%u</span>',
				'refresh_rate' => $refresh_rate,
				'hideable' => true,
				'edit_color' => true
			)); ?>
			<div<?php wplauncher_color_attr('id=social_icons_color'); ?>>
				<?php wplauncher_social('hideable=1'); ?>
			</div>
			<?php if (wplauncher_get_field('social_icons_color')): ?>
				<style type="text/css">.wplauncher-social a:hover { background: <?php echo wplauncher_get_field('social_icons_color'); ?>; }</style>
			<?php endif; ?>
			<div class="copyrights">
				<?php wplauncher_text( array( 'default' => '2015 &copy; Launcher Plugin by <a href="https://mythemeshop.com/" rel="nofollow">MyThemeShop</a>' ) ); ?>
			</div>
		</div>
		<div class="noise-wrap">
			<div class="noise"></div>
		</div>
		<?php wplauncher_footer(); // includes editor scripts ?>
	</body>
</html>