{"id":1363,"date":"2010-09-30T09:50:27","date_gmt":"2010-09-30T09:50:27","guid":{"rendered":"https:\/\/thethemebuilders.review\/demonew\/"},"modified":"2019-10-06T11:51:47","modified_gmt":"2019-10-06T11:51:47","slug":"404-error-page","status":"publish","type":"page","link":"https:\/\/thethemebuilders.review\/demonew\/pages\/404-error-page","title":{"rendered":"404 error page"},"content":{"rendered":"<h2>The Striking 404 page.<\/h2>\n<p><strong>The text displayed on the 404 page can be modified, set and changed in the theme advanced settings<\/strong><\/p>\n<div class=\"error\"><div class=\"message_box_content\">It looks like the page you&#8217;re looking for isn&#8217;t here anymore. Try using the search box or sitemap below.<div class=\"message_box_space\"><\/div><\/div><\/div>\n<div class=\"toggle toggle_left\"><h4 class=\"toggle_title\"><i class=\"toggle_icon\"><\/i><span class=\"toggle-title\">Grab the Code<\/span><\/h4><div class=\"toggle_content\"><code class=\"code\">&#91;error&#93;It looks like the page you're looking for isn't here anymore. Try using the search box or sitemap below.&#91;\/error&#93;<\/code><\/div><\/div>\n<div class=\"divider_padding\"><\/div>\n<div id=\"framed_box_176c7f7d4cb9b3598d1e108bbc9340f4\" class=\"framed_box rounded aligncenter\" style=\"border-color:rgba(243,11,11,1);border-width:4px;\">\n\t<div class=\"framed_box_content\" style=\"background-color:rgba(243,11,11,0.3);color:rgba(243,11,11,1);\">\n\t\t<p>It looks like the page you&#8217;re looking for isn&#8217;t here anymore. Try using the search box or sitemap below.<\/p>\n\t\t<div class=\"framed_box_space\"><\/div>\n\t<\/div>\n<\/div>\n\n<div class=\"toggle toggle_left\"><h4 class=\"toggle_title\"><i class=\"toggle_icon\"><\/i><span class=\"toggle-title\">Grab the Code<\/span><\/h4><div class=\"toggle_content\"><code class=\"code\">&#91;framed_box bgColor=\"rgba(243,11,11,0.3)\" borderColor=\"rgba(243,11,11,1)\" borderThickness=\"4\" textColor=\"rgba(243,11,11,1)\" rounded=\"true\" align=\"center\"&#93;It looks like the page you're looking for isn't here anymore. Try using the search box or sitemap below.&#91;\/framed_box&#93;<\/code><\/div><\/div>\n<div class=\"divider_padding\"><\/div>\n<div class=\"note aligncenter\"><h4 class=\"note_title\">404 error<\/h4><div class=\"note_content\">It looks like the page you&#8217;re looking for isn&#8217;t here anymore. Try using the search box or sitemap below.<div class=\"note_space\"><\/div><\/div><\/div>\n<div class=\"toggle toggle_left\"><h4 class=\"toggle_title\"><i class=\"toggle_icon\"><\/i><span class=\"toggle-title\">Grab the Code<\/span><\/h4><div class=\"toggle_content\"><code class=\"code\">&#91;note title=\"404 error\" align=\"center\"&#93;It looks like the page you're looking for isn't here anymore. Try using the search box or sitemap below.&#91;\/note&#93;<\/code><\/div><\/div>\n<div class=\"divider_padding\"><\/div>\n<div id=\"framed_box_f8e3686062629629ef29bcc70b9bcb9f\" class=\"framed_box rounded aligncenter\" style=\"border-color:rgba(60,171,206,.4);border-width:4px;\">\n\t<div class=\"framed_box_content\" style=\"background-color:rgba(60,171,206,.06);color:rgba(243,11,11,1);\">\n\t\t<p>It looks like the page you&#8217;re looking for isn&#8217;t here anymore. Try using the search box or sitemap below.<\/p>\n\t\t<div class=\"framed_box_space\"><\/div>\n\t<\/div>\n<\/div>\n\n<div class=\"toggle toggle_left\"><h4 class=\"toggle_title\"><i class=\"toggle_icon\"><\/i><span class=\"toggle-title\">Grab the Code<\/span><\/h4><div class=\"toggle_content\"><code class=\"code\">&#91;framed_box bgColor=\"rgba(60,171,206,.06)\" borderColor=\"rgba(60,171,206,.4)\" borderThickness=\"4\" textColor=\"rgba(243,11,11,1)\" rounded=\"true\" align=\"center\"&#93;It looks like the page you're looking for isn't here anymore. Try using the search box or sitemap below.&#91;\/framed_box&#93;<\/code><\/div><\/div> <\/p>\n<div class=\"divider_padding\"><\/div>\n<h3>Featured Header 404 Code<\/h3>\n<p>In the featured header of this demo page we show a custom 404 message with a image. In responsive view (below 768) the image will disappear and the box will grow to 100%. This is done by CSS.<br \/>\nYou can grab the code below and do the same trick on your own website for your real 404 page. For this put the Featured Header ShortCode into the striking advanced settings -> Archive Title Settings -> 404 Page Text field and the supplied custom css into the striking global custom css box at the theme general settings.<\/p>\n<div class=\"toggle toggle_left\"><h4 class=\"toggle_title\"><i class=\"toggle_icon\"><\/i><span class=\"toggle-title\">Grab the Code For The Featured Header<\/span><\/h4><div class=\"toggle_content\"><h3>The Featured Header ShortCode<\/h3>\n<code class=\"code\">&lt;h1 style=\"text-align:center\"&gt;404 Not Found!&lt;\/h1&gt; \r\n&#91;divider_padding&#93;&#91;three_fifth&#93;&#91;framed_box bgColor=\"rgba(243,11,11,0.3)\" borderColor=\"rgba(243,11,11,1)\" borderThickness=\"4\" textColor=\"rgba(255,255,255,1)\" rounded=\"true\" align=\"center\" width=\"70%\" class=\"enlarge\"&#93;It looks like the page you're looking for isn't here anymore. Try using the search box or sitemap below.&#91;\/framed_box&#93;&#91;\/three_fifth&#93;\r\n&#91;two_fifth_last&#93;&lt;img src=\"https:\/\/thethemebuilders.review\/demonew\/wp-content\/uploads\/revslider\/homepage\/rev_landing_girl.png\" alt=\"rev_landing_girl\" width=\"540\" height=\"425\" class=\"hideme alignnone size-full wp-image-5382\" \/&gt;&#91;\/two_fifth_last&#93;\r\n&lt;p style=\"text-align:center\"&gt;Hi you found the 404 page ! How can i help you?&lt;\/p&gt;<\/code>\n<h3>The CSS<\/h3>\n<code class=\"code\">@media only screen and (max-width: 767px) {\r\n.hideme{display:none;}\r\n.enlarge {width:100% !important;}\r\n}<\/code>\n<p>The trick explained : we added a class called &#8220;enlarge&#8221; (<strong>class=&#8221;enlarge&#8221;<\/strong>) to the framed box by the shortcode option settings. We added manually a class called &#8220;hideme&#8221; to the image (class=&#8221;<strong>hideme <\/strong>alignnone size-full wp-image-1795&#8243; ). The latter could have been avoided by directly calling the .wp-image-1795 ID. Then we addressed the classes by css and let them behave differently only below a certain viewpoint by putting that code into a viewpoint wrapper.<\/p>\n<code class=\"code\">@media only screen and (max-width: 767px) {\r\n.hideme{display:none;}\r\n.enlarge {width:100% !important;}\r\n}<\/code><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>The Striking 404 page. The text displayed on the 404 page can be modified, set and changed in the theme advanced settings Featured Header 404 Code In the featured header of this demo page we show a custom 404 message with a image. In responsive view (below 768) the image will disappear and the box &#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":1355,"menu_order":123,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-1363","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/thethemebuilders.review\/demonew\/wp-json\/wp\/v2\/pages\/1363","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thethemebuilders.review\/demonew\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thethemebuilders.review\/demonew\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thethemebuilders.review\/demonew\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/thethemebuilders.review\/demonew\/wp-json\/wp\/v2\/comments?post=1363"}],"version-history":[{"count":0,"href":"https:\/\/thethemebuilders.review\/demonew\/wp-json\/wp\/v2\/pages\/1363\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/thethemebuilders.review\/demonew\/wp-json\/wp\/v2\/pages\/1355"}],"wp:attachment":[{"href":"https:\/\/thethemebuilders.review\/demonew\/wp-json\/wp\/v2\/media?parent=1363"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}