Skip to content

Instantly share code, notes, and snippets.

View SimpleProThemes's full-sized avatar

SimpleProThemes

View GitHub Profile
@SimpleProThemes
SimpleProThemes / Footer Left - Flex Theme
Created April 23, 2015 07:06
Footer Left - Flex Theme
@SimpleProThemes
SimpleProThemes / Footer Right - Flex Theme
Created April 23, 2015 07:11
Footer Right - Flex Theme
@SimpleProThemes
SimpleProThemes / Call to Action - Flex Agency Layout
Created April 23, 2015 07:17
Call to Action - Flex Agency Layout
<div class="cta"><div class="shadow"><div class="three-fourths first"><h2>Call to Action Section</h2>Here's a great place to write something specific that you want your visitors to read.</div><div class="one-fourth"><a class="button alignright" href="http://www.google.com">Contact Us</a></div></div></div>
@SimpleProThemes
SimpleProThemes / Call to Action - Flex Magazine Layout
Created April 23, 2015 07:24
Call to Action - Flex Magazine Layout
<div class="cta"><div class="shadow"><img src="IMG" class="alignright"/><h2>Download Free Lifestyle Guide</h2>Give your style quotient a big boost with our free lifestyle guides. Small and simple things for effort-less styling in everyday life. You can also use this section to display advertisement banners or any important call to action offering for maximum conversions.
<br /><br />
<a href="http://www.google.com" class="button">Download Now</a>
</div></div>
@SimpleProThemes
SimpleProThemes / sticky-menu.css
Last active August 29, 2015 14:27
Sticky Menu CSS
/* Sticky Nav */
.sticky-nav .site-navigation {
background: #fff;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
/* Remove Sticky Menu for Device */
@SimpleProThemes
SimpleProThemes / sticky-menu.js
Last active September 15, 2015 13:55
Sticky Menu Scripts
jQuery(document).ready(function($) {
/* ===================================
* Sticky Nav
* =================================== */
var $header_bar = $site_header = $wpadminbar = 0;
if( $('.site-top').length ) { $header_bar = $('.site-top').innerHeight(); }
if( $('.site-header').length ) { $site_header = $('.site-header').innerHeight(); }
if( $('#wpadminbar').length ) { $wpadminbar = $('#wpadminbar').innerHeight(); }
$(window).scroll(function() {
if ( $(window).scrollTop() > ( $site_header + $header_bar + $wpadminbar ) ) {
@SimpleProThemes
SimpleProThemes / Sunshine - Business Layout - Before Header Text
Created January 14, 2016 07:07
Sunshine - Business Layout - Before Header Text
<div class="text-align-left">
<i class="icon ion-ios-location"></i> Sunshine Digital Media Platform
</div>
<div class="text-align-right">
<i class="icon ion-ios-telephone"></i> 0092765428 &nbsp; <i class="icon ion-ios-email"></i> hello@example.com
</div>
@SimpleProThemes
SimpleProThemes / Sunshine - Business Layout - Home Top - Banner 1
Created January 14, 2016 07:16
Sunshine - Business Layout - Home Top - Banner 1
<h2>Sunshine Digital Media Platform</h2>
<h3>Web Design + Development + SEO</h3>
@SimpleProThemes
SimpleProThemes / Sunshine - Business Layout - Home Top - Banner 2
Created January 14, 2016 07:25
Sunshine - Business Layout - Home Top - Banner 2
<div class="one-fourth first">
<h2><i class="icon ion-paper-airplane"></i></h2>
<h3>165 Testimonials</h3>
</div>
<div class="one-fourth">
<h2><i class="icon ion-coffee"></i></h2>
<h3>999+ Coffee Cups</h3>
</div>
@SimpleProThemes
SimpleProThemes / Sunshine - Business Layout - Home Bottom - Banner 2
Created January 14, 2016 07:39
Sunshine - Business Layout - Home Bottom - Banner 2
<div class="two-thirds first">
<h2>Expert digital media services for your business</h2>
</div>
<div class="one-third">
<a href="#" class="button">Get Free Quote</a>
</div>