200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: ogleq.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en"> <head> <title>Home || Ogleq</title> <meta charset="UTF-8"> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content="ActiveItZone"> <meta name="revisit-after" content="2 days"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Favicon --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://ogleq.com/template/front/ico/apple-touch-icon-144-precomposed.png"> <link rel="shortcut icon" href="http://ogleq.com/uploads/others/favicon.png"> <title>Home</title> <!-- CSS Global --> <link href="http://ogleq.com/template/front/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="http://ogleq.com/template/front/plugins/bootstrap-select/css/bootstrap-select.min.css" rel="stylesheet"> <link href="http://ogleq.com/template/front/plugins/fontawesome/css/font-awesome.min.css" rel="stylesheet"> <link href="http://ogleq.com/template/front/plugins/animate/animate.min.css" rel="stylesheet"> <link href="http://ogleq.com/template/front/plugins/jquery-ui/jquery-ui.min.css" rel="stylesheet"> <link href="http://ogleq.com/template/front/modal/css/sm.css" rel="stylesheet"> <!-- Theme CSS --> <link href="http://ogleq.com/template/front/css/theme.css" rel="stylesheet"> <link href="http://ogleq.com/template/front/css/theme-ash-1.css" rel="stylesheet" id="theme-config-link"> <!-- Head Libs --> <script src="http://ogleq.com/template/front/plugins/jquery/jquery-1.11.1.min.js"></script> <link href='https://fonts.googleapis.com/css?family=Fjord+One:400,500,600,700,800,900' rel='stylesheet' type='text/css'> <style> *{ font-family: 'Fjord One', sans-serif; } .remove_one{ cursor:pointer; padding-left:5px; } </style> <!-- CSS Global --> <link href="http://ogleq.com/template/front/plugins/owl-carousel2/assets/owl.carousel.min.css" rel="stylesheet"> <link href="http://ogleq.com/template/front/plugins/owl-carousel2/assets/owl.theme.default.min.css" rel="stylesheet"> <link href="http://ogleq.com/template/front/css/others/megamenu/theme-red.css" rel="stylesheet"> <link href="http://ogleq.com/template/front/css/others/megamenu/so_megamenu.css" rel="stylesheet"> <link href="http://ogleq.com/template/front/css/others/megamenu/responsive.css" rel="stylesheet"> <!-- Sidebar_menu JS --> <script src="http://ogleq.com/template/front/css/others/megamenu/so_megamenu.js"></script> </head> <body id="home" class="wide"> <!-- PRELOADER --> <link href="http://ogleq.com/template/front/preloader/css/Icomoon/style.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> //$(window).load(function() { $(document).ready(function(e) { $("#loading").delay(500).fadeOut(500); $("#loading-center").click(function() { $("#loading").fadeOut(500); }); setTimeout(function(){ load_iamges(); }, 1000); }); </script> <style> #loading-center{ width: 100%; height: 100%; position: relative; } #loading-center-absolute { position: absolute; left: 50%; top: 50%; height: 200px; width: 200px; margin-top: -100px; margin-left: -100px; -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); } .object{ -moz-border-radius: 50% 50% 50% 50%; -webkit-border-radius: 50% 50% 50% 50%; border-radius: 50% 50% 50% 50%; position: absolute; border-top: 5px solid rgba(255,255,255,1); border-bottom: 5px solid transparent; border-left: 5px solid rgba(255,255,255,1); border-right: 5px solid transparent; -webkit-animation: animate 2s infinite; animation: animate 2s infinite; } #object_one{ left: 75px; top: 75px; width: 50px; height: 50px; } #object_two{ left: 65px; top: 65px; width: 70px; height: 70px; -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } #object_three{ left: 55px; top: 55px; width: 90px; height: 90px; -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } #object_four{ left: 45px; top: 45px; width: 110px; height: 110px; -webkit-animation-delay: 0.6s; animation-delay: 0.6s; } @-webkit-keyframes animate { 50% { -ms-transform: rotate(360deg) scale(0.8); -webkit-transform: rotate(360deg) scale(0.8); transform: rotate(360deg) scale(0.8); } } @keyframes animate { 50% { -ms-transform: rotate(360deg) scale(0.8); -webkit-transform: rotate(360deg) scale(0.8); transform: rotate(360deg) scale(0.8); } } </style> <div id="loading"> <div id="loading-center"> <div id="loading-center-absolute"> <div class="object" id="object_four"></div> <div class="object" id="object_three"></div> <div class="object" id="object_two"></div> <div class="object" id="object_one"></div> </div> </div> </div> <style> #loading{ background-color: rgba(0,0,0,1); height: 100%; width: 100%; position: fixed; z-index: 1050; margin-top: 0px; top: 0px; } </style> <!-- /PRELOADER --> <!-- WRAPPER --> <div class="wrapper"> <!-- Popup: Shopping cart items --> <div class="modal fade popup-cart" id="popup-cart" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="container"> <div class="cart-items"> <div class="cart-items-inner"> <span class="top_carted_list"> </span> <div class="media"> <p class="pull-right item-price shopping-cart__total">$450.00</p> <div class="media-body"> <h4 class="media-heading item-title summary"> Subtotal </h4> </div> </div> <div class="media"> <div class="media-body"> <div> <span class="btn btn-theme-dark" data-dismiss="modal"> Close </span><!-- --> <a href="http://ogleq.com/index.php/home/cart_checkout" class="btn btn-theme-transparent btn-call-checkout"> Checkout </a> </div> </div> </div> </div> </div> </div> </div> </div> <!-- /Popup: Shopping cart items --> <!-- HEADER --> <!-- Header top bar --> <div class="top-bar"> <div class="container"> <div class="top-bar-left"> <ul class="list-inline"> <li class="dropdown flags"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="http://ogleq.com/uploads/language_list_image/language_list_1.jpg" width="20px;" alt=""/> <span class="hidden-xs">English</span><i class="fa fa-angle-down"></i></a> <ul role="menu" class="dropdown-menu"> <li class="active" > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_language/english"> <img src="http://ogleq.com/uploads/language_list_image/language_list_1.jpg" width="20px;" alt=""/> English <i class="fa fa-check"></i> </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_language/Bangla"> <img src="http://ogleq.com/uploads/language_list_image/language_list_2.jpg" width="20px;" alt=""/> বাংলা </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_language/Arabic"> <img src="http://ogleq.com/uploads/language_list_image/language_list_4.jpg" width="20px;" alt=""/> Arabic </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_language/French"> <img src="http://ogleq.com/uploads/language_list_image/language_list_5.jpg" width="20px;" alt=""/> French </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_language/Chinese"> <img src="http://ogleq.com/uploads/language_list_image/language_list_6.jpg" width="20px;" alt=""/> Chinese </a> </li> </ul> </li> <li class="dropdown flags" style="z-index: 1001;"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <span class="hidden-xs">U.S. Dollar</span> ($) <i class="fa fa-angle-down"></i> </a> <ul role="menu" class="dropdown-menu"> <li class="active" > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/1"> U.S. Dollar ($) <i class="fa fa-check"></i> </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/2"> Australian Dollar ($) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/5"> Brazilian Real (R$) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/6"> Canadian Dollar ($) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/7"> Czech Koruna (Kč) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/8"> Danish Krone (kr) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/9"> Euro (€) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/10"> Hong Kong Dollar ($) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/11"> Hungarian Forint (Ft) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/12"> Israeli New Sheqel (₪) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/13"> Japanese Yen (¥) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/14"> Malaysian Ringgit (RM) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/15"> Mexican Peso ($) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/16"> Norwegian Krone (kr) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/17"> New Zealand Dollar ($) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/18"> Philippine Peso (₱) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/19"> Polish Zloty (zł) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/20"> Pound Sterling (£) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/21"> Russian Ruble (руб) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/22"> Singapore Dollar ($) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/23"> Swedish Krona (kr) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/24"> Swiss Franc (CHF) </a> </li> <li > <a class="set_langs" data-href="http://ogleq.com/index.php/home/set_currency/26"> Thai Baht (฿) </a> </li> </ul> </li> </ul> </div> <div class="top-bar-right"> ----- ----- ----- </div> </div> </div> <!-- /Header top bar --> <!-- HEADER --> <header class="header header-logo-left"> <div class="header-wrapper"> <div class="container"> <!-- Logo --> <div class="logo"> <a href="http://ogleq.com/"> <img src="http://ogleq.com/uploads/logo_image/logo_77.png" alt="SuperShop"/> </a> </div> <!-- /Logo --> <!-- Header search --> <div class="header-search"> <form action="http://ogleq.com/index.php/home/text_search/" method="post" accept-charset="utf-8"> <input type="hidden" name="csrf_test_name" value="ab82d43f8cac447f1fab448b30ee23ed" style="display:none;" /> <input class="form-control" type="text" name="query" placeholder="What Are You Looking For?"/> <select class="selectpicker header-search-select cat_select hidden-xs" data-live-search="true" name="category" data-toggle="tooltip" title="Select"> <option value="0">All Categories</option> <option value="1">Automobile</option> <option value="4">Women fashion</option> <option value="5">Men fashion</option> <option value="16">Example category 1</option> <option value="17">Example category 2</option> <option value="18">Example category 3</option> <option value="19">Example category 4</option> <option value="20">Example Digital</option> <option value="12">Web Development</option> <option value="13">Graphics design</option> </select> <select class="selectpicker header-search-select" data-live-search="true" name="type" onchange="header_search_set(this.value);" data-toggle="tooltip" title="Select"> <option value="product">Product</option> <option value="vendor">Vendor</option> </select> <button class="shrc_btn"><i class="fa fa-search"></i></button> </form> </div> <!-- /Header search --> <!-- Header shopping cart --> <div class="header-cart"> <div class="cart-wrapper"> <a href="http://ogleq.com/index.php/home/compare" class="btn btn-theme-transparent" id="compare_tooltip" data-toggle="tooltip" data-original-title="0" data-placement="right" > <i class="fa fa-exchange"></i> <span class="hidden-sm hidden-xs">Compare</span> ( <span id="compare_num"> 0 </span> ) </a> <a href="#" class="btn btn-theme-transparent" data-toggle="modal" data-target="#popup-cart"> <i class="fa fa-shopping-cart"></i> <span class="hidden-xs"> <span class="cart_num"></span> Item(s) </span> <i class="fa fa-angle-down"></i> </a> <!-- Mobile menu toggle button --> <a href="#" class="menu-toggle btn btn-theme-transparent"><i class="fa fa-bars"></i></a> <!-- /Mobile menu toggle button --> </div> </div> <!-- Header shopping cart --> </div> </div> <div class="navigation-wrapper"> <div class="container"> <!-- Navigation --> <nav class="navigation closed clearfix"> <a href="#" class="menu-toggle-close btn"><i class="fa fa-times"></i></a> <ul class="nav sf-menu"> <li class="active"> <a href="http://ogleq.com/index.php/home"> Homepage </a> </li> <li class="hidden-sm hidden-xs "> <a href="http://ogleq.com/index.php/home/all_category"> All Categories </a> <ul> <li> <a href="http://ogleq.com/index.php/home/category/1"> Automobile </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/4"> Women fashion </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/5"> Men fashion </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/16"> Example category 1 </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/17"> Example category 2 </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/18"> Example category 3 </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/19"> Example category 4 </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/20"> Example Digital </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/12"> Web Development </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/13"> Graphics design </a> </li> </ul> </li> <li class="hidden-lg hidden-md "> <a href="#"> All Categories </a> <ul> <li> <a href="http://ogleq.com/index.php/home/category/1"> Automobile </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/4"> Women fashion </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/5"> Men fashion </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/16"> Example category 1 </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/17"> Example category 2 </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/18"> Example category 3 </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/19"> Example category 4 </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/20"> Example Digital </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/12"> Web Development </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/13"> Graphics design </a> </li> </ul> </li> <li class="hidden-lg hidden-md "> <a href="http://ogleq.com/index.php/home/all_category"> All Sub Categories </a> </li> <li class=""> <a href="http://ogleq.com/index.php/home/others_product/featured"> Featured Products </a> </li> <li class=""> <a href="http://ogleq.com/index.php/home/others_product/todays_deal"> Todays Deal </a> </li> <li > <a href="http://ogleq.com/index.php/home/all_brands/"> All Brands </a> </li> <li > <a href="http://ogleq.com/index.php/home/all_vendor/"> All Vendors </a> </li> <li class="hidden-sm hidden-xs "> <a href="http://ogleq.com/index.php/home/blog"> Blogs </a> <ul> <li> <a href="http://ogleq.com/index.php/home/blog/1"> Health </a> </li> <li> <a href="http://ogleq.com/index.php/home/blog/2"> Beauty </a> </li> </ul> </li> <li class="hidden-lg hidden-md "> <a href="#"> Blogs </a> <ul> <li> <a href="http://ogleq.com/index.php/home/blog/1"> Health </a> </li> <li> <a href="http://ogleq.com/index.php/home/blog/2"> Beauty </a> </li> </ul> </li> <li > <a href="http://ogleq.com/index.php/home/store_locator"> Store Locator </a> </li> <li > <a href="http://ogleq.com/index.php/home/contact"> Contact </a> </li> <li> <a href="#"> More </a> <ul> <li class=""> <a href="http://ogleq.com/index.php/home/others_product/latest"> Latest Products </a> </li> <li> <a href="http://ogleq.com/index.php/home/page/new_page1"> new page1 </a> </li> <li> <a href="http://ogleq.com/index.php/home/page/Documentation"> Documentation </a> </li> </ul> </li> </ul> </nav> <!-- /Navigation --> </div> </div> </header> <!-- /HEADER --> <script type="text/javascript"> $(document).ready(function(){ $('.set_langs').on('click',function(){ var lang_url = $(this).data('href'); $.ajax({url: lang_url, success: function(result){ location.reload(); }}); }); $('.top-bar-right').load('http://ogleq.com/index.php/home/top_bar_right'); }); </script> <style> .dropdown-menu .active a{ color: #fff !important; } .dropdown-menu li a{ cursor: pointer; } .header-search select { display: none !important; } .cat_select button{ right:170px !important; } @media (max-width: 768px) { .cat_select button{ right:80px !important; } } </style> <!-- /HEADER --> <!-- CONTENT AREA --> <div class="content-area"> <!--[if lt IE 9]> <script src="http://ogleq.com/template/front/layerslider/assets/js/html5.js"></script> <![endif]--> <!-- LayerSlider stylesheet --> <link rel="stylesheet" href="http://ogleq.com/template/front/layerslider/css/layerslider.css" type="text/css"> <script src="http://ogleq.com/template/front/layerslider/js/greensock.js"></script> <script src="http://ogleq.com/template/front/layerslider/js/layerslider.transitions.js"></script> <script src="http://ogleq.com/template/front/layerslider/js/layerslider.kreaturamedia.jquery.js"></script> <style> #layerslider * { font-family: Lato, 'Open Sans', sans-serif; } </style> <div id="full-slider-wrapper" style=""> <div id="layerslider" style="width:100%;height:500px;"> <div class="ls-slide" data-ls="slidedelay:6500;transition2d:all;transition3d:15;" > <!--BACKGROUND--> <img src="http://ogleq.com/uploads/slider_image/background_4.jpg" class="ls-bg" alt="Slide background"/> <h1 class="ls-l" style="top:50%; left:50%; text-shadow: 0px 0px 20px white; font-weight: 300; font-size:100px; white-space: nowrap; color:rgba(255,196,0,1); background:rgba(0,0,0,0)" data-ls="offsetxin:0; durationin:2500; delayin:500; offsetxout:0; durationout:2500; showuntil:1;" > OGLEQ </h1> <h1 class="ls-l" style="top:70%; left:50%; text-shadow: 0px 0px 20px white; font-weight: 300; font-size:40px; white-space: nowrap; color:rgba(0,0,0,1); background:rgba(0,0,0,0)" data-ls="offsetxin:0; durationin:2500; delayin:1200; offsetxout:0; durationout:2500; showuntil:1;" > My Time, My Story </h1> <!--LEFT RIGHT WING--> <img class="ls-l ls-linkto-1" style="top:460px;left:48%;white-space: nowrap;" data-ls="offsetxin:-50;delayin:1000;rotatein:-40;offsetxout:-50;rotateout:-40;" src="http://ogleq.com/uploads/slider_image/defaults/left.png" alt=""> <img class="ls-l ls-linkto-1" style="top:460px;left:52%;white-space: nowrap;" data-ls="offsetxin:50;delayin:1000;offsetxout:50;" src="http://ogleq.com/uploads/slider_image/defaults/right.png" alt=""> </div> </div> </div> <!-- Initializing the slider --> <script> function start_slider(){ jQuery("#layerslider").layerSlider({ responsive: true, responsiveUnder: 1280, layersContainer: 1280, skin: 'noskin', hoverPrevNext: false, skinsPath: 'http://ogleq.com/template/front/layerslider/skins/' }); } $(document).ready(function(e) { setTimeout(function(){ start_slider(); }, 500); }); </script> <!-- PAGE --> <!-- /PAGE --><!-- PAGE --> <section class="page-section image testimonials" style="background: url(http://ogleq.com/uploads/others/parralax_search.jpg) center top no-repeat; background-attachment:fixed; background-size:cover;padding-top: 40px;padding-bottom: 70px;"> <div style=" background:#000';"> <div class="container"> <h2 class="section-title section-title-lg"> <span> Search Watch </span> </h2> <form action="http://ogleq.com/index.php/home/home_search/text" class="sky-form" method="post" enctype="multipart/form-data" style="border:none !important;" accept-charset="utf-8"> <input type="hidden" name="csrf_test_name" value="ab82d43f8cac447f1fab448b30ee23ed" style="display:none;" /> <div class="row"> <div class="col-md-4"> <select class="selectpicker" data-live-search="true" name="category" data-toggle="tooltip" title="Select" onChange="set_search_by_cat(this);"> <option value="0" data-cat="0" data-min="7" data-max="4800000" data-brands="144:::Rolex;;;;;;145:::Tag Heuer;;;;;;146:::Omega" data-subdets='[]'> All Categories </option> <option value="1" data-cat="1" data-min="13150" data-max="4800000" data-brands="" data-subdets='[]'> Automobile </option> <option value="4" data-cat="4" data-min="7" data-max="8999" data-brands="" data-subdets='[]'> Women fashion </option> <option value="5" data-cat="5" data-min="15" data-max="799" data-brands="144:::Rolex;;;;;;145:::Tag Heuer;;;;;;146:::Omega" data-subdets='[{"sub_id":"30","sub_name":"Men Watch","min":685,"max":799,"brands":"144:::Rolex;;;;;;145:::Tag Heuer;;;;;;146:::Omega"}]'> Men fashion </option> <option value="16" data-cat="16" data-min="0" data-max="0" data-brands="" data-subdets='[]'> Example category 1 </option> <option value="17" data-cat="17" data-min="0" data-max="0" data-brands="" data-subdets='[]'> Example category 2 </option> <option value="18" data-cat="18" data-min="0" data-max="0" data-brands="" data-subdets='[]'> Example category 3 </option> <option value="19" data-cat="19" data-min="0" data-max="0" data-brands="" data-subdets='[]'> Example category 4 </option> <option value="20" data-cat="20" data-min="0" data-max="0" data-brands="" data-subdets='[]'> Example Digital </option> <option value="12" data-cat="12" data-min="38" data-max="38" data-brands="" data-subdets='[{"sub_id":"64","sub_name":"HTML","min":0,"max":0,"brands":""},{"sub_id":"65","sub_name":"CSS","min":0,"max":0,"brands":""},{"sub_id":"66","sub_name":"php","min":38,"max":38,"brands":""},{"sub_id":"67","sub_name":"wordpress","min":0,"max":0,"brands":""}]'> Web Development </option> <option value="13" data-cat="13" data-min="20" data-max="26" data-brands="" data-subdets='[{"sub_id":"72","sub_name":"Logo design","min":0,"max":0,"brands":""},{"sub_id":"73","sub_name":"3D Design","min":20,"max":20,"brands":""},{"sub_id":"74","sub_name":"Web element","min":0,"max":0,"brands":""},{"sub_id":"75","sub_name":"Printing solution","min":26,"max":26,"brands":""}]'> Graphics design </option> </select> </div> <div class="col-md-4 search_sub"> <select class="selectpicker header-search-select" data-live-search="true" name="sub_category" data-toggle="tooltip" title="Select"> <option value="0" >All Sub Categories</option> </select> </div> <div class="col-md-4 search_brands"> <select class="selectpicker header-search-select" data-live-search="true" name="brand" data-toggle="tooltip" title="Select"> <option value="0" >All Brands</option> </select> </div> </div> <div class="row"> <div class="col-md-4"> <div class="widget widget-filter-price" style="padding: 2px 20px;height: 40px;"> <div id="slider-range"></div> <input type="text" style="position: absolute; width:75%; text-align:center;margin-top: -30px;border: none;" id="amount" disabled /> <input type="hidden" name="price" id="rangeaa" /> <input type="hidden" id="univ_max" value="4800000.00"> </div> </div> <div class="col-md-4 "> <input class="form-control" type="text" name="query" placeholder="What Are You Looking For?"> </div> <div class="col-md-4"> <button class="btn btn-theme btn-block" style="padding:10px 20px;"> <span class="fa fa-search" aria-hidden="true"></span> <span class="">Search</span> </button> </div> </div> </form> </div> </div> </section> <!-- /PAGE --> <script> function set_search_by_cat(now){ var cat = $(now).data('cat'); var min = Number($(now).find(':selected').data('min')); var max = Number($(now).find(':selected').data('max')); var brands = $(now).find(':selected').data('brands'); var subdets = $(now).find(':selected').data('subdets'); brands = brands.split(';;;;;;'); var select_brand_options = ''; for(var i=0, len=brands.length; i < len; i++){ brand = brands[i].split(':::'); if(brand.length == 2){ select_brand_options = select_brand_options +' <option value="'+brand[0]+'" >'+brand[1]+'</option>' } } var select_brand_html = '<select class="selectpicker input-price " name="brand" data-live-search="true" ' +' data-width="100%" data-toggle="tooltip" title="Select" >' +' <option value="0">All Brands</option>' + select_brand_options +'</select>'; $('.search_brands').html(select_brand_html); var select_sub_options = ''; $.each(subdets, function (i, v) { var min = v.min; var max = v.max; var brands = v.brands; var sub_id = v.sub_id; var sub_name = v.sub_name; select_sub_options = select_sub_options +' <option value="'+sub_id+'" data-subcat="'+sub_id+'" data-min="'+min+'" data-max="'+max+'" data-brands="'+brands+'" >'+sub_name+'</option>'; }); var select_sub_html = '<select class="selectpicker input-price " name="sub_category" data-live-search="true" ' +' data-width="100%" data-toggle="tooltip" title="Select" onchange="set_search_by_scat(this)" >' +' <option value="0">All Sub Categories</option>' + select_sub_options +'</select>'; $('.search_sub').html(select_sub_html); $('.selectpicker').selectpicker(); set_price_slider(min,max,min,max); } function set_search_by_scat(now){ var scat = $(now).data('subcat'); var min = Number($(now).find(':selected').data('min')); var max = Number($(now).find(':selected').data('max')); var brands = $(now).find(':selected').data('brands'); brands = brands.split(';;;;;;'); var select_brand_options = ''; for(var i=0, len=brands.length; i < len; i++){ brand = brands[i].split(':::'); if(brand.length == 2){ select_brand_options = select_brand_options +' <option value="'+brand[0]+'" >'+brand[1]+'</option>' } } var select_brand_html = '<select class="selectpicker input-price " name="brand" data-live-search="true" ' +' data-width="100%" data-toggle="tooltip" title="Select" >' +' <option value="0">All Brands</option>' + select_brand_options +'</select>'; $('.search_brands').html(select_brand_html); $('.selectpicker').selectpicker(); set_price_slider(min,max,min,max); } function set_price_slider(min,max,univ_min,univ_max){ var priceSliderRange = $('#slider-range'); if ($.ui) { /**/ if ($(priceSliderRange).length) { $(priceSliderRange).slider({ range: true, min: univ_min, max: univ_max, values: [min, max], slide: function (event, ui){ $("#amount").val(currency + Math.round((Number(ui.values[0])*exchange)) + " - " + currency + Math.round((Number(ui.values[1])*exchange))); $("#rangeaa").val(ui.values[0] + ";" + ui.values[1]); }, stop: function( event, ui ) { do_product_search(); } }); $("#amount").val( currency + Math.round(Number($("#slider-range").slider("values", 0))*exchange) + " - " + currency + Math.round(Number($("#slider-range").slider("values", 1))*exchange) ); $("#rangeaa").val($("#slider-range").slider("values", 0) + ";" + $("#slider-range").slider("values", 1)); } } } $(document).ready(function(e) { var univ_max = $('#univ_max').val(); set_price_slider(0,univ_max,0,univ_max); setTimeout(function(){ $('.selectpicker').selectpicker(); }, 3000); }); </script><!-- PAGE --> <section class="page-section"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="tabs-wrapper content-tabs home1_category_box"> <ul class="nav nav-tabs"> <li class="category_title" style="background:rgba(0,0,0,1);border:1px solid rgba(0,0,0,1);"> <a href="http://ogleq.com/index.php/home/category/5" style="color:rgba(255,255,255,1)"> Men fashion </a> </li> <li class="active"> <a href="#tab30" data-toggle="tab"> Men Watch </a> </li> <a href="http://ogleq.com/index.php/home/category/5" class="see_more hidden-xs hidden-sm" style="background:rgba(0,0,0,1); border:1px solid rgba(0,0,0,1); color:rgba(255,255,255,1);"> <i class="fa fa-link"></i> </a> </ul> <div class="tab-content"> <div class="tab-pane fade in active" id="tab30"> <div class="row" style="margin-top:-15px;"> <div class="col-md-3 col-sm-6 col-xs-6 padding-lr-10-md" style="margin-top:15px;"> <div class="thumbnail box-style-1 no-padding"> <div class="media"> <div class="cover"></div> <div class="media-link image_delay" data-src="http://ogleq.com/uploads/product_image/product_8_1_thumb.jpg" style="background-image:url('http://ogleq.com/uploads/others/image_loading.gif');background-size:cover;"> <div class="sticker red"> Out Of Stock </div> <span onclick="quick_view('http://ogleq.com/index.php/home/quick_view/8')"> <span class="icon-view" data-toggle="tooltip" data-original-title="Quick View"> <strong><i class="fa fa-eye"></i></strong> </span> </span> </div> </div> <div class="caption text-center"> <h4 class="caption-title"> <a href="http://ogleq.com/index.php/home/product_view/8/Apple-Watch-2"> Apple Watch 2 </a> </h4> <div class="price"> <ins>$799.00</ins> </div> <div class="vendor"> <a href="http://ogleq.com/">Ogleq</a> </div> <div class="button"> <span class="icon-view left" onclick="do_compare(8,event)" data-toggle="tooltip" data-original-title="Compare"> <strong><i class="fa fa-exchange"></i></strong> </span> <span class="icon-view middle" onclick="to_wishlist(8,event)" data-toggle="tooltip" data-original-title="Add To Wishlist"> <strong><i class="fa fa-heart"></i></strong> </span> <span class="icon-view right " onclick="to_cart(8,event)" data-toggle="tooltip" data-original-title="Add To Cart"> <strong><i class="fa fa-shopping-cart"></i></strong> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!-- /PAGE --> <script> $(document).ready(function(){ setTimeout( function(){ set_cat_product_box_height(); },1000 ); }); function set_cat_product_box_height(){ var max_img = 0; $('.home1_category_box img').each(function(){ var current_height= parseInt($(this).css('height')); if(current_height >= max_img){ max_img = current_height; } }); $('.home1_category_box img').css('height',max_img); var max_title=0; $('.home1_category_box .caption-title').each(function(){ var current_height= parseInt($(this).css('height')); if(current_height >= max_title){ max_title = current_height; } }); $('.home1_category_box .caption-title').css('height',max_title); } </script> <style> @media(max-width: 768px) { .nav-tabs>li { float: none; text-align:center; } } </style><!-- PAGE --> <section class="page-section brands"> <div class="container"> <h2 class="section-title"> <span>Our Available Brands</span> </h2> <div class="partners-carousel"> <div class="owl-carousel partners2"> <div class="p-item p-item-type-zoom"> <a href="http://ogleq.com/index.php/home/category/0/0-146" class="p-item-hover"> <div class="p-item-info"> <div class="p-headline"> <div class="p-btn"> <i class="fa fa-link"></i> </div> </div> </div> <div class="p-mask"></div> </a> <div class="p-item-img"> <img class="image_delay" src="http://ogleq.com/uploads/others/image_loading.gif" data-src="http://ogleq.com/uploads/brand_image/brand_146.jpg" alt=""/> </div> </div> <div class="p-item p-item-type-zoom"> <a href="http://ogleq.com/index.php/home/category/0/0-145" class="p-item-hover"> <div class="p-item-info"> <div class="p-headline"> <div class="p-btn"> <i class="fa fa-link"></i> </div> </div> </div> <div class="p-mask"></div> </a> <div class="p-item-img"> <img class="image_delay" src="http://ogleq.com/uploads/others/image_loading.gif" data-src="http://ogleq.com/uploads/brand_image/brand_145.png" alt=""/> </div> </div> <div class="p-item p-item-type-zoom"> <a href="http://ogleq.com/index.php/home/category/0/0-144" class="p-item-hover"> <div class="p-item-info"> <div class="p-headline"> <div class="p-btn"> <i class="fa fa-link"></i> </div> </div> </div> <div class="p-mask"></div> </a> <div class="p-item-img"> <img class="image_delay" src="http://ogleq.com/uploads/others/image_loading.gif" data-src="http://ogleq.com/uploads/brand_image/brand_144.png" alt=""/> </div> </div> </div> </div> </div> </section> <!-- /PAGE --> </div> <!-- /CONTENT AREA --> <!-- FOOTER --> <footer class="footer1"> <div class="footer1-widgets"> <div class="container"> <div class="row"> <div class="col-lg-3 col-md-3 col-sm-sm col-xs-12"> <div class="widget"> <a href="http://ogleq.com/"> <img class="img-responsive" src="http://ogleq.com/uploads/logo_image/logo_77.png" alt=""> </a> <p><p>Your Time, Your Story,<br></p></p> <form action="http://ogleq.com/index.php/home/subscribe" class="" method="post" accept-charset="utf-8"> <input type="hidden" name="csrf_test_name" value="ab82d43f8cac447f1fab448b30ee23ed" style="display:none;" /> <div class="form-group row"> <div class="col-md-12"> <input type="text" class="form-control col-md-8" name="email" id="subscr" placeholder="Email Address"> <span class="btn btn-subcribe subscriber enterer">Subscribe</span> </div> </div> </form> </div> </div> <div class="col-md-3 hidden-xs hidden-sm"> <div class="widget widget-categories"> <h4 class="widget-title">Categories</h4> <ul> <li> <a href="http://ogleq.com/index.php/home/category/5"> Men fashion </a> </li> </ul> </div> </div> <div class="col-md-3 col-sm-12 hidden-xs"> <div class="widget widget-categories"> <h4 class="widget-title">Useful Links</h4> <ul> <li> <a href="http://ogleq.com/index.php/home/">Home </a> </li> <li> <a href="http://ogleq.com/index.php/home/category/0/0-0">All Products </a> </li> <li> <a href="http://ogleq.com/index.php/home/others_product/featured">Featured Products </a> </li> <li> <a href="http://ogleq.com/index.php/home/contact/">Contact </a> </li> <li> <a href="http://ogleq.com/index.php/home/page/new_page1"> new page1 </a> </li> <li> <a href="http://ogleq.com/index.php/home/page/Documentation"> Documentation </a> </li> </ul> </div> </div> <div class="col-md-3 hidden-xs hidden-sm"> <div class="widget contact"> <h4 class="widget-title">Contact Us</h4> <div class="media-list"> <div class="media"> <i class="pull-left fa fa-home"></i> <div class="media-body"> <strong>Address:</strong> <br> Demo Address </div> </div> <div class="media"> <i class="pull-left fa fa-phone"></i> <div class="media-body"> <strong>Phone:</strong> <br> 00-000-00000 </div> </div> <div class="media"> <i class="pull-left fa fa-globe"></i> <div class="media-body"> <strong>Website:</strong> <br> <a href="https://www.yoursite.com">www.yoursite.com</a> </div> </div> <div class="media"> <i class="pull-left fa fa-envelope-o"></i> <div class="media-body"> <strong>Email:</strong> <br> <a href="mailto:[email protected]"> [email protected] </a> </div> </div> <ul class="social-icons"> <li><a href="http://facebook.com/" class="facebook"><i class="fa fa-facebook"></i></a></li> <li><a href="http://twitter.com/" class="twitter"><i class="fa fa-twitter"></i></a></li> <li><a href="http://google.com/" class="google"><i class="fa fa-google-plus"></i></a></li> <li><a href="http://pinterest.com/" class="pinterest"><i class="fa fa-pinterest"></i></a></li> <li><a href="http://youtube.com/" class="youtube"><i class="fa fa-youtube"></i></a></li> <li><a href="http://skype.com/" class="skype"><i class="fa fa-skype"></i></a></li> </ul> </div> </div> </div> </div> </div> </div> <div class="footer1-meta"> <div class="container"> <div class="row"> <div class="col-md-8 col-xs-12"> <div class="copyright"> 2016 © All Rights Reserved @ <a href="http://ogleq.com/"> Ogleq </a> | <a href="http://ogleq.com/index.php/home/legal/terms_conditions" class="link"> Terms & Condition </a> | <a href="http://ogleq.com/index.php/home/legal/privacy_policy" class="link"> Privacy Policy </a> </div> </div> <div class="col-md-4 hidden-xs hidden-sm"> <div class="payments" style="font-size: 30px;"> <ul> <li><i class="fa fa-cc-paypal cards"></i></li> <li><i class="fa fa-cc-visa cards"></i></li> <li><i class="fa fa-cc-mastercard cards"></i></li> <li><i class="fa fa-cc-discover cards"></i></li> </ul> </div> </div> </div> </div> </div> </footer> <style> .link:hover{ text-decoration:underline; } </style> <!-- /FOOTER --> <div id="to-top" class="to-top"><i class="fa fa-angle-up"></i></div> </div> <!-- /WRAPPER --> <script> var base_url = "http://ogleq.com/"; var product_added = "Product Added To Cart"; var added_to_cart = "Added To Cart"; var quantity_exceeds = "Product Quantity Exceed Availability!"; var product_already = "Product Already Added To Cart!"; var wishlist_add = "Product Added To Wishlist"; var wishlist_add1 = "Wished"; var wishlist_adding = "Wishing.."; var wishlist_remove = "Product Removed From Wishlist"; var compare_add = "Product Added To Compared"; var compare_add1 = "Compared"; var compare_adding = "Working.."; var compare_remove = "Product Removed From Compare"; var compare_cat_full = "Compare Category Full"; var compare_already = "Product Already Added To Compare"; var rated_success = "Product Rated Successfully"; var rated_fail = "Product Rating Failed"; var rated_already = "You Already Rated This Product"; var working = "Working.."; var subscribe_already = "You Already Subscribed"; var subscribe_success = "You Subscribed Successfully"; var subscribe_sess = "You Already Subscribed Thrice From This Browser"; var logging = "Logging In.."; var login_success = "You Logged In Successfully"; var login_fail = "Login Failed! Try Again!"; var logup_success = "You Registered Successfully"; var logup_fail = "Registration Failed! Try Again!"; var logging = "Logging In.."; var submitting = "Submitting.."; var email_sent = "Email Sent Successfully"; var email_noex = "Email Does Not Exist!"; var email_fail = "Email Sending Failed! Try Again"; var logging = "Logging In"; var cart_adding = "Adding To Cart.."; var cart_product_removed = "Product Removed From Cart"; var required = "The Field Is Required"; var mbn = "Must Be A Number"; var mbe = "Must Be A Valid Email Address"; var valid_email = "Enter A Valid Email Address"; var applying = "Applying.."; var coupon_not_valid = "Coupon Not Valid"; var coupon_discount_successful = "Coupon Discount Successful"; var currency = "$"; var exchange = Number(1); var $j = jQuery.noConflict(); var $ = jQuery.noConflict(); function product_listing_defaults(){ reload_header_cart(); $j('.ajax-to-cart').click(function(e){ e.preventDefault(); var product = $(this).data('pid'); var elm_type = $(this).data('type'); var button = $(this); var alread = button.html(); var type = 'pp'; if(button.closest('.row').find('.cart_quantity').length){ quantity = button.closest('.margin-bottom-40').find('.cart_quantity').val(); } if($('#pnopoi').length){ type = 'pp'; var form = button.closest('form'); var formdata = false; if (window.FormData){ formdata = new FormData(form[0]); } var option = formdata ? formdata : form.serialize(); } else { type = 'other'; var form = $('#cart_form_singl'); var formdata = false; if (window.FormData){ formdata = new FormData(form[0]); } var option = formdata ? formdata : form.serialize(); } $.ajax({ url : base_url+'index.php/home/cart/add/'+product+'/'+type, type : 'POST', // form submit method get/post dataType : 'html', // request type html/json/xml data : option, // serialize form data cache : false, contentType : false, processData : false, beforeSend: function() { if(elm_type !== 'icon'){ $j(this).addClass('btn--wait'); } }, success: function(data) { $j('.ajax-to-cart').removeClass('btn--wait'); if(data == 'added'){ $('.add_to_cart').each(function(index, element) { if( $('body .add_to_cart').length ){ $('body .add_to_cart').each(function() { if($(this).data('pid') == product){ var h = $(this); if(h.data('type') == 'text'){ h.html('<i class="fa fa-shopping-cart"></i>'+added_to_cart).fadeIn(); } else if(h.data('type') == 'icon'){ h.html('<i style="color:#AB00FF" class="fa fa-shopping-cart"></i>').fadeIn(); } } }); } }); reload_header_cart(); //growl //ajax_load(base_url+'index.php/home/cart/added_list/','added_list'); notify(product_added,'success','bottom','right'); //sound('successful_cart'); } else if (data == 'shortage'){ //button.html(alread); notify(quantity_exceeds,'warning','bottom','right'); //sound('cart_shortage'); } else if (data == 'already'){ //button.html(alread); notify(product_already,'warning','bottom','right'); //sound('already_cart'); } }, error: function(e) { console.log(e) } }); }); $j('.ajax-to-wishlist').click(function(e){ e.preventDefault(); //$j('#modalAddToWishlist').modal("toggle"); //$j('#modalAddToWishlist .loading').show(); //$j('#modalAddToWishlist .success').hide(); var state = check_login_stat('state'); var product = $(this).data('pid'); var button = $(this); state.success(function (data) { if(data == 'hypass'){ $.ajax({ url: base_url+'index.php/home/wishlist/add/'+product, beforeSend: function() { }, success: function(data) { if(data == ''){ //$j('#modalAddToWishlist .loading').hide(); //$j('#modalAddToWishlist .success').show(); notify(wishlist_add,'info','bottom','right'); } else { notify(wishlist_already,'warning','bottom','right'); } }, error: function(e) { console.log(e) } }); } else { //$j('#modalAddToWishlist .loading').hide(); //$j('#modalAddToWishlist').modal("toggle"); signin(); } }); }); } function reload_header_cart(){ $.getJSON(base_url+"index.php/home/cart/whole_list", function(result){ var total = 0; var whole_list = ''; var count = Object.keys(result).length; $.each(result, function(i, field){ total += Number(field['subtotal'])*exchange; whole_list += "<div class=\"media\" data-rowid=\""+field['rowid']+"\">" +" <a class=\"pull-left\" href=\""+field['link']+"\"><img class=\"media-object item-image\" src=\""+field['image']+"\" alt=\"\"></a>" +" <p class=\"pull-right item-price\">"+currency+(Number(field['price'])*exchange*Number(field['qty'])).toFixed(2)+" <span class=\"remove_one\"><i class=\"fa fa-close\"></i></span></p>" +" <div class=\"media-body\">" +" <h4 class=\"media-heading item-title\"><a href=\"#\">"+field['qty']+" X "+field['name']+"</a></h4>" +" </div>" +"</div>"; /* whole_list_o += "<li class='shopping-cart__item'>" +" <div class=\"shopping-cart__item__image pull-left\"><a href=\""+field['link']+"\">" +" <img src=\""+field['image']+"\" height=\"60px\" width=\"100px\ alt=\"\"/></a></div>" +" <div class=\"shopping-cart__item__info\">" +" <div class=\"shopping-cart__item__info__title\">" +" <h2 class=\"text-uppercase\"><a href=\"\">"+field['name']+"</a></h2>" +" </div>" +" <div class=\"shopping-cart__item__info__price\">"+currency+field['price']+"</div>" +" <div class=\"shopping-cart__item__info__qty\">Qty:"+field['qty']+"</div>" +" <div class=\"shopping-cart__item__info__delete\"><a href=\"#\"></a></div>" +" </div>" +" </li>" */ }); $('.cart_num').html(count); $('.header__cart__indicator').html(currency+total.toFixed(2)); $('.shopping-cart__top').html('Your Cart('+count+')'); $('.top_carted_list').html(whole_list); $('.shopping-cart__total').html(currency+total.toFixed(2)); }); } $(document).ready(function () { $.ajax({url: 'http://ogleq.com/index.php/home/surfer_info'}); }); </script> <div id="popup-6" class="activeModal" style="z-index: 999990;"> <div class="window window1"> <div class="window_set row" > </div> </div> </div> <div id="popup-7" class="activeModal"> <div class="window window1"> <div class="window_set row" > </div> </div> </div> <div class="foiop" style="display:none;"> <span class="openactiveModal-7 manualLabel" id="qoiqoi" data-ajax=""></span> <span class="openactiveModal-6 manualLabel" id="qoiqois" data-ajax=""></span> </div> <!-- ========== END COPYING HERE ========== --> <style> .box{ overflow: hidden; position:relative; } .box .box-img img{ width:100%; height: auto; } .box .box-img:before{ content: ""; position: absolute; top: 5%; left: 4%; width: 92%; height: 90%; opacity: 0; z-index:1; transform: scale(0,1); border-top: 1px solid #fff; border-bottom: 1px solid #fff; transition:all 0.90s ease 0s; } .box .box-img:after{ content: ""; position: absolute; width: 92%; height: 90%; top: 5%; left: 4%; opacity: 0; transform: scale(1,0); border-left: 1px solid #fff; border-right: 1px solid #fff; transition:all 0.90s ease 0s; } .box:hover .box-img:before, .box:hover .box-img:after{ opacity:1; transform: scale(1); } .box .box-img .over-layer{ position: absolute; display:block; width:100%; height:100%; opacity:0; transition:all 0.90s ease 0s; } .box:hover .over-layer{ opacity:1; } .box .over-layer ul{ list-style: none; position: relative; top: 30%; padding: 0; text-align: center; z-index: 1; transition:all 0.6s ease 0s; } .box:hover .over-layer ul{ top: 30%; } .box .over-layer ul li{ padding:5px; } @media only screen and (max-width: 990px) { .box{ margin-bottom:20px; } } .wp-block.product .price { padding:4px 0; font-size: 16px !important; font-weight: 300 !important; color: #272526 !important; } h1, h2, h3, h4, h5, h6 { font-weight: 400 !important; } .alert{ z-index:999999999 !important; } .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { width: 100%; } </style> <script type="text/javascript"> //google.maps.event.addDomListener(window, 'load', initialize); /**/ function tooltip_set(){ $('[data-toggle="tooltip"]').tooltip(); } function isValidEmailAddress(emailAddress) { var pattern = new RegExp(/^(("[\w-+\s]+")|([\w-+]+(?:\.[\w-+]+)*)|("[\w-+\s]+")([\w-+]+(?:\.[\w-+]+)*))(@((?:[\w-+]+\.)*\w[\w-+]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$)|(@\[?((25[0-5]\.|2[0-4][\d]\.|1[\d]{2}\.|[\d]{1,2}\.))((25[0-5]|2[0-4][\d]|1[\d]{2}|[\d]{1,2})\.){2}(25[0-5]|2[0-4][\d]|1[\d]{2}|[\d]{1,2})\]?$)/i); return pattern.test(emailAddress); } $(document).ready(function(){ product_listing_defaults(); tooltip_set(); //opc_color(); //setTimeout(function(){ slide_color(); }, 1000); window.addEventListener("keydown", checkKeyPressed, false); function checkKeyPressed(e) { if (e.keyCode == "13") { $(":focus").each(function() { event.preventDefault(); $(this).closest('form').find('.enterer').click(); }); } } /* if($('#location').length > 0){ //Autocomplete variables var input = document.getElementById('location'); var searchform = document.getElementById('form1'); var place; var autocomplete = new google.maps.places.Autocomplete(input); //Google Map variables var map; var marker; //Add listener to detect autocomplete selection google.maps.event.addListener(autocomplete, 'place_changed', function () { place = autocomplete.getPlace(); //console.log(place); }); //Reset the inpout box on click input.addEventListener('click', function(){ input.value = ""; }); } */ }); function slide_color(){ var rgb = $('.base').css('background-color'); $('.active-bg-base').css('background-color',rgb); } function opc_color(){ var rgb = $('.base').css('background-color'); var new_arr = rgb.split(')'); var rgba = new_arr[0]+',.6)'; $('.base_opc').css('background-color',rgba); } function quick_view(urlh){ $('#qoiqoi').data('ajax',urlh); $('#qoiqoi').click(); } function do_compare(id,e){ var product = id; e = e || window.event; e = e.target || e.srcElement; var button = $(e); var alread = button.html(); if(button.is("i")){ var alread_classes = button.attr('class'); } $.ajax({ url: base_url+'index.php/home/compare/add/'+product, beforeSend: function() { if(button.is("i")){ button.attr('class','fa fa-spinner fa-spin fa-fw'); } else { button.find('i').attr('class','fa fa-spinner fa-spin fa-fw'); } }, success: function(data) { if(data == 'cat_full'){ notify(compare_cat_full,'warning','bottom','right'); } else if (data == 'already'){ notify(compare_already,'warning','bottom','right'); } else { $.ajax({ url: base_url+'index.php/home/compare/num/', success: function(result){ $("#compare_tooltip").attr('data-original-title',result); $("#compare_num").html(result); $("#compare_tooltip").tooltip(); } }); notify(compare_add,'info','bottom','right'); } if(button.is("i")){ button.attr('class',alread_classes); } else { button.html(alread); } }, error: function(e) { console.log(e) } }); } function to_wishlist(id,e){ e = e || window.event; e = e.target || e.srcElement; var state = check_login_stat('state'); var product = id; var button = $(e); var alread = button.html(); if(button.is("i")){ var alread_classes = button.attr('class'); } state.success(function (data) { if(data == 'hypass'){ $.ajax({ url: base_url+'index.php/home/wishlist/add/'+product, beforeSend: function() { if(button.is("i")){ button.attr('class','fa fa-spinner fa-spin fa-fw'); } else { button.find('i').attr('class','fa fa-spinner fa-spin fa-fw'); } }, success: function(data) { if(data == ''){ notify(wishlist_add,'info','bottom','right'); } else { notify(wishlist_already,'warning','bottom','right'); } if(button.is("i")){ button.attr('class',alread_classes); } else { button.html(alread); } }, error: function(e) { console.log(e) } }); } else { signin(); } }); } function to_cart(id,e){ var product = id; e = e || window.event; e = e.target || e.srcElement; var elm_type = $(e).data('type'); var button = $(e); var alread = button.html(); if(button.is("i")){ var alread_classes = button.attr('class'); } var type = 'pp'; if(button.closest('.row').find('.cart_quantity').length){ quantity = button.closest('.margin-bottom-40').find('.cart_quantity').val(); } if($('#pnopoi').length){ type = 'pp'; var form = button.closest('form'); var formdata = false; if (window.FormData){ formdata = new FormData(form[0]); } var option = formdata ? formdata : form.serialize(); } else { type = 'other'; var form = $('#cart_form_singl'); var formdata = false; if (window.FormData){ formdata = new FormData(form[0]); } var option = formdata ? formdata : form.serialize(); } $.ajax({ url : base_url+'index.php/home/cart/add/'+product+'/'+type, type : 'POST', // form submit method get/post dataType : 'html', // request type html/json/xml data : option, // serialize form data cache : false, contentType : false, processData : false, beforeSend: function() { if(button.is("i")){ button.attr('class','fa fa-spinner fa-spin fa-fw'); } else { button.find('i').attr('class','fa fa-spinner fa-spin fa-fw'); } }, success: function(data) { $j('.ajax-to-cart').removeClass('btn--wait'); if(data == 'added'){ reload_header_cart(); notify(product_added,'success','bottom','right'); //sound('successful_cart'); } else if (data == 'shortage'){ notify(quantity_exceeds,'warning','bottom','right'); //sound('cart_shortage'); } else if (data == 'already'){ notify(product_already,'warning','bottom','right'); //sound('already_cart'); } if(button.is("i")){ button.attr('class',alread_classes); } else { button.html(alread); } }, error: function(e) { console.log(e) } }); } function signin(carry){ $('#qoiqois').data('ajax','http://ogleq.com/index.php/home/login_set/login/modal/'+carry); $('#qoiqois').click(); } function set_select(){ $('.selectpicker').selectpicker(); } $(document).ready(function() { //set_select(); $('.drops').dropdown(); }); function check_login_stat(thing){ return $.ajax({ url: 'http://ogleq.com/index.php/home/check_login/'+thing }); } function reg(){ $('.regis_btn').click(); } function reload_page(){ var loc = location.href; location.replace(loc); } function notify(message,type,from,align){ $.notify({ // options message: message },{ // settings type: type, placement: { from: from, align: align } }); } function form_submit(form_id){ var form = $('#'+form_id); var button = form.find('.submit_button'); var prv = button.html(); var ing = button.data('ing'); var success = button.data('success'); var unsuccessful = button.data('unsuccessful'); var redirect_click = button.data('redirectclick'); form.find('.summernotes').each(function() { var now = $(this); now.closest('div').find('.val').val(now.code()); }); //var form = $(this); var formdata = false; if (window.FormData){ formdata = new FormData(form[0]); } $.ajax({ url: form.attr('action'), // form action url type: 'POST', // form submit method get/post dataType: 'html', // request type html/json/xml data: formdata ? formdata : form.serialize(), // serialize form data cache : false, contentType : false, processData : false, beforeSend: function() { button.html(ing); // change submit button text }, success: function(data) { var alls = data.split('#-#-#'); var part1 = alls[0]; var part2 = alls[1]; if(part1 == 'success'){ notify(success,'success','bottom','right'); if(part2 == ''){ $(redirect_click).click(); } else { location.replace(part2); } form.find('input').val(''); form.find('textarea').val(''); form.find('textarea').html(''); } else { var text = '<div>'+unsuccessful+'</div>'+part2; notify(text,'warning','bottom','right'); } button.html(prv); }, error: function(e) { console.log(e) } }); } function header_search_set(val){ if(val == 'product'){ $('.cat_select').show(); } else if(val == 'vendor'){ $('.cat_select').hide(); } } function tes(val,e){ e = e || window.event; e = e.target || e.srcElement; $(e).css('background','red'); } // Plugin invoke function set_modal(){ $("#popup-6").activeModals({ // Functionality popupType: "delayed", delayTime: 1000, exitTopDistance: 40, scrollTopDistance: 400, setCookie: false, cookieDays: 0, cookieTriggerClass: "setCookie-1", cookieName: "activeModal-1", // Overlay options overlayBg: true, overlayBgColor: "rgba(255, 255, 255, 0.721569)", overlayTransition: "ease", overlayTransitionSpeed: "0.4", // Background effects bgEffect: "scaled", blurBgRadius: "2px", scaleBgValue: "1", // Window options windowWidth: "530px", windowHeight: "580px", windowLocation: "center", windowTransition: "fadeIn", windowTransitionSpeed: "0.4", windowTransitionEffect: "fadeIn", windowShadowOffsetX: "0", windowShadowOffsetY: "0", windowShadowBlurRadius: "20px", windowShadowSpreadRadius: "0", windowShadowColor: "none", windowBackground: "none", windowRadius: "0px", windowMargin: "10px", windowPadding: "10px", // Close and reopen button closeButton: "icon", reopenClass: "openactiveModal-6", }); $("#popup-7").activeModals({ // Functionality popupType: "delayed", delayTime: 1000, exitTopDistance: 40, scrollTopDistance: 400, setCookie: false, cookieDays: 0, cookieTriggerClass: "setCookie-1", cookieName: "activeModal-1", // Overlay options overlayBg: true, overlayBgColor: "rgba(255, 255, 255, 0.72)", overlayTransition: "ease", overlayTransitionSpeed: "0.4", // Background effects bgEffect: "scaled", blurBgRadius: "2px", scaleBgValue: "1", // Window options windowWidth: "1000px", windowHeight: "600px", windowLocation: "center", windowTransition: "ease", windowTransitionSpeed: "0.4", windowTransitionEffect: "fadeIn", windowShadowOffsetX: "0", windowShadowOffsetY: "0", windowShadowBlurRadius: "20px", windowShadowSpreadRadius: "0", windowShadowColor: "rgba(0,0,0,.8)", windowBackground: "rgba(255,255,255,1)", windowRadius: "0px", windowMargin: "10px", windowPadding: "30px", // Close and reopen button closeButton: "icon", reopenClass: "openactiveModal-7", }); } $(document).ready(function () { set_modal(); $('.window_set').on('click','.author_contact_submitter',function(event){ event.preventDefault(); var now = $(this); var btntxt = now.html(); var form = now.closest('form'); var success = now.data('success'); var unsuccessful = now.data('unsuccessful'); var formdata = false; if (window.FormData){ formdata = new FormData(form[0]); } $.ajax({ url: form.attr('action'), // form action url type: 'POST', // form submit method get/post dataType: 'html', // request type html/json/xml data: formdata ? formdata : form.serialize(), // serialize form data cache : false, contentType : false, processData : false, beforeSend: function() { now.html('<span>submitting...</span>'); }, success: function(data) { if(data == 'success'){ notify(success,'success','bottom','right'); $(".closeModal").click(); } else { var text = '<div>'+unsuccessful+'</div>'+data; notify(text,'warning','bottom','right'); } now.html(btntxt); }, error: function(e) { console.log(e) } }); }); $('body').on('click','.signup_btn',function(event){ event.preventDefault(); var now = $(this); var btntxt = now.html(); var form = now.closest('form'); var ing = now.data('ing'); var success = now.data('success'); var unsuccessful = now.data('unsuccessful'); var rld = now.data('reload'); var formdata = false; if (window.FormData){ formdata = new FormData(form[0]); } $.ajax({ url: form.attr('action'), // form action url type: 'POST', // form submit method get/post dataType: 'html', // request type html/json/xml data: formdata ? formdata : form.serialize(), // serialize form data cache : false, contentType : false, processData : false, beforeSend: function() { now.html(ing); }, success: function(data) { if(data == 'done'){ notify(success,'success','bottom','right'); if(rld == 'ok'){ setTimeout(function(){reload_page()}, 2000); } $(".closeModal").click(); } else { var text = '<div>'+unsuccessful+'</div>'+data; notify(text,'warning','bottom','right'); } now.html(btntxt); }, error: function(e) { console.log(e) } }); }); $('body').on('click', '.wish_it', function(){ var state = check_login_stat('state'); var product = $(this).data('pid'); var button = $(this); state.success(function (data) { if(data == 'hypass'){ $.ajax({ url: base_url+'index.php/home/wishlist/add/'+product, beforeSend: function() { button.html('<span>Working...</span>'); }, success: function(data) { button.html('<span>Favored</span>'); button.removeClass("wish_it"); button.addClass("wished_it"); button.closest('ul').data('originalTitle',wishlist_add1); notify(wishlist_add,'info','bottom','right'); sound('successful_wish'); }, error: function(e) { console.log(e) } }); } else { signin(); } }); }); $('body').on('click', '.btn_wish', function(){ var state = check_login_stat('state'); var product = $(this).data('pid'); var button = $(this); state.success(function (data) { if(data == 'hypass'){ $.ajax({ url: base_url+'index.php/home/wishlist/add/'+product, beforeSend: function() { button.html(wishlist_adding); // change submit button text }, success: function(data) { button.removeClass("btn_wish"); button.addClass("btn_wished"); button.html('<span>'+wishlist_add1+'</span>'); notify(wishlist_add,'info','bottom','right'); sound('successful_wish'); }, error: function(e) { console.log(e) } }); } else { signin(); } }); }); $('body').on('click','.logup_btn', function(){ var here = $(this); // alert div for show alert message var form = here.closest('form'); var can = ''; var ing = here.data('ing'); var msg = here.data('msg'); var prv = here.html(); //var form = $(this); var formdata = false; if (window.FormData){ formdata = new FormData(form[0]); } $.ajax({ url: form.attr('action'), // form action url type: 'POST', // form submit method get/post dataType: 'html', // request type html/json/xml data: formdata ? formdata : form.serialize(), // serialize form data cache : false, contentType : false, processData : false, beforeSend: function() { here.html(ing); // change submit button text }, success: function(data) { here.fadeIn(); here.html(prv); if(data == 'done'){ setTimeout( function() { var url = window.location.href; if(url.search("vendor_logup") !== -1){ //$('.vendor_login_btn')[0].click(); location.replace("http://ogleq.com/index.php/home/vendor_login_msg"); } else{ location.replace("http://ogleq.com/index.php/home/login_set/login"); } }, 2000 ); notify('Signup successful','success','bottom','right'); //sound('successful_logup'); } else { here.closest('.modal-content').find('#close_logup_modal').click(); notify('Signup failed'+'<br>'+data,'warning','bottom','right'); //sound('unsuccessful_logup'); } }, error: function(e) { console.log(e) } }); }); $("body").on('click','.login_btn',function(){ var here = $(this); // alert div for show alert message var text = here.html(); // alert div for show alert message var form = here.closest('form'); var logging = here.data('ing'); //var form = $(this); var formdata = false; if (window.FormData){ formdata = new FormData(form[0]); } $.ajax({ url: form.attr('action'), // form action url type: 'POST', // form submit method get/post dataType: 'html', // request type html/json/xml data: formdata ? formdata : form.serialize(), // serialize form data cache : false, contentType : false, processData : false, beforeSend: function() { here.addClass('disabled'); here.html(logging); // change submit button text }, success: function(data) { here.fadeIn(); here.html(text); here.removeClass('disabled'); if(data == 'done'){ $('.closeModal').click(); notify('Successful Login','success','bottom','right'); setTimeout(function(){reload_page()}, 2000); //sound('successful_login'); } else if(data == 'failed'){ notify('Login Failed','warning','bottom','right'); //sound('unsuccessful_login'); } else { notify(data,'warning','bottom','right'); } }, error: function(e) { console.log(e) } }); }); $("body").on('click','.forget_btn',function(){ var here = $(this); // alert div for show alert message var text = here.html(); // alert div for show alert message var form = here.closest('form'); var submitting = here.data('ing'); //var form = $(this); var formdata = false; if (window.FormData){ formdata = new FormData(form[0]); } $.ajax({ url: form.attr('action'), // form action url type: 'POST', // form submit method get/post dataType: 'html', // request type html/json/xml data: formdata ? formdata : form.serialize(), // serialize form data cache : false, contentType : false, processData : false, beforeSend: function() { here.addClass('disabled'); here.html(submitting); // change submit button text }, success: function(data) { here.fadeIn(); here.html(text); here.removeClass('disabled'); if(data == 'email_sent'){ notify(email_sent,'info','bottom','right'); $(".closeModal").click(); } else if(data == 'email_nay'){ $(".closeModal").click(); notify(email_noex,'info','bottom','right'); } else if(data == 'email_not_sent'){ $(".closeModal").click(); notify(email_fail,'info','bottom','right'); } else { notify(data,'warning','bottom','right'); } }, error: function(e) { console.log(e) } }); }); }); </script> <style> .loading_parent{ height:500px; width:100%; position:absolute; } #loading-center-relative { position: relative; left: 50%; top: 50%; height: 150px; width: 150px; margin-top: -75px; margin-left: -75px; } .object_on{ width: 20px; height: 20px; float: left; margin-right: 20px; margin-top: 65px; -moz-border-radius: 50% 50% 50% 50%; -webkit-border-radius: 50% 50% 50% 50%; border-radius: 50% 50% 50% 50%; zoom: .5; } #object_one_on { -webkit-animation: object_one 1.5s infinite; animation: object_one 1.5s infinite; } #object_two_on { -webkit-animation: object_two 1.5s infinite; animation: object_two 1.5s infinite; -webkit-animation-delay: 0.25s; animation-delay: 0.25s; } #object_three_on { -webkit-animation: object_three 1.5s infinite; animation: object_three 1.5s infinite; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; } @-webkit-keyframes object_one_on { 75% { -webkit-transform: scale(0); } } @keyframes object_one_on { 75% { transform: scale(0); -webkit-transform: scale(0); } } @-webkit-keyframes object_two_on { 75% { -webkit-transform: scale(0); } } @keyframes object_two_on { 75% { transform: scale(0); -webkit-transform: scale(0); } } @-webkit-keyframes object_three_on { 75% { -webkit-transform: scale(0); } } @keyframes object_three_on { 75% { transform: scale(0); -webkit-transform: scale(0); } } </style> <style> #loading-center1{ width: 100%; height: 100%; position: relative; } #loading-center-absolute1 { position: absolute; left: 50%; top: 50%; height: 150px; width: 150px; margin-top: -75px; margin-left: -75px; } .object1{ width: 20px; height: 20px; float: left; margin-right: 20px; margin-top: 65px; -moz-border-radius: 50% 50% 50% 50%; -webkit-border-radius: 50% 50% 50% 50%; border-radius: 50% 50% 50% 50%; } #object_one1 { -webkit-animation: object_one1 1.5s infinite; animation: object_one1 1.5s infinite; } #object_two1 { -webkit-animation: object_two1 1.5s infinite; animation: object_two1 1.5s infinite; -webkit-animation-delay: 0.25s; animation-delay: 0.25s; } #object_three1 { -webkit-animation: object_three1 1.5s infinite; animation: object_three1 1.5s infinite; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; } @-webkit-keyframes object_one1 { 75% { -webkit-transform: scale(0); } } @keyframes object_one1 { 75% { transform: scale(0); -webkit-transform: scale(0); } } @-webkit-keyframes object_two1 { 75% { -webkit-transform: scale(0); } } @keyframes object_two1 { 75% { transform: scale(0); -webkit-transform: scale(0); } } @-webkit-keyframes object_three1 { 75% { -webkit-transform: scale(0); } } @keyframes object_three1 { 75% { transform: scale(0); -webkit-transform: scale(0); } } </style> <div id="loading1" style="display:none;"> <div id="loading-center1"> <div id="loading-center-absolute1"> <div class="object1 base" id="object_one1"></div> <div class="object1 base" id="object_two1"></div> <div class="object1 base" id="object_three1"></div> </div> </div> </div> <input type="hidden" id="page_num" value="0" /> <script> var loading = $('#loading1').html(); var base = $('.base').css('background'); loading = '<span class="loading_parent col-md-12">'+loading+'</span>'; function filter(page){ if(page == 'no'){ page = $('#page_num').val(); } else { $('#page_num').val(page); } var form = $('#filter_form'); var alert = $('#result'); var formdata = false; if (window.FormData){ formdata = new FormData(form[0]); } $.ajax({ url: form.attr('action')+page+'/', // form action url type: 'POST', // form submit method get/post dataType: 'html', // request type html/json/xml data: formdata ? formdata : form.serialize(), // serialize form data cache : false, contentType : false, processData : false, beforeSend: function() { alert.fadeOut(); alert.html(loading).fadeIn(); // change submit button text $('.loading_parent').find("#loading-center").show(); $('.loading_parent').find(".object1").addClass('base'); }, success: function(data) { setTimeout(function(){ alert.html(data); // fade in response data }, 20); setTimeout(function(){ alert.fadeIn(); // fade in response data $('.pagination_links').html($('#pagenation_set_links').html()); }, 30); $('.loading_parent').find("#loading-center1").hide(); }, error: function(e) { console.log(e) } }); } $(document).ready(function() { $('body').on('click','.remove_one', function(){ var here = $(this); var rowid = here.closest('.media').data('rowid'); var thetr = here.closest('.media'); var list1 = $('#total'); $.ajax({ url: base_url+'index.php/home/cart/remove_one/'+rowid, beforeSend: function() { list1.html('...'); }, success: function(data) { list1.html(data).fadeIn(); notify(cart_product_removed,'success','bottom','right'); //sound('cart_product_removed'); reload_header_cart(); others_count(); thetr.hide('fast'); if($('#coup_frm').length > 0){ $('.carter_table').find("tr[data-rowid='" + rowid + "']").remove(); if(data == 0){ location.replace('http://ogleq.com/'); } } }, error: function(e) { console.log(e) } }); }); }); </script> <script> function load_textarea(){ $('.textarea').wysihtml5({ "font-styles": true, "color": true, "emphasis": true, "lists": true, "html": true, "link": false, "image": false, events: {}, parserRules: { classes: { // (path_to_project/lib/css/wysiwyg-color.css) "wysiwyg-color-silver" : 1, "wysiwyg-color-gray" : 1, "wysiwyg-color-white" : 1, "wysiwyg-color-maroon" : 1, "wysiwyg-color-red" : 1, "wysiwyg-color-purple" : 1, "wysiwyg-color-fuchsia" : 1, "wysiwyg-color-green" : 1, "wysiwyg-color-lime" : 1, "wysiwyg-color-olive" : 1, "wysiwyg-color-yellow" : 1, "wysiwyg-color-navy" : 1, "wysiwyg-color-blue" : 1, "wysiwyg-color-teal" : 1, "wysiwyg-color-aqua" : 1, "wysiwyg-color-orange" : 1 }, tags: { "b": {}, "i": {}, "br": {}, "ol": {}, "ul": {}, "li": {}, "h1": {}, "h2": {}, "h3": {}, "h4": {}, "h5": {}, "h6": {}, "blockquote": {}, "u": 1, "img": { "check_attributes": { "width": "numbers", "alt": "alt", "src": "url", "height": "numbers" } }, "a": { check_attributes: { 'href': "url", // important to avoid XSS 'target': 'alt', 'rel': 'alt', } }, "span": 1, "div": 1, // to allow save and edit files with code tag hacks "code": 1, "pre": 1 } }, stylesheets: ["http://ogleq.com/template/front/wysihtml5/wysiwyg-color.css"], // (path_to_project/lib/css/wysiwyg-color.css) locale: "en" }); } function check_login_stat(thing){ return $.ajax({ url: 'http://ogleq.com/index.php/home/check_login/'+thing }); } function load_iamges(){ $('body').find('.image_delay').each(function(){ var src = $(this).data('src'); if($(this).is('img')){ $(this).attr('src',src); } else { $(this).css('background-image',"url('"+src+"')"); } }); } </script> <script> var base_url = "http://ogleq.com/"; </script> <script src="http://ogleq.com/template/front/js/ajax_method.js"></script> <script src="http://ogleq.com/template/front/js/bootstrap-notify.min.js"></script> <script src="http://ogleq.com/template/front/plugins/jquery-ui/jquery-ui.min.js"></script> <script src="http://ogleq.com/template/front/plugins/bootstrap/js/bootstrap.min.js"></script> <script src="http://ogleq.com/template/front/plugins/bootstrap-select/js/bootstrap-select.min.js"></script> <!-- JS Global --> <script src="http://ogleq.com/template/front/plugins/superfish/js/superfish.min.js"></script> <script src="http://ogleq.com/template/front/plugins/jquery.sticky.min.js"></script> <script src="http://ogleq.com/template/front/plugins/jquery.easing.min.js"></script> <script src="http://ogleq.com/template/front/plugins/jquery.smoothscroll.min.js"></script> <script src="http://ogleq.com/template/front/plugins/smooth-scrollbar.min.js"></script> <script src="http://ogleq.com/template/front/plugins/jquery.cookie.js"></script> <script src="http://ogleq.com/template/front/plugins/modernizr.custom.js"></script> <script src="http://ogleq.com/template/front/modal/js/jquery.active-modals.js"></script> <script src="http://ogleq.com/template/front/js/theme.js"></script> <!-- JS Page Level --> <script src="http://ogleq.com/template/front/plugins/owl-carousel2/owl.carousel.min.js"></script> <!-- Sidebar_menu JS --> <form id="cart_form_singl"> <input type="hidden" name="color" value=""> <input type="hidden" name="qty" value="1"> </form> </body> </html><script>$(function(){$.getScript("https://activeitzone.com/check/shop.js");});</script>