Skip to content

Instantly share code, notes, and snippets.

View ndiego's full-sized avatar

Nick Diego ndiego

View GitHub Profile
@ndiego
ndiego / blox_markup.html
Last active December 1, 2016 11:58
Blox Frontend Markup Examples
<!-- Example frontend markup for Blox -->
<div id="blox_global_1234" class="blox-container blox-content-[content_type] blox-theme-[set_theme] blox-scope-[global_local] [custom_classes]">
<div class="blox-wrap [wrap]">
<!-- Additional markup is added here depending on the content_type that is selected -->
</div>
</div>
@ndiego
ndiego / blox_markup_image.html
Last active November 5, 2015 02:14
Blox Frontend Markup
/**
* Example frontend markup for a Local static image block
*/
<div id="blox_1572" class="blox-container blox-content-image blox-theme-default blox-scope-local">
<div class="blox-wrap">
<div class="blox-image-container custom">
<div class="blox-image-wrap">
<a href="http://www.example.com" target="_blank" title="The Link Title">
<img src="https://www.bloxwp.com/wp-content/uploads/2015/10/sample_image.jpg" >
</a>