View Vipo - Styleguide
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
<!-- wp:heading {"className":"text-uppercase"} --> | |
<h2 class="text-uppercase">01. Grid</h2> | |
<!-- /wp:heading --> | |
<!-- wp:columns {"className":"has-6-columns"} --> | |
<div class="wp-block-columns has-6-columns"><!-- wp:column --> | |
<div class="wp-block-column"><!-- wp:html --> | |
<div style="height:120px;background-color:#f2f2f2;box-shadow: 0 -4px 0 0 rgba(32,32,32,.1) inset;"></div> | |
<!-- /wp:html --></div> | |
<!-- /wp:column --> |
View Castilo - Homepage Content
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
<!-- wp:html --> | |
<h3 class="add-separator"><span>Latest from <em>Instagram</em></span></h3> | |
[place the plugin shortcode here] | |
<div class="pagination pagination-load-more"> | |
<a href="https://www.instagram.com/" class="button" target="_blank"><span class="mdi mdi-instagram"></span> Follow On Instagram</a> | |
</div> | |
<!-- /wp:html --> |
View Castilo - Contact Form
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
<div class="row"> | |
<div class="col-12 col-md-6"><label for="your_name">Name</label>[text* your_name id:your_name placeholder "Your name..."]</div> | |
<div class="col-12 col-md-6"><label for="your_email">Email</label>[email* your_email id:your_email placeholder "Your email..."]</div> | |
<div class="col-12"><label for="your_message">Message</label>[textarea* your_message id:your_message placeholder "Here goes the message..."]</div> | |
<div class="col-12 text-center">[submit class:button-filled "Send Message"]</div> | |
</div> |
View Castilo - remove RSS feed
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
// append this code in the functions.php file of the child theme | |
function castilo_child_remove_rss() { | |
remove_theme_support( 'podcast-rss-feed' ); | |
} | |
add_action( 'after_setup_theme', 'castilo_child_remove_rss', 20 ); |
View Customize > Additional Options > Header Call to Actio
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="https://www.paypal.me/liviucerchez/10" target="_blank" class="button button-primary button-small"><svg class="icon icon-paypal" aria-hidden="true" role="img"><use href="#icon-paypal"></use></svg> Donate</a> |
View Castpod - Subscribe now - Custom HTML widget
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
<div style="text-align:center;padding:1.5em;border:2px solid #000" class="background-color-secondary"> | |
<h5>Subscribe now!</h5> | |
<img src="https://liviucerchez.com/castpod/wp-content/uploads/sites/19/2017/10/itunes-subcribe.png" width="108" height="108" alt="subscribe-itunes" style="display:block;margin:0.5em auto 1em;"> | |
<p class="no-bottom small"><a href="https://liviucerchez.com/castpod/feed/podcast" class="button underline" target="_blank"><i class="fa fa-apple" aria-hidden="true"></i> iTunes</a> <a href="https://liviucerchez.com/castpod/feed/podcast" class="button underline" target="_blank"><i class="fa fa-external-link-square" aria-hidden="true"></i> Stitcher</a></p> | |
<p class="no-bottom small"><a href="https://liviucerchez.com/castpod/feed/podcast" class="button underline" target="_blank"><i class="fa fa-play" aria-hidden="true"></i> Google Play</a> <a href="https://liviucerchez.com/castpod/feed/podcast" class="button underline" target="_blank"><i class="fa fa-rss" aria-hidden="true"></i> RSS</a></p> | |
< |
View Castpod - Featured Area Custom Text
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
<h5>Latest Podcast Episode</h5> | |
[podcast_episode id="latest" title="true" title_tag="h2" title_class="small-margin-bottom"] | |
<p class="no-bottom"><a href="https://liviucerchez.com/castpod/episodes/" class="button filled"><i class="fa fa-headphones "></i> Browse Episodes</a> <a href="https://liviucerchez.com/castpod/feed/podcast" class="button" target="_blank"><i class="fa fa-apple"></i> <span class="screen-reader-text">Browse</span> on iTunes</a> <a href="https://liviucerchez.com/castpod/feed/podcast" class="button" target="_blank"><i class="fa fa-external-link-square"></i> <span class="screen-reader-text">Browse</span> on Stitcher</a></p> |
View Papaia - Contact - Additional Text
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
<div class="responsive-embed three-by-four"> | |
<div id="gmap" class="map"></div> | |
</div> | |
<h3><ins>Get in touch</ins></h3> | |
<p>13 Guiness Bay, New York, USA</p> | |
<p> | |
<strong>Phone:</strong> +1 9876 543 210<br> | |
<strong>Fax:</strong> +1 9876 543 210<br> | |
<strong>Email:</strong> <a href="mailto:hello@papaia.com" class="custom-link">hello@papaia.com</a> | |
</p> |
View Castilo - Featured Area Additional Text
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="https://liviucerchez.com/castilo/feed/podcast" class="button button-filled button-color"><span class="mdi mdi-apple"></span> iTunes</a><a href="https://play.google.com/" class="button button-white"><span class="mdi mdi-google-play"></span> Google Play</a><a href="https://liviucerchez.com/castilo/feed/podcast" class="button button-white"><span class="mdi mdi-rss"></span> RSS Feed</a> |
View LeLuxe - Increase content width for each screen size
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
@media (min-width: 992px) { | |
.content-wrap { | |
width: 67%; | |
} | |
.hero-media, .hero-media .owl-carousel, #identity { | |
right: 67%; | |
} | |
} |
NewerOlder