コード例 #1
0
ファイル: default.php プロジェクト: emergugue/theme_salvemooz
			<div class="L_right">
				<div class="container">
			  		<div class="L_icon">
						<div <?php wplauncher_color_attr('id=twittericon_color&class=twittericon'); ?>><i class="wplauncher-icon-twitter"></i></div>
					</div>
					<div class="front-view-content">
						<?php wplauncher_twitter('number=1&edit_color=1'); ?>
						<?php if (wplauncher_get_field('twittericon_color')): ?>
							<style type="text/css">.L_icon .twittericon { border-color: <?php echo wplauncher_get_field('twittericon_color'); ?>; }</style>
						<?php endif; ?>
					</div>
				</div>
			</div>
		<?php wplauncher_section_end(); ?>

		<?php wplauncher_section_start(array('default_bg' => wplauncher_get_template_directory_uri().'/contact.jpg', 'class' => 'L_third')); ?>
			<div class="L_left">
		    	<div class="container">
					<h3 class="front-view-title">
						<?php wplauncher_text('Contact Us'); ?>
					</h3>
					<div class="contact-form">
						<?php wplauncher_contact('edit_color=1'); ?>
						<?php if (wplauncher_get_field('contact_color')): ?>
							<style type="text/css">#wplauncher_contact_form input, #wplauncher_contact_form textarea { border-color: <?php echo wplauncher_get_field('contact_color'); ?>; } .L_third #wplauncher_contact_submit { background-color: <?php echo wplauncher_get_field('contact_color'); ?>; }</style>
						<?php endif; ?>
					</div>
				</div>
			</div>
			<div class="L_right">
				<div class="container"> 
コード例 #2
0
ファイル: rocket.php プロジェクト: emergugue/theme_salvemooz
*/

if (!defined('ABSPATH')) die();
?><!DOCTYPE html>
<html>
	<head>
		<meta http-equiv="X-UA-Compatible" content="IE=edge">
		<meta charset="utf-8">
		<?php wplauncher_head(); // title, favicon, meta description, noindex ?>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<link rel="stylesheet" href="<?php wplauncher_template_directory_uri(); ?>/style.css">
		<link rel="stylesheet" href="<?php wplauncher_template_directory_uri(); ?>/shake.css">
		<link href='http://fonts.googleapis.com/css?family=Exo+2:400,600,700' rel='stylesheet' type='text/css'>
	</head>
	<body>
		<div id="launcher" <?php wplauncher_background_attr('meta=class:bg&default='.wplauncher_get_template_directory_uri().'/bgpattern.png'); ?>>
			<div class="page">
				<div id="social"<?php wplauncher_color_attr('id=social_icons_color'); ?>>
					<p class="followus">Follow Us:</p> 
					<?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; ?>
コード例 #3
0
ファイル: retro.php プロジェクト: emergugue/theme_salvemooz
Supports: countdown timer, social icons
*/

if (!defined('ABSPATH')) die();
?><!DOCTYPE html>
<html>
	<head>
		<meta http-equiv="X-UA-Compatible" content="IE=edge">
		<meta charset="utf-8">
		<?php wplauncher_head(); // title, favicon, meta description, noindex ?>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<link rel="stylesheet" href="<?php wplauncher_template_directory_uri(); ?>/style.css">
		<link href='http://fonts.googleapis.com/css?family=Bowlby+One|Open+Sans:700,400' rel='stylesheet' type='text/css'>
	</head>
	<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>