{"id":138,"date":"2015-07-10T07:57:00","date_gmt":"2015-07-10T07:57:00","guid":{"rendered":"http:\/\/demo.vegatheme.com\/ourea\/?page_id=138"},"modified":"2015-07-10T07:57:00","modified_gmt":"2015-07-10T07:57:00","slug":"portfolio-featured-slider","status":"publish","type":"page","link":"https:\/\/barbersandblowaves.com.au\/index.php\/portfolio-featured-slider\/","title":{"rendered":"Portfolio Featured Slider"},"content":{"rendered":"<section class=\"wpb-content-wrapper\"><p>[vc_row full_width=&#8221;yes&#8221;][vc_column]\r\n\t\t\t<div class=\"section full-height\">\t\t\t\r\n\t\t\t<div class=\"white-over\"><\/div>\r\n\t\t\t<div class=\"hero-top\">\r\n\t\t\t\t<div class=\"container\">\t\t\t\r\n\t\t\t\t\t<div class=\"twelve columns\">\r\n\t\t\t\t\t\t<p>welcome<\/p>\t\r\n\t\t\t\t\t\t<h2>Great strategy build<br \/>\ngreat brands<\/h2>\t\t\t\t\t\t<a href=\"#scroll-link\" class=\"scroll\"><div class=\"link-top chaffle\" data-lang=\"en\">discover<\/div><\/a>\t\t\t\t\t<\/div>\t\r\n\t\t\t\t<\/div>\t\r\n\t\t\t<\/div>\r\n\t\t\r\n\t\t\t<div class=\"customNavigation\">\r\n\t\t\t\t<a class=\"prev\"><\/a>\r\n\t\t\t\t<a class=\"next\"><\/a>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\r\n\t\t\t<div id=\"owl-top\" class=\"owl-carousel owl-theme\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t \r\n\t\t\t\t<div class=\"item top-image-1\" style=\"background-image:url('https:\/\/barbersandblowaves.com.au\/wp-content\/uploads\/2015\/07\/13-1.jpg');\"><\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t \r\n\t\t\t\t<div class=\"item top-image-2\" style=\"background-image:url('https:\/\/barbersandblowaves.com.au\/wp-content\/uploads\/2015\/07\/22-1.jpg');\"><\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t \r\n\t\t\t\t<div class=\"item top-image-3\" style=\"background-image:url('https:\/\/barbersandblowaves.com.au\/wp-content\/uploads\/2015\/07\/33-1.jpg');\"><\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t \r\n\t\t\t<\/div>\t\t\t\t\r\n\t\t<\/div>\t\t\r\n\t\t<script type=\"text\/javascript\">\r\n\t\t(function($) { \"use strict\";\r\n\t\t\t$(document).ready(function() {\r\n\t\t\r\n\t\t\t  var time = 7; \/\/ time in seconds\r\n\t\t\t \r\n\t\t\t  var $progressBar,\r\n\t\t\t\t  $bar, \r\n\t\t\t\t  $elem, \r\n\t\t\t\t  isPause, \r\n\t\t\t\t  tick,\r\n\t\t\t\t  percentTime;\r\n\t\t\t \r\n\t\t\t\t\/\/Init the carousel\r\n\t\t\t\t$(\"#owl-top\").owlCarousel({\r\n\t\t\t\t\tpagination : false,\r\n\t\t\t\t\ttransitionStyle : \"fade\",\r\n\t\t\t\t\tslideSpeed : 500,\r\n\t\t\t\t\tpaginationSpeed : 500,\r\n\t\t\t\t\tsingleItem:true,\r\n\t\t\t\t\tafterInit : progressBar,\r\n\t\t\t\t\tafterMove : moved,\r\n\t\t\t\t\tstartDragging : pauseOnDragging\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t});\r\n\r\n\t\t\t\t\r\n\t\t\t\t\/\/Init progressBar where elem is $(\"#owl-demo\")\r\n\t\t\t\tfunction progressBar(elem){\r\n\t\t\t\t  $elem = elem;\r\n\t\t\t\t  \/\/build progress bar elements\r\n\t\t\t\t  buildProgressBar();\r\n\t\t\t\t  \/\/start counting\r\n\t\t\t\t  start();\r\n\t\t\t\t}\r\n\t\t\t \r\n\t\t\t\t\/\/create div#progressBar and div#bar then prepend to $(\"#owl-demo\")\r\n\t\t\t\tfunction buildProgressBar(){\r\n\t\t\t\t  $progressBar = $(\"<div>\",{\r\n\t\t\t\t\tid:\"progressBar\"\r\n\t\t\t\t  });\r\n\t\t\t\t  $bar = $(\"<div>\",{\r\n\t\t\t\t\tid:\"bar\"\r\n\t\t\t\t  });\r\n\t\t\t\t  $progressBar.append($bar).prependTo($elem);\r\n\t\t\t\t}\r\n\t\t\t \r\n\t\t\t\tfunction start() {\r\n\t\t\t\t  \/\/reset timer\r\n\t\t\t\t  percentTime = 0;\r\n\t\t\t\t  isPause = false;\r\n\t\t\t\t  \/\/run interval every 0.01 second\r\n\t\t\t\t  tick = setInterval(interval, 10);\r\n\t\t\t\t};\r\n\t\t\t \r\n\t\t\t\tfunction interval() {\r\n\t\t\t\t  if(isPause === false){\r\n\t\t\t\t\tpercentTime += 1 \/ time;\r\n\t\t\t\t\t$bar.css({\r\n\t\t\t\t\t   width: percentTime+\"%\"\r\n\t\t\t\t\t });\r\n\t\t\t\t\t\/\/if percentTime is equal or greater than 100\r\n\t\t\t\t\tif(percentTime >= 100){\r\n\t\t\t\t\t  \/\/slide to next item \r\n\t\t\t\t\t  $elem.trigger('owl.next')\r\n\t\t\t\t\t}\r\n\t\t\t\t  }\r\n\t\t\t\t}\r\n\t\t\t \r\n\t\t\t\t\/\/pause while dragging \r\n\t\t\t\tfunction pauseOnDragging(){\r\n\t\t\t\t  isPause = true;\r\n\t\t\t\t}\r\n\t\t\t \r\n\t\t\t\t\/\/moved callback\r\n\t\t\t\tfunction moved(){\r\n\t\t\t\t  \/\/clear interval\r\n\t\t\t\t  clearTimeout(tick);\r\n\t\t\t\t  \/\/start again\r\n\t\t\t\t  start();\r\n\t\t\t\t}\r\n\t\t \t \r\n\t\t\t  var owl = $(\"#owl-top\");\r\n\t\t\t \r\n\t\t\t  owl.owlCarousel();\r\n\t\t\t \r\n\t\t\t  \/\/ Custom Navigation Events\r\n\t\t\t  $(\".next\").click(function(){\r\n\t\t\t\towl.trigger('owl.next');\r\n\t\t\t  })\r\n\t\t\t  $(\".prev\").click(function(){\r\n\t\t\t\towl.trigger('owl.prev');\r\n\t\t\t  })\r\n\t\t\t \r\n\t\t\t});\t\r\n\t\t})(jQuery);\r\n\t<\/script>\r\n[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1437453029393{padding-top: 60px !important;padding-bottom: 60px !important;background-image: url(http:\/\/barbersandblowaves.com.au\/wp-content\/uploads\/2015\/07\/12-1.jpg?id=114) !important;}&#8221; el_class=&#8221;bg-fixed&#8221; el_id=&#8221;scroll-link&#8221;][vc_column el_class=&#8221;action-wrap&#8221;]<p style=\"text-align: center;\">Stand Out &amp; Stand For Something<\/p><h4 style=\"text-align: center;\">Digital Solutions + Brand Innovation<\/h4>[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1437386216260{padding-top: 120px !important;}&#8221; el_id=&#8221;#work&#8221;][vc_column el_class=&#8221;header-text main-pages&#8221;]<p style=\"text-align: center;\">OUR WORK<\/p><h3 style=\"text-align: center;\">We use strategy and design to connect brands and people through the things they love\u2026<\/h3>[\/vc_column][\/vc_row][vc_row full_width=&#8221;yes&#8221;][vc_column]\r\n\t<ul class=\"cd-gallery\">\t\r\n\t\t\t\t\t<li class=\"cd-item Video \">\r\n\t\t\t\t<a href=\"https:\/\/barbersandblowaves.com.au\/index.php\/portfolio\/gallery-video\/\">\r\n\t\t\t\t\t<div class=\"portfolio-box\">\r\n\t\t\t\t\t\t<img decoding=\"async\"  src=\"https:\/\/barbersandblowaves.com.au\/wp-content\/uploads\/2023\/11\/49BE8C25-750F-4EC8-BF2F-2CBB564A650C.jpg\" alt=\"\"\/>\r\n\t\t\t\t\t\t<div class=\"mask\"><\/div>\r\n\t\t\t\t\t\t<div class=\"line\"><\/div>\r\n\t\t\t\t\t\t<p>Video <\/p>\r\n\t\t\t\t\t\t<h5>Gallery<\/h5>\t\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/a>\r\n\t\t\t<\/li>\r\n\t\t\t\t\t<li class=\"cd-item Pictures \">\r\n\t\t\t\t<a href=\"https:\/\/barbersandblowaves.com.au\/index.php\/portfolio\/cheburashkini-packaging\/\">\r\n\t\t\t\t\t<div class=\"portfolio-box\">\r\n\t\t\t\t\t\t<img decoding=\"async\"  src=\"https:\/\/barbersandblowaves.com.au\/wp-content\/uploads\/2023\/11\/3AC4F486-0D9F-4E54-9BE4-FF40574C6989.jpg\" alt=\"\"\/>\r\n\t\t\t\t\t\t<div class=\"mask\"><\/div>\r\n\t\t\t\t\t\t<div class=\"line\"><\/div>\r\n\t\t\t\t\t\t<p>Pictures <\/p>\r\n\t\t\t\t\t\t<h5>Gallery<\/h5>\t\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/a>\r\n\t\t\t<\/li>\r\n\t\t \r\n\t\t\t\t\t\t\t\r\n\t<\/ul><!-- End Here -->\r\n\t\r\n[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1436504388506{padding-top: 60px !important;padding-bottom: 60px !important;background-color: #000000 !important;}&#8221;][vc_column el_class=&#8221;like-our-proj&#8221;]<h5 style=\"text-align: center;\">Like Our Creative Work?<\/h5>\t\r\n\t\t\t<a href=\"http:\/\/ivang-design.com\/wordpress-demos\/ourea\/contact\">\r\n\t\t\t<span class=\"chaffle\" data-lang=\"en\">contact us<\/span>\r\n\t\t<\/a>\r\n\t\t<script type=\"text\/javascript\">\r\n\t\t(function($) { \"use strict\";\r\n\t\t\t$(document).ready(function() {\r\n\t\t\t  $('.chaffle').chaffle({\r\n\t\t\t\tspeed: 10,\r\n\t\t\t\ttime: 60\r\n\t\t\t  });\r\n\t\t\t}); \r\n\t\t})(jQuery);\r\n\t\t<\/script>\r\n\t\r\n[\/vc_column][\/vc_row]<\/p>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;yes&#8221;][vc_column][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1437453029393{padding-top: 60px !important;padding-bottom: 60px !important;background-image: url(http:\/\/barbersandblowaves.com.au\/wp-content\/uploads\/2015\/07\/12-1.jpg?id=114) !important;}&#8221; el_class=&#8221;bg-fixed&#8221; el_id=&#8221;scroll-link&#8221;][vc_column el_class=&#8221;action-wrap&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1437386216260{padding-top: 120px !important;}&#8221; el_id=&#8221;#work&#8221;][vc_column el_class=&#8221;header-text main-pages&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;yes&#8221;][vc_column][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1436504388506{padding-top: 60px !important;padding-bottom: 60px !important;background-color: #000000 !important;}&#8221;][vc_column el_class=&#8221;like-our-proj&#8221;][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"page-templates\/template-canvas.php","meta":{"footnotes":""},"class_list":["post-138","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/barbersandblowaves.com.au\/index.php\/wp-json\/wp\/v2\/pages\/138","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/barbersandblowaves.com.au\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/barbersandblowaves.com.au\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/barbersandblowaves.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/barbersandblowaves.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=138"}],"version-history":[{"count":0,"href":"https:\/\/barbersandblowaves.com.au\/index.php\/wp-json\/wp\/v2\/pages\/138\/revisions"}],"wp:attachment":[{"href":"https:\/\/barbersandblowaves.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=138"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}