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
<main id="slider-block-mfw-001" class="d-flex align-items-center"> | |
<section class="container-fluid"> | |
<?php | |
$gallery_1 = get_field('slider_block_mfw_001_gallery'); | |
if ($gallery_1) : | |
?> | |
<article class="slider-holder wow slideInUp"> |
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 | |
$gallery_1 = get_field('gallery_1'); | |
if ($gallery_1) : | |
?> | |
<section id="gallery_1" class="imb-home-top-image-grid"> | |
<main class=""> |
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 | |
// 1. customize ACF path | |
add_filter('acf/settings/path', 'my_acf_settings_path'); | |
function my_acf_settings_path( $path ) { | |
// update path | |
$path = get_stylesheet_directory() . '/acf/'; | |
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
<!--======================================================= | |
= SHOPIFY - COMMONT BUY BUTTON CODE = | |
========================================================--> | |
<style type="text/css"> | |
/* Button Style */ | |
.shopify-buy-frame { | |
text-align: center; | |
} | |
.shopify-buy__btn { | |
border-radius: 50px; |
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 | |
/** | |
* The template for displaying all single posts. | |
* | |
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post | |
* | |
* @package Moose_Framework | |
*/ | |
get_header('shopify'); ?> |
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
<figure class="add-to-cart-btn text-center" style="margin-bottom: 5rem;"> | |
<!-- <a class="btn btn-default btn-lg" href="#">ADD TO CART</a> --> | |
<div id='product-component-26e18817b91'></div> | |
<script type="text/javascript"> | |
/*<![CDATA[*/ | |
(function () { | |
var scriptURL = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js'; | |
if (window.ShopifyBuy) { |
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
<h1 class="text-center">Single Shopify Product BUTTON ONLY</h1> | |
<h3> | |
Product is coming from Rico's store - Nuva Organics | |
</h3> | |
<script src="https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js" type="text/javascript"></script> | |
<script type="text/javascript"> | |
var client = ShopifyBuy.buildClient({ |
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
<link rel="stylesheet" href="css/animate.css"> | |
<script src="js/wow.min.js"></script> | |
<script> | |
new WOW().init(); | |
</script> | |
<div class="wow bounceInUp"> | |
Content to Reveal Here | |
</div> |
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
<a href="#" data-featherlight="http://via.placeholder.com/350x150">Open image in lightbox</a> | |
<a href="#" data-featherlight="/myhtml.html .selector">Open ajax content in lightbox</a> | |
<a href="#" data-featherlight="<p>Fancy DOM Lightbox!</p>">Open some DOM in lightbox</a> |
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
<iframe class="scale-with-grid" width="100%" height="600px" src="http://www.youtube.com/embed/thoO2kHdI9U?wmode=opaque&autoplay=1&loop=1&start=0&end=556&controls=1&showinfo=0&rel=0" allowfullscreen=""></iframe> |