{"id":620,"date":"2015-09-20T09:30:23","date_gmt":"2015-09-20T08:30:23","guid":{"rendered":"http:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/?page_id=620"},"modified":"2016-08-17T15:09:57","modified_gmt":"2016-08-17T14:09:57","slug":"client-login","status":"publish","type":"page","link":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/","title":{"rendered":"Login"},"content":{"rendered":"<p>If you&#8217;ve placed an order with us, you can scroll down here to login and check on progress and delivery dates<\/p>\n<p>&nbsp;<\/p>\n<p>TMG Horizon Order Management System<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><script src=\"https:\/\/proworkflow5.net\/SHARED_TEMPLATES_V8\/js\/plugins\/jquery-1.8.0.min.js\" type=\"text\/javascript\"><\/script><br \/>\n<!-- combining multiple Javascript files into a single request --><br \/>\n<script src=\"https:\/\/proworkflow5.net\/SHARED_TEMPLATES_V8\/compressed\/lib-release-8-6-2e.js\" type=\"text\/javascript\"><\/script><\/p>\n<p><script type=\"text\/javascript\" language=\"javascript\">\t\n\t\t\tfunction loadPage() {\n\t\t\t\tself.focus();\n\t\t\t\t$('#LoginName').focus();\n\t\t\t\tvar theRememberMe = readCookie(\"theRememberMe\");<\/p>\n<p>\t\t\t\tif(theRememberMe == '1') {\n\t\t\t\t\tvar theLoginName = readCookie('theLoginName');\n\t\t\t\t\tvar thePassword = readCookie(\"thePassword\");<\/p>\n<p>\t\t\t\t\tif(theLoginName != '') {\n\t\t\t\t\t\t$('#LoginName').val(theLoginName);\n\t\t\t\t\t}\n\t\t\t\t\tif(thePassword != '') {\n\t\t\t\t\t\t$(\"#Password\").val(thePassword);\n\t\t\t\t\t\t$('#FakePassword').hide();\n\t\t\t        \t$('#Password').show();\n\t\t\t\t\t}\n\t\t\t\t\t$(\"#RememberMe\").attr('checked', true);\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\t$(\"#RememberMe\").attr('checked', false);\n\t\t\t\t}<\/p>\n<p>\t\t\t\t$('#LoginName').select();<\/p>\n<p>\t\t\t    \/\/ Attach the hover styles on the buttons\n\t\t\t\t$(\".cancelbutton\").live({\n\t\t\t\t  \tmouseenter: function() {\n\t\t\t\t    \t$(this).addClass(\"cancelbuttonhover\");\n\t\t\t\t  \t},\n\t\t\t\t  \tmouseleave: function() {\n\t\t\t\t    \t$(this).removeClass(\"cancelbuttonhover\");\n\t\t\t\t  \t}\n\t\t\t\t});<\/p>\n<p>\t\t\t\t$('#LoginName').keypress(function() {\n\t\t\t\t\tif($(this).val() != 'Login Name') {\n\t\t\t\t\t\t$(this).addClass('activeloginfield');\n\t\t\t\t\t}\n\t\t\t\t});<\/p>\n<p>\t\t\t\t$('#Password').keypress(function() {\n\t\t\t\t\tif($(this).val() != 'Password') {\n\t\t\t\t\t\t$(this).addClass('activeloginfield');\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}<\/p>\n<p>\t\t\tfunction newCookie(name,value,days) {\n\t\t \t\tvar days = 365; \n\t\t \t\tif (days) {\n\t\t   \t\t\tvar date = new Date();\n\t\t   \t\t\tdate.setTime(date.getTime()+(days*24*60*60*1000));\n\t\t   \t\t\tvar expires = \"; expires=\"+date.toGMTString(); \n\t\t\t\t}\n\t\t   \t\telse var expires = \"\";<\/p>\n<p>\t\t   \t\tdocument.cookie = name+\"=\"+value+expires+\"; path=\/TMGHorizonLtd\"; <\/p>\n<p>\t\t\t}<\/p>\n<p>\t\t\tfunction readCookie(cookieName) {\n\t\t   \t\t var theCookie=\"\"+document.cookie;\n\t\t\t\t var ind=theCookie.indexOf(cookieName);\n\t\t\t\t if (ind==-1 || cookieName==\"\") return \"\"; \n\t\t\t\t var ind1=theCookie.indexOf(';',ind);\n\t\t\t\t if (ind1==-1) ind1=theCookie.length;\n\t\t\t\t return unescape(theCookie.substring(ind+cookieName.length+1,ind1));\n\t\t\t}<\/p>\n<p>\t\t\tfunction eraseCookie(name) {\n\t\t  \t\tnewCookie(name,\"\",1); \n\t\t\t}<\/p>\n<p>\t\t\tfunction toMem(a) {\n\t\t    \tnewCookie('theLoginName', $(\"#LoginName\").val()); \n\t\t    \tnewCookie('thePassword', $(\"#Password\").val()); \n\t\t    \tnewCookie('theRememberMe', '1'); \n\t\t\t}<\/p>\n<p>\t\t\tfunction delMem(a) {\n\t\t\t\teraseCookie('theLoginName');\n\t\t\t\teraseCookie('thePassword'); \n\t\t\t\teraseCookie('theRememberMe');\n\t\t\t}<\/p>\n<p>\t\t\t\/\/ this set the hover class for the login button\n\t\t\t$('.updatebuttonlight').live('mouseover mouseout focus', function(event) {\n\t\t\t   \tif (event.type == 'mouseover') {\n\t\t\t     \t$(this).addClass('updatebuttonhover');\n\t\t\t   \t} else {\n\t\t\t     \t$(this).removeClass('updatebuttonhover');\n\t\t\t   \t}\n\t\t\t});<\/p>\n<p>\t\t\tfunction focusButton() {\n\t\t\t \t$(\"#loginbutton\").addClass('updatebuttonhover');\n\t\t\t}<\/p>\n<p>\t\t\tfunction blurButton() {\n\t\t\t \t$(\"#loginbutton\").removeClass('updatebuttonhover');\n\t\t\t}<\/p>\n<p>\t\t\tfunction findHHandWW() {\n\t\t\t \tvar header_width = this.width;\n\t\t\t \tif (header_width > 365) {\n\t\t\t\t\t$(\"#logincontainer\").css({width: header_width});\n\t\t\t \t}\n\t\t\t}<\/p>\n<p>\t\t\tfunction ValidateLogin() {\n\t\t\t\tvar validate = true;\n\t\t\t\t$('#LoginName, #Password, #FakePassword').removeClass('fields_error');\n\t\t\t\t$('#badlogin').hide();<\/p>\n<p>\t\t\t\tif($('#LoginName').val() == 'Username\/Email' && $('#Password').val() == '') {\n\t\t\t\t\treturn false;\n\t\t\t\t}<\/p>\n<p>\t\t\t\tif($('#LoginName').val() == \"\" || $('#LoginName').val() == 'Username\/Email' ) {\n\t\t\t\t\t$('#LoginName').addClass('fields_error');\n\t\t\t\t\tvalidate = false;\n\t\t\t\t}<\/p>\n<p>\t\t\t\tif($(\"#Password\").val().length == 0) {\n\t\t\t\t\t$('#Password, #FakePassword').addClass('fields_error');\n\t\t\t\t\tvalidate = false;\n\t\t\t\t}<\/p>\n<p>\t\t\t\tif(!validate) {\n\t\t\t\t\t\/\/ $('#badlogin').show();\n\t\t\t\t}\n\t\t\t\telse{\n\t\t\t\t\t$('#badlogin').hide();\n\t\t\t\t}<\/p>\n<p>\t\t\t\tif(validate) {\t\n\t\t\t\t\tdelMem(validate);<\/p>\n<p>\t\t\t\t\tdocument.loginform.submit();\n\t\t\t\t}\n\t\t\t}<\/p>\n<p>\t\t\tfunction navPwdFocus() {\n\t\t        $('#FakePassword').hide();\n\t\t        $('#Password').show();\n\t\t        $('#Password').focus();\n\t\t    }<\/p>\n<p>\t\t\tfunction navPwdBlur() {\n\t\t        if ($('#Password').attr('value') == '') {\n\t\t            $('#Password').hide();\n\t\t            $('#FakePassword').show();\n\t\t        }\n\t\t    }<\/p>\n<p>\t\t\tfunction checkForPassword(){\n\t\t\t\t$('#badlogin').hide();\n\t\t\t\tif ($('#Password').attr('value') != '') {\n\t\t\t\t\t$('#Password').show();\n\t\t\t\t\t$('#Password').focus();\n\t\t\t\t\t$('#FakePassword').hide();\n\t\t\t\t}\n\t\t\t}<\/p>\n<p>\t\t\tfunction checkForEnter(event){\n\t\t\t\tif ((event.which && event.which == 13) || (event.keyCode && event.keyCode == 13))\n\t\t    \t{\n\t\t\t\t\tValidateLogin();\n\t\t\t\t\treturn false;\n\t\t\t\t} \n\t\t    \telse return true;\n\t\t\t}<\/p>\n<p>\t\t\tvar dialog;<\/p>\n<p>\t\t\tfunction openStandardPopup(postVars, title, height, resizable, onClose) {\n\t\t\t\tvar iWidth = 500;<\/p>\n<p>\t\t\t\tif(height == 160) {\n\t\t\t\t\theight = 150;\n\t\t\t\t\tvar sHTML = '<\/p>\n<div id=\"popup_div\">\n<div class=\"loadingspinner smallpopup\">&nbsp;<\/div>\n<\/div>\n<p>';\n\t\t\t\t} else {\n\t\t\t\t\tvar sHTML = '<\/p>\n<div id=\"popup_div\">\n<div class=\"loadingspinner\">&nbsp;<\/div>\n<\/div>\n<p>';\n\t\t\t\t}<\/p>\n<p>\t\t\t\t\/\/ Open popup with loading indicator\n\t\t\t\tdialog = $(sHTML).dialog({\n\t\t\t\t\tautoOpen: false,\n\t\t\t\t\ttitle: title,\n\t\t\t\t\twidth: iWidth,\n\t\t\t\t\theight: height,\n\t\t\t\t\tmodal: true,\n\t\t\t\t\tresizable: resizable,\n\t\t\t\t\topen: function(event, ui) {<\/p>\n<p>\t\t\t\t\t},\n\t\t\t\t\tclose: function(event, ui) {\n\t\t\t\t\t\tif(typeof onClose == 'function') {\n\t\t\t\t\t\t\tonClose();\n\t\t\t\t\t\t}<\/p>\n<p>\t\t\t\t\t\t$(\"#popup_div,.ui-widget-overlay\").remove();\n\t\t\t\t\t}\n\t\t\t\t});<\/p>\n<p>\t\t\t\tdialog.before('<\/p>\n<div class=\"modalmessagecontainer\"><\/div>\n<p>');\n\t\t\t\tdialog.dialog('open');<\/p>\n<p>\t\t\t\t\/\/ Get template data\n\t\t\t\t$.post(\"https:\/\/proworkflow5.net\/TMGHorizonLtd\/act_form_action.cfm\", postVars, function(data){\n\t\t\t        dialog.html(data);\n\t\t\t    });\n\t\t\t}<\/p>\n<p>\t\t\t$(document).ready(function() {\n\t\t\t\t$('.ui-widget-overlay').live('click', function() {\n\t\t\t\t  \t$('#popup_div').dialog('close');\n\t\t\t\t});<\/p>\n<p>\t\t\t\t$('.linkForgotPass').click(function() {\n\t\t\t\t\topenStandardPopup({ actionpage: 'dsp_forgot_password.cfm' }, 'Forgot Password', 160, false, function() {\n\t\t\t\t\t\t$.get('https:\/\/proworkflow5.net\/TMGHorizonLtd\/index.cfm', { resetLoginAttempts: true });\n\t\t\t\t\t});\n\t\t\t\t\treturn false;\n\t\t\t\t});<\/p>\n<p>\t\t\t\t$('#addUserLink').click(function() {\n\t\t\t\t\topenStandardPopup({ actionpage: 'dsp_add_user_information.cfm' }, 'Add Your Information!', 650, false);<\/p>\n<p>\t\t\t\t\treturn false;\n\t\t\t\t});<\/p>\n<p>\t\t\t\tfunction createCookie(name, value,hours) {\n\t\t\t\t\tif(hours) {\n\t\t\t\t\t\tvar date = new Date();\n\t\t\t\t\t\tdate.setTime(date.getTime()+(hours*60*60*1000));\n\t\t\t\t\t\tvar expires = \"; expires=\"+date.toGMTString();\n\t\t\t\t\t}\n\t\t\t\t\telse var expires = \"\";\n\t\t\t\t\tdocument.cookie = name+\"=\"+value+expires+\"; path=\/\";\n\t\t\t\t}<\/p>\n<p>\t\t\t });\n\t\t<\/script><\/p>\n<p>&nbsp;<\/p>\n<form id=\"loginform\" action=\"https:\/\/proworkflow5.net\/TMGHorizonLtd\/index.cfm\" method=\"post\" name=\"loginform\">&nbsp;<\/p>\n<div align=\"center\">\n<div id=\"logincontainer\">\n<div class=\"loginbox\">\n<div class=\"loginlogobox custom\"><a href=\"http:\/\/www.proworkflow.com\"><br \/>\n<img data-recalc-dims=\"1\" decoding=\"async\" id=\"loginheaderimage\" title=\"My Projects\" src=\"https:\/\/i0.wp.com\/proworkflow5.net\/TMGHorizonLtd\/nav_images\/TMGHorLogo_365w.png?w=584&#038;ssl=1\" alt=\"My Projects\" border=\"0\" \/><br \/>\n<\/a><\/div>\n<div class=\"logincontent\">\n<div id=\"loginformcontainer\">\n<div id=\"badlogin\" class=\"loginerrormessage\"><\/div>\n<div class=\"loginfieldscontainer\"><input id=\"LoginName\" class=\"fields loginfields\" tabindex=\"1\" name=\"LoginName\" type=\"text\" value=\"Username\/Email\" \/><br \/>\n<input id=\"Password\" class=\"fields loginfields\" style=\"display: none;\" tabindex=\"2\" name=\"Password\" type=\"Password\" \/><br \/>\n<input id=\"FakePassword\" class=\"fields loginfields\" tabindex=\"3\" name=\"FakePassword\" type=\"Text\" value=\"Password\" \/><\/p>\n<div class=\"loginhelplinks\"><input id=\"RememberMe\" tabindex=\"4\" name=\"Continuous\" type=\"checkbox\" value=\"1\" \/>\u00a0<span id=\"loginrememberlink\" class=\"logintext\">Remember Me<\/span><br \/>\n<span id=\"loginforgotpasslink\" class=\"logintext\"><a class=\"linkForgotPass\" tabindex=\"6\" href=\"#\" target=\"password\">Forgot Password?<\/a><\/span><\/div>\n<\/div>\n<div class=\"loginbuttoncontainer\">\n<div id=\"loginbutton\" class=\"button action login-button\" tabindex=\"5\">Login<\/div>\n<\/div>\n<div class=\"loginadduserinfo\" align=\"center\"><a id=\"addUserLink\" class=\"bodytextlink\" href=\"#\" target=\"addUser\"><b>Add Your Information!<\/b><\/a><\/p>\n<p><span class=\"loginadduserinfodescription\">Add your contact details to keep up to date<\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"loginfooter\">\n<div id=\"pagefooter\">Powered by <a class=\"footerlink\" href=\"http:\/\/www.proworkflow.com\" target=\"_blank\">ProWorkflow<\/a> \u00a9 Copyright 2015<br \/>\nLicensed to: TMGHorizonLtd.Professional<br \/>\n-v8.6.2<\/p>\n<p>Served by EURO-1 on PAAPPP001<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/form>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you&#8217;ve placed an order with us, you can scroll down here to login and check on progress and delivery dates &nbsp; TMG Horizon Order Management System &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \u00a0Remember Me Forgot Password? Login Add Your &hellip; <a href=\"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":628,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"jetpack_post_was_ever_published":false,"footnotes":""},"class_list":["post-620","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Login - custom cycle clothing by tmgpro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Login - custom cycle clothing by tmgpro\" \/>\n<meta property=\"og:description\" content=\"If you&#8217;ve placed an order with us, you can scroll down here to login and check on progress and delivery dates &nbsp; TMG Horizon Order Management System &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \u00a0Remember Me Forgot Password? Login Add Your &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/\" \/>\n<meta property=\"og:site_name\" content=\"custom cycle clothing by tmgpro\" \/>\n<meta property=\"article:modified_time\" content=\"2016-08-17T14:09:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i2.wp.com\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-content\/uploads\/2015\/09\/factoryscissors.jpg?fit=1000%2C129&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"129\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/\",\"url\":\"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/\",\"name\":\"Login - custom cycle clothing by tmgpro\",\"isPartOf\":{\"@id\":\"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-content\/uploads\/2015\/09\/factoryscissors.jpg?fit=1000%2C129&ssl=1\",\"datePublished\":\"2015-09-20T08:30:23+00:00\",\"dateModified\":\"2016-08-17T14:09:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-content\/uploads\/2015\/09\/factoryscissors.jpg?fit=1000%2C129&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-content\/uploads\/2015\/09\/factoryscissors.jpg?fit=1000%2C129&ssl=1\",\"width\":1000,\"height\":129},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Login\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/#website\",\"url\":\"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/\",\"name\":\"custom cycle clothing by tmgpro\",\"description\":\"pro quality cycling kit for your team\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Login - custom cycle clothing by tmgpro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/","og_locale":"en_GB","og_type":"article","og_title":"Login - custom cycle clothing by tmgpro","og_description":"If you&#8217;ve placed an order with us, you can scroll down here to login and check on progress and delivery dates &nbsp; TMG Horizon Order Management System &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \u00a0Remember Me Forgot Password? Login Add Your &hellip; Continue reading &rarr;","og_url":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/","og_site_name":"custom cycle clothing by tmgpro","article_modified_time":"2016-08-17T14:09:57+00:00","og_image":[{"width":1000,"height":129,"url":"https:\/\/i2.wp.com\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-content\/uploads\/2015\/09\/factoryscissors.jpg?fit=1000%2C129&ssl=1","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/","url":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/","name":"Login - custom cycle clothing by tmgpro","isPartOf":{"@id":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/#primaryimage"},"image":{"@id":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-content\/uploads\/2015\/09\/factoryscissors.jpg?fit=1000%2C129&ssl=1","datePublished":"2015-09-20T08:30:23+00:00","dateModified":"2016-08-17T14:09:57+00:00","breadcrumb":{"@id":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/#primaryimage","url":"https:\/\/i0.wp.com\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-content\/uploads\/2015\/09\/factoryscissors.jpg?fit=1000%2C129&ssl=1","contentUrl":"https:\/\/i0.wp.com\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-content\/uploads\/2015\/09\/factoryscissors.jpg?fit=1000%2C129&ssl=1","width":1000,"height":129},{"@type":"BreadcrumbList","@id":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/client-login\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/"},{"@type":"ListItem","position":2,"name":"Login"}]},{"@type":"WebSite","@id":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/#website","url":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/","name":"custom cycle clothing by tmgpro","description":"pro quality cycling kit for your team","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P6Smqk-a0","_links":{"self":[{"href":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-json\/wp\/v2\/pages\/620","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-json\/wp\/v2\/comments?post=620"}],"version-history":[{"count":18,"href":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-json\/wp\/v2\/pages\/620\/revisions"}],"predecessor-version":[{"id":626,"href":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-json\/wp\/v2\/pages\/620\/revisions\/626"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-json\/wp\/v2\/media\/628"}],"wp:attachment":[{"href":"https:\/\/tmghorizon.com\/tmgpro\/customcycleclothing\/wp-json\/wp\/v2\/media?parent=620"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}