{"id":998,"date":"2021-12-26T21:18:04","date_gmt":"2021-12-26T21:18:04","guid":{"rendered":"http:\/\/sushikola.com\/index.php\/slide-anything-popup-preview\/"},"modified":"2022-01-14T04:26:32","modified_gmt":"2022-01-14T04:26:32","slug":"slide-anything-popup-preview","status":"publish","type":"page","link":"https:\/\/sushikola.com\/index.php\/slide-anything-popup-preview\/","title":{"rendered":"Slide Anything Popup Preview"},"content":{"rendered":"<div class='white' style='background:rgb(44, 53, 57); border:solid 0px #f0f0f0; border-radius:0px; padding:0px 0px 0px 0px;'>\n<div id='sample_slider' class='owl-carousel sa_owl_theme owl-pagination-true autohide-arrows' data-slider-id='sample_slider' style='visibility:hidden;'>\n<div id='sample_slider_slide02' class='sa_hover_container' style='padding:0% 0%; margin:0px 4%; background-color:rgb(44, 53, 57); '><div style=\"text-align: center; padding-bottom: 10px; border:1px solid #FFF;\">\r\n<img decoding=\"async\" src=\"http:\/\/sushikola.com\/wp-content\/uploads\/2021\/12\/logo-300x287.png\" style=\"width:113px;height:110px;\"\/>\r\n<h1 style=\"color: white;\">$3 Off<\/h1>\r\n<h5 style=\"color: white;\">$3 Off Any Carryout Order of $35 or More<\/h5>\r\n<\/div><\/div>\n<div id='sample_slider_slide01' class='sa_hover_container' style='padding:0% 0%; margin:0px 4%; background-color:rgb(44, 53, 57); '><div style=\"text-align: center; padding-bottom: 10px; border:1px solid #FFF;\">\r\n<img decoding=\"async\" src=\"http:\/\/sushikola.com\/wp-content\/uploads\/2021\/12\/logo-300x287.png\" style=\"width:113px;height:110px;\"\/>\r\n<h1 style=\"color: white;\">$3 Off<\/h1>\r\n<h5 style=\"color: white;\">$3 Off Any Carryout Order of $35 or More<\/h5>\r\n<\/div><\/div>\n<div id='sample_slider_slide04' class='sa_hover_container' style='padding:0% 0%; margin:0px 4%; background-color:rgb(44, 53, 57); '><div style=\"text-align: center; padding-bottom: 10px; border:1px solid #FFF;\">\r\n<img decoding=\"async\" src=\"http:\/\/sushikola.com\/wp-content\/uploads\/2021\/12\/logo-300x287.png\" style=\"width:113px;height:110px;\"\/>\r\n<h1 style=\"color: white;\">$3 Off<\/h1>\r\n<h5 style=\"color: white;\">$3 Off Any Carryout Order of $35 or More<\/h5>\r\n<\/div><\/div>\n<div id='sample_slider_slide03' class='sa_hover_container' style='padding:0% 0%; margin:0px 4%; background-color:rgb(44, 53, 57); '><div style=\"text-align: center; padding-bottom: 10px; border:1px solid #FFF;\">\r\n<img decoding=\"async\" src=\"http:\/\/sushikola.com\/wp-content\/uploads\/2021\/12\/logo-300x287.png\" style=\"width:113px;height:110px;\"\/>\r\n<h1 style=\"color: white;\">$3 Off<\/h1>\r\n<h5 style=\"color: white;\">$3 Off Any Carryout Order of $35 or More<\/h5>\r\n<\/div><\/div>\n<\/div>\n<\/div>\n<script type='text\/javascript'>\n\tjQuery(document).ready(function() {\n\t\tjQuery('#sample_slider').owlCarousel({\n\t\t\tresponsive:{\n\t\t\t\t0:{ items:1 },\n\t\t\t\t480:{ items:2 },\n\t\t\t\t768:{ items:3 },\n\t\t\t\t980:{ items:3 },\n\t\t\t\t1200:{ items:3 },\n\t\t\t\t1500:{ items:3 }\n\t\t\t},\n\t\t\tautoplay : true,\n\t\t\tautoplayTimeout : 3000,\n\t\t\tautoplayHoverPause : true,\n\t\t\tsmartSpeed : 300,\n\t\t\tfluidSpeed : 300,\n\t\t\tautoplaySpeed : 300,\n\t\t\tnavSpeed : 300,\n\t\t\tdotsSpeed : 300,\n\t\t\tloop : true,\n\t\t\tnav : true,\n\t\t\tnavText : ['Previous','Next'],\n\t\t\tdots : true,\n\t\t\tresponsiveRefreshRate : 200,\n\t\t\tslideBy : 1,\n\t\t\tmergeFit : true,\n\t\t\tautoHeight : false,\n\t\t\tmouseDrag : false,\n\t\t\ttouchDrag : true\n\t\t});\n\t\tjQuery('#sample_slider').css('visibility', 'visible');\n\t\tsa_resize_sample_slider();\n\t\twindow.addEventListener('resize', sa_resize_sample_slider);\n\t\tfunction sa_resize_sample_slider() {\n\t\t\tvar min_height = 'aspect169';\n\t\t\tvar win_width = jQuery(window).width();\n\t\t\tvar slider_width = jQuery('#sample_slider').width();\n\t\t\tif (win_width < 480) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 768) {\n\t\t\t\tvar slide_width = slider_width \/ 2;\n\t\t\t} else if (win_width < 980) {\n\t\t\t\tvar slide_width = slider_width \/ 3;\n\t\t\t} else if (win_width < 1200) {\n\t\t\t\tvar slide_width = slider_width \/ 3;\n\t\t\t} else if (win_width < 1500) {\n\t\t\t\tvar slide_width = slider_width \/ 3;\n\t\t\t} else {\n\t\t\t\tvar slide_width = slider_width \/ 3;\n\t\t\t}\n\t\t\tslide_width = Math.round(slide_width);\n\t\t\tvar slide_height = '0';\n\t\t\tif (min_height == 'aspect43') {\n\t\t\t\tslide_height = (slide_width \/ 4) * 3;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t} else if (min_height == 'aspect169') {\n\t\t\t\tslide_height = (slide_width \/ 16) * 9;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t} else {\n\t\t\t\tslide_height = (slide_width \/ 100) * min_height;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t}\n\t\t\tjQuery('#sample_slider .owl-item .sa_hover_container').css('min-height', slide_height+'px');\n\t\t}\n\t\tvar owl_goto = jQuery('#sample_slider');\n\t\tjQuery('.sample_slider_goto1').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 0);\n\t\t});\n\t\tjQuery('.sample_slider_goto2').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 1);\n\t\t});\n\t\tjQuery('.sample_slider_goto3').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 2);\n\t\t});\n\t\tjQuery('.sample_slider_goto4').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 3);\n\t\t});\n\t\tvar resize_997 = jQuery('.owl-carousel');\n\t\tresize_997.on('initialized.owl.carousel', function(e) {\n\t\t\tif (typeof(Event) === 'function') {\n\t\t\t\twindow.dispatchEvent(new Event('resize'));\n\t\t\t} else {\n\t\t\t\tvar evt = window.document.createEvent('UIEvents');\n\t\t\t\tevt.initUIEvent('resize', true, false, window, 0);\n\t\t\t\twindow.dispatchEvent(evt);\n\t\t\t}\n\t\t});\n\t});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":9999,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"","site-content-layout":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","footnotes":""},"_links":{"self":[{"href":"https:\/\/sushikola.com\/index.php\/wp-json\/wp\/v2\/pages\/998"}],"collection":[{"href":"https:\/\/sushikola.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sushikola.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sushikola.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sushikola.com\/index.php\/wp-json\/wp\/v2\/comments?post=998"}],"version-history":[{"count":1,"href":"https:\/\/sushikola.com\/index.php\/wp-json\/wp\/v2\/pages\/998\/revisions"}],"predecessor-version":[{"id":999,"href":"https:\/\/sushikola.com\/index.php\/wp-json\/wp\/v2\/pages\/998\/revisions\/999"}],"wp:attachment":[{"href":"https:\/\/sushikola.com\/index.php\/wp-json\/wp\/v2\/media?parent=998"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}