Ejemplo n.º 1
0
					<?php wplauncher_social('hideable=1'); ?>
				</div>
				<div id="block">
	      			<div id="block-text">
	      				<h1><?php wplauncher_text('default=Launcher Plugin Demo&hideable=1'); ?></h1>
						<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">
Ejemplo n.º 2
0
	<body>
		<div<?php wplauncher_background_attr('meta=class:bg&default='.wplauncher_get_template_directory_uri().'/testpattern.jpg'); ?>></div>

		<div class="wrap">
			<h1><?php wplauncher_text('default=PLEASE STAND BY&hideable=1'); ?></h1>
			<p><?php wplauncher_text('default=Launching Soon&hideable=1'); ?></h1>
			<?php 
			$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>