{"id":3111,"date":"2014-09-10T20:40:44","date_gmt":"2014-09-10T20:40:44","guid":{"rendered":"http:\/\/gauge.wpengine.com\/?page_id=3111"},"modified":"2015-01-23T05:12:12","modified_gmt":"2015-01-23T05:12:12","slug":"video-header","status":"publish","type":"page","link":"https:\/\/museumtrade.org\/customcat\/video-header\/","title":{"rendered":"Video Header"},"content":{"rendered":"<section class=\"wpb-content-wrapper\">[vc_row][vc_column width=&#8221;1\/1&#8243;][vc_column_text]\n<h3 style=\"text-align: center;\">Add a teaser video as a background video and click the play button to load a\u00a0full size video. Supports YouTube, Vimeo and HTML5 videos.<\/h3>\n[\/vc_column_text][vc_separator color=&#8221;custom&#8221; style=&#8221;double&#8221; el_width=&#8221;80&#8243; accent_color=&#8221;#eeeeee&#8221;]\t\n\t\t<div id=\"gp_portfolio_wrapper_1\" class=\"gp-portfolio-wrapper gp-vc-element gp-portfolio-columns-3 \">\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"gp_portfolio_wrapper_1-filters\" class=\"gp-portfolio-filters gp-vc-element\">\n\t\t\t\t\t<ul>\n\t\t\t\t\t   <li><a href=\"#\" data-filter=\"*\" class=\"gp-active\">All<\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t<div class=\"gp-inner-loop\">\n\t\t\t\t\n\t\t\t\t\t<div class=\"gp-gutter-size\"><\/div>\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n<section class=\"gp-portfolio-item default post-5410 gp_portfolio_item type-gp_portfolio_item status-publish\" data-portfolio-cat=\"\" itemscope itemtype=\"http:\/\/schema.org\/Blog\">\n\t\t\n\t\t\t\n\t\n\t\n\t\t<h2 class=\"gp-loop-title\" itemprop=\"headline\"><a href=\"https:\/\/museumtrade.org\/customcat\/portfolio-item\/newest-pportfolio-page\/\" title=\"Newest PPortfolio Page\">Newest PPortfolio Page<\/a><\/h2>\n\t\n\t\t\t\t\n<\/section>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t<\/div>\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\n\n\t\t<\/div>\n\n\t\t<script>\t\t\n\t\tjQuery( document ).ready( function( $ ) {\n\n\t\t\t'use strict';\n\t\t\t\n\t\t\tif ( $( 'body' ).hasClass( 'gp-theme' ) ) {\n\t\t\t\n\t\t\t\tvar container = $( '#gp_portfolio_wrapper_1 .gp-inner-loop' ),\n\t\t\t\t\telement = container;\n\n\t\t\t\tif ( container.find( 'img' ).length == 0 ) {\n\t\t\t\t\telement = $( '<img \/>' );\n\t\t\t\t}\n\n\t\t\t\tif ( container.find( 'section' ).length == 1 ) {\n\t\t\t\t\tvar columnwidth = '#gp_portfolio_wrapper_1 section';\n\t\t\t\t} else {\n\t\t\t\t\tvar columnwidth = '#gp_portfolio_wrapper_1  section:nth-child(3n)';\n\t\t\t\t}\t\n\t\t\t\t\t\n\t\t\t\timagesLoaded( element, function( instance ) {\n\n\t\t\t\t\tcontainer.isotope({\n\t\t\t\t\t\titemSelector: '#gp_portfolio_wrapper_1 section',\n\t\t\t\t\t\tpercentPosition: true,\n\t\t\t\t\t\tfilter: '*',\n\t\t\t\t\t\tmasonry: {\n\t\t\t\t\t\t\tcolumnWidth: columnwidth,\n\t\t\t\t\t\t\tgutter: '#gp_portfolio_wrapper_1 .gp-gutter-size'\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\n\t\t\t\t\tcontainer.animate( { 'opacity': 1 }, 1300 );\n\t\t\t\t\t$( '.gp-pagination' ).animate( { 'opacity': 1 }, 1300 );\n\t\t\n\t\t\t\t});\n\t\t\n\t\t\t\t\/\/ Portfolio filters\n\t\t\t\t$( '#gp_portfolio_wrapper_1-filters ul li a' ).click( function() {\n\n\t\t\t\t\tvar selector = $( this ).attr( 'data-filter' );\n\t\t\t\t\tcontainer.isotope( { filter: selector } );\n\n\t\t\t\t\t$( '#gp_portfolio_wrapper_1-filters ul li a' ).removeClass( 'gp-active' );\n\t\t\t\t\t$( this ).addClass( 'gp-active' );\n\n\t\t\t\t\treturn false;\n\n\t\t\t\t});\n\n\t\t\t\t\/\/ Remove portfolio filters not found on current page\n\t\t\t\tif ( $( 'div' ).hasClass( 'gp-portfolio-filters' ) ) {\n\t\n\t\t\t\t\tvar isotopeCatArr = [];\n\t\t\t\t\tvar $portfolioCatCount = 0;\n\t\t\t\t\t$( '#gp_portfolio_wrapper_1-filters ul li' ).each( function( i ) {\n\t\t\t\t\t\tif ( $( this ).find( 'a' ).length > 0 ) {\n\t\t\t\t\t\t\tisotopeCatArr[$portfolioCatCount] = $( this ).find( 'a' ).attr( 'data-filter' ).substring( 1 );\t\n\t\t\t\t\t\t\t$portfolioCatCount++;\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\n\t\t\t\t\tisotopeCatArr.shift();\n\t\n\t\t\t\t\tvar itemCats = '';\n\t\n\t\t\t\t\t$( '#gp_portfolio_wrapper_1 .gp-inner-loop > section' ).each( function( i ) {\n\t\t\t\t\t\titemCats += $( this ).attr( 'data-portfolio-cat' );\n\t\t\t\t\t});\n\t\t\t\t\titemCats = itemCats.split( ' ' );\n\t\n\t\t\t\t\titemCats.pop();\n\t\t\n\t\t\t\t\titemCats = $.unique( itemCats );\n\t\n\t\t\t\t\tvar notFoundCats = [];\n\t\t\t\t\t$.grep( isotopeCatArr, function( el ) {\n\t\t\t\t\t\tif ( $.inArray(el, itemCats ) == -1 ) {\n\t\t\t\t\t\t\tnotFoundCats.push( el  );\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\n\t\t\t\t\tif ( notFoundCats.length != 0 ) {\n\t\t\t\t\t\t$( '#gp_portfolio_wrapper_1-filters ul li' ).each( function() {\n\t\t\t\t\t\t\tif ( $( this ).find( 'a' ).length > 0 ) {\n\t\t\t\t\t\t\t\tif( $.inArray( $( this ).find( 'a' ).attr( 'data-filter' ).substring( 1 ), notFoundCats ) != -1 ) {\n\t\t\t\t\t\t\t\t\t$( this ).hide();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\n\t\t\t\t}\n\t\t\t\n\t\t\t}\n\t\t\t\t\t\t\n\t\t});\t\t\t\n\t\t<\/script>\n\n\t\t[\/vc_column][\/vc_row]\n<\/section>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column width=&#8221;1\/1&#8243;][vc_column_text] Add a teaser video as a background video and click the play button to load a\u00a0full size video. Supports YouTube, Vimeo and HTML5 videos. [\/vc_column_text][vc_separator color=&#8221;custom&#8221; style=&#8221;double&#8221; el_width=&#8221;80&#8243; accent_color=&#8221;#eeeeee&#8221;][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":[],"tags":[],"gp_hubs":[],"year-established-on-museum-trade":[],"_links":{"self":[{"href":"https:\/\/museumtrade.org\/customcat\/wp-json\/wp\/v2\/pages\/3111"}],"collection":[{"href":"https:\/\/museumtrade.org\/customcat\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/museumtrade.org\/customcat\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/museumtrade.org\/customcat\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/museumtrade.org\/customcat\/wp-json\/wp\/v2\/comments?post=3111"}],"version-history":[{"count":0,"href":"https:\/\/museumtrade.org\/customcat\/wp-json\/wp\/v2\/pages\/3111\/revisions"}],"wp:attachment":[{"href":"https:\/\/museumtrade.org\/customcat\/wp-json\/wp\/v2\/media?parent=3111"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/museumtrade.org\/customcat\/wp-json\/wp\/v2\/tags?post=3111"},{"taxonomy":"gp_hubs","embeddable":true,"href":"https:\/\/museumtrade.org\/customcat\/wp-json\/wp\/v2\/gp_hubs?post=3111"},{"taxonomy":"year-established-on-museum-trade","embeddable":true,"href":"https:\/\/museumtrade.org\/customcat\/wp-json\/wp\/v2\/year-established-on-museum-trade?post=3111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}