This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Demo & Download Link: http://dimsemenov.com/plugins/magnific-popup/ | |
01. Youtube video >> | |
// html markup | |
<a href="http://www.youtube.com/watch?v=0O2aH4XLbto" class="videoBtn">Watch Video</a> | |
// javascript |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
responsive : { | |
0 : { | |
items: 2 | |
}, | |
768 : { | |
items: 4 | |
}, | |
991 : { | |
items: 6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- html --> | |
<div class="sticky_anchor"></div> | |
/* css */ | |
.sticky{ | |
position: fixed; | |
top: 0; | |
z-index: 2; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(window).scroll(function(){ | |
if ($(this).scrollTop() > 150) { | |
$('.topScrl').fadeIn(); | |
} else { | |
$('.topScrl').fadeOut(); | |
} | |
}); | |
//Click event to scroll to top | |
$('.topScrl').click(function(){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if ( ! defined( 'ABSPATH' ) ) { exit; } | |
function about_page_shortcode( $atts, $content = null ) { | |
extract( shortcode_atts( array( | |
'title' => '', | |
'bg' => '', | |
'desc' => '', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section id="recent"> | |
<h1>Recently Added</h1> | |
<ul class="row-fluid"> | |
<?php | |
extract(shortcode_atts(array( | |
"per_page" => '5' | |
), $atts)); | |
// Get WooCommerce Global | |
global $woocommerce; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-Woocommerce Customization-=-=-=-=-=-=-=-=-=-=-= | |
// @customization files: followed by .php | |
# wc>loop>rating | |
# wc>loop>price | |
# wc>loop>add-to-cart | |
# wc>content-product | |
# wc>content-single-product | |
# wc>archive-product | |
# wc>single-product>add-to-cart>variation-add-to-cart-button |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Importent Addon for Sublime text and Aton | |
01. Autoprefixer | |
02. Beautify *** | |
03. Brackets CSS Class Code hint *** | |
04. Documents Toolbar *** | |
06. Emmet *** | |
07. Interactive Linter *** | |
08. Indent Guides *** | |
10. More CSS Code Hints *** | |
12. Color Highlighter *** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Registration Code | |
Name : www.xyraclius.com | |
Serial : OOCRYIMDMDPWRETFPSUZ |
OlderNewer