{"id":5870,"date":"2016-05-18T08:13:08","date_gmt":"2016-05-18T15:13:08","guid":{"rendered":"https:\/\/customikes.com\/?page_id=5870"},"modified":"2024-02-05T02:47:12","modified_gmt":"2024-02-05T10:47:12","slug":"event-calendar","status":"publish","type":"page","link":"https:\/\/customikes.com\/?page_id=5870","title":{"rendered":"EVENT CALENDAR"},"content":{"rendered":"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\"><\/div>\n<\/div>\n\n\n\n<p><strong><mark style=\"background-color:#fcb900\" class=\"has-inline-color has-black-color\">CUSTOMIKES 2024 EVENT CALENDAR<\/mark><\/strong><\/p>\n\n\n\n  <input type=\"hidden\" id=\"cal_width1\" value=\"700\"\/>\n  <div id='bigcalendar1' class=\"wdc_calendar\"><\/div>\n  <script>\n    var tb_pathToImage = \"https:\/\/customikes.com\/wp-content\/plugins\/spider-event-calendar\/images\/loadingAnimation.gif\";\n    var tb_closeImage = \"https:\/\/customikes.com\/wp-content\/plugins\/spider-event-calendar\/images\/tb-close.png\"\n    var randi;\n    if (typeof showbigcalendar != 'function') {\n      function showbigcalendar(id, calendarlink, randi, widget) {\n        jQuery.ajax({\n          type: \"GET\",\n          url: calendarlink,\n          data: {},\n          success: function (data) {\n            jQuery('#' + id).html(data);\n            spider_calendar_ajax_success(id, calendarlink, randi, widget)\n          }\n        });\n      }\n      function spider_calendar_ajax_success(id, calendarlink, randi, widget) {\n        jQuery(document).ready(function () {\n          jQuery('#views_select').toggle(function () {\n            jQuery('#drop_down_views').stop(true, true).delay(200).slideDown(500);\n            jQuery('#views_select .arrow-down').addClass(\"show_arrow\");\n            jQuery('#views_select .arrow-right').removeClass(\"show_arrow\");\n          }, function () {\n            jQuery('#drop_down_views').stop(true, true).slideUp(500);\n            jQuery('#views_select .arrow-down').removeClass(\"show_arrow\");\n            jQuery('#views_select .arrow-right').addClass(\"show_arrow\");\n          });\n        });\n        if (widget != 1) {\n          jQuery('drop_down_views').hide();\n          var parent_width = document.getElementById('bigcalendar' + randi).parentNode.clientWidth;\n          var calwidth = document.getElementById('cal_width' + randi).value;\n          var responsive_width = (calwidth) \/ parent_width * 100;\n          document.getElementById('bigcalendar' + randi).setAttribute('style', 'width:' + responsive_width + '%;');\n          jQuery('pop_table').css('height', '100%');\n        }\n        var thickDims, tbWidth, tbHeight;\n        jQuery(document).ready(function ($) {\n          if (\/iPad|iPhone|iPod\/.test(navigator.userAgent) && !window.MSStream) {\n            jQuery('body').addClass('ios_device');\n          }\n          setInterval(function () {\n            if (jQuery(\"body\").hasClass(\"modal-open\")) jQuery(\"html\").addClass(\"thickbox_open\");\n            else jQuery(\"html\").removeClass(\"thickbox_open\");\n          }, 500);\n          thickDims = function () {\n            var tbWindow = jQuery('#TB_window'), H = jQuery(window).height(), W = jQuery(window).width(), w, h;\n            if (tbWidth) {\n              if (tbWidth < (W - 90)) w = tbWidth; else w = W - 200;\n            } else w = W - 200;\n            if (tbHeight) {\n              if (tbHeight < (H - 90)) h = tbHeight; else h = H - 200;\n            } else h = H - 200;\n            if (tbWindow.length) {\n              tbWindow.width(w).height(h);\n              jQuery('#TB_iframeContent').width(w).height(h - 27);\n              tbWindow.css({'margin-left': '-' + parseInt((w \/ 2), 10) + 'px'});\n              if (typeof document.body.style.maxWidth != 'undefined')\n                tbWindow.css({'top': (H - h) \/ 2, 'margin-top': '0'});\n            }\n            if (jQuery(window).width() < 768) {\n              var tb_left = parseInt((w \/ 2), 10) + 20;\n              jQuery('#TB_window').css({\"left\": tb_left + \"px\", \"width\": \"90%\", \"margin-top\": \"-13%\", \"height\": \"100%\"})\n              jQuery('#TB_window iframe').css({'height': '100%', 'width': '100%'});\n            }\n            else jQuery('#TB_window').css('left', '50%');\n            if (typeof popup_width_from_src != \"undefined\") {\n              popup_width_from_src = jQuery('.thickbox-previewbigcalendar' + randi).attr('href').indexOf('tbWidth=');\n              str = jQuery('.thickbox-previewbigcalendar' + randi).attr('href').substr(popup_width_from_src + 8, 150)\n              find_amp = str.indexOf('&');\n              width_orig = str.substr(0, find_amp);\n              find_eq = str.indexOf('=');\n              height_orig = str.substr(find_eq + 1, 5);\n              jQuery('#TB_window').css({'max-width': width_orig + 'px', 'max-height': height_orig + 'px'});\n              jQuery('#TB_window iframe').css('max-width', width_orig + 'px');\n            }\n          };\n          thickDims();\n          jQuery(window).resize(function () {\n            thickDims();\n          });\n          jQuery('a.thickbox-preview' + id).click(function () {\n            tb_click.call(this);\n            var alink = jQuery(this).parents('.available-theme').find('.activatelink'), link = '',\n              href = jQuery(this).attr('href'), url, text;\n            var reg_with = new RegExp(xx_cal_xx + \"tbWidth=[0-9]+\");\n            if (tbWidth = href.match(reg_with))\n              tbWidth = parseInt(tbWidth[0].replace(\/[^0-9]+\/g, ''), 10);\n            else\n              tbWidth = jQuery(window).width() - 90;\n            var reg_heght = new RegExp(xx_cal_xx + \"tbHeight=[0-9]+\");\n            if (tbHeight = href.match(reg_heght))\n              tbHeight = parseInt(tbHeight[0].replace(\/[^0-9]+\/g, ''), 10);\n            else\n              tbHeight = jQuery(window).height() - 60;\n            jQuery('#TB_ajaxWindowTitle').css({'float': 'right'}).html(link);\n            thickDims();\n            return false;\n          });\n\n        });\n      }\n    }\n    document.onkeydown = function (evt) {\n      evt = evt || window.event;\n      if (evt.keyCode == 27) {\n        document.getElementById('sbox-window').close();\n      }\n    };\n     showbigcalendar('bigcalendar1', 'https:\/\/customikes.com\/wp-admin\/admin-ajax.php?action=spiderbigcalendar_month&theme_id=13&calendar=2&select=month,list,week,day,&date=2024-02&months&many_sp_calendar=1&widget=0&rand=1', '1', '0');<\/script>\n  <style>\n    #TB_window iframe {\n      background: #FFFFFF;\n    }\n  <\/style>\n  \n\n\n\n<p><\/p>\n\n\n\n<p><mark style=\"font-weight: bold; background-color: rgb(252, 185, 0);\" class=\"has-inline-color has-black-color\">ADDITIONAL RESOURCES FOR NATIONAL AND INTERNATIONAL CAR, TRUCK, &amp; BIKE EVENTS  <\/mark><\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"http:\/\/socalcarculture.com\/events.html\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"765\" height=\"65\" src=\"https:\/\/customikes.com\/wp-content\/uploads\/2024\/02\/SO-CAL-CAR-CULTURE-LOGO.jpg\" alt=\"\" class=\"wp-image-8792\" style=\"width:554px;height:auto\" srcset=\"https:\/\/customikes.com\/wp-content\/uploads\/2024\/02\/SO-CAL-CAR-CULTURE-LOGO.jpg 765w, https:\/\/customikes.com\/wp-content\/uploads\/2024\/02\/SO-CAL-CAR-CULTURE-LOGO-320x27.jpg 320w, https:\/\/customikes.com\/wp-content\/uploads\/2024\/02\/SO-CAL-CAR-CULTURE-LOGO-560x48.jpg 560w\" sizes=\"auto, (max-width: 765px) 100vw, 765px\" \/><\/a><figcaption class=\"wp-element-caption\"><kbd><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">A Listing of All The Local Events In SoCal.<\/mark><\/strong><\/kbd><\/figcaption><\/figure>\n\n\n\n<p><mark style=\"background-color:#fcb900\" class=\"has-inline-color has-black-color\"><strong>CONTACT CINDY MEITLE AT CAR PR USA ABOUT PROMOTING YOUR EVENT ON THIS PAGE<\/strong><\/mark><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"post-excerpt\">CUSTOMIKES 2024 EVENT CALENDAR ADDITIONAL RESOURCES FOR NATIONAL AND INTERNATIONAL CAR, TRUCK, &amp; BIKE EVENTS CONTACT CINDY MEITLE AT CAR PR USA ABOUT PROMOTING YOUR EVENT ON THIS PAGE<\/div>\n<div class=\"post-more\"><a href=\"https:\/\/customikes.com\/?page_id=5870\" class=\"button button-primary button-effect button-lg\"><span>View Post<\/span><span><i class=\"cs-icon cs-icon-arrow-right\"><\/i><\/span><\/a><\/div>\n","protected":false},"author":953,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5870","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/customikes.com\/index.php?rest_route=\/wp\/v2\/pages\/5870","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/customikes.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/customikes.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/customikes.com\/index.php?rest_route=\/wp\/v2\/users\/953"}],"replies":[{"embeddable":true,"href":"https:\/\/customikes.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5870"}],"version-history":[{"count":5,"href":"https:\/\/customikes.com\/index.php?rest_route=\/wp\/v2\/pages\/5870\/revisions"}],"predecessor-version":[{"id":8805,"href":"https:\/\/customikes.com\/index.php?rest_route=\/wp\/v2\/pages\/5870\/revisions\/8805"}],"wp:attachment":[{"href":"https:\/\/customikes.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5870"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}