-
AuthorPosts
-
arthurjohnston Friend
arthurjohnston
- Join date:
- November 2010
- Posts:
- 170
- Downloads:
- 152
- Uploads:
- 16
- Thanks:
- 58
- Thanked:
- 27 times in 2 posts
September 28, 2015 at 5:15 am #693225I followed the instructions found here: http://www.t3-framework.org/documentation/bs3-customization#404-page
I used the error.php and error.css from Purity III. I would like to test the error.php. Any suggestions?
Thank you in advance.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 28, 2015 at 5:22 am #693236Hi
Your 404 page is loading this file <link rel=”stylesheet” href=”//joomla/templates/t3_bs3_blank/css/error.css” type=”text/css” />
and result is an unresolved url errorFix this url into error.php page with the correct url for your error.css file
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 28, 2015 at 5:22 am #749870Hi
Your 404 page is loading this file <link rel=”stylesheet” href=”//joomla/templates/t3_bs3_blank/css/error.css” type=”text/css” />
and result is an unresolved url errorFix this url into error.php page with the correct url for your error.css file
1 user says Thank You to pavit for this useful post
arthurjohnston Friendarthurjohnston
- Join date:
- November 2010
- Posts:
- 170
- Downloads:
- 152
- Uploads:
- 16
- Thanks:
- 58
- Thanked:
- 27 times in 2 posts
September 29, 2015 at 2:05 am #693435<em>@pavit 494513 wrote:</em><blockquote>Hi
Your 404 page is loading this file <link rel=”stylesheet” href=”//joomla/templates/t3_bs3_blank/css/error.css” type=”text/css” />
and result is an unresolved url errorFix this url into error.php page with the correct url for your error.css file</blockquote>
Thank you! That did fix the issue:
Although, the paths to the error.css file were hard-coded (error.php) in the Purity III template. I replace the 3 lines of code with the code found here:
http://www.t3-framework.org/documentation/bs3-customization#404-page
Open this file and customize it as you want the page to be.
You can define which CSS file that the page will use.
<link rel="stylesheet" href="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/error.css" type="text/css" />Perhaps it should be corrected as it may be an issue for others in the future.
Thank you again and have a great evening. 🙂
arthurjohnston Friendarthurjohnston
- Join date:
- November 2010
- Posts:
- 170
- Downloads:
- 152
- Uploads:
- 16
- Thanks:
- 58
- Thanked:
- 27 times in 2 posts
September 29, 2015 at 2:05 am #749979<em>@pavit 494513 wrote:</em><blockquote>Hi
Your 404 page is loading this file <link rel=”stylesheet” href=”//joomla/templates/t3_bs3_blank/css/error.css” type=”text/css” />
and result is an unresolved url errorFix this url into error.php page with the correct url for your error.css file</blockquote>
Thank you! That did fix the issue:
Although, the paths to the error.css file were hard-coded (error.php) in the Purity III template. I replace the 3 lines of code with the code found here:
http://www.t3-framework.org/documentation/bs3-customization#404-page
Open this file and customize it as you want the page to be.
You can define which CSS file that the page will use.
<link rel="stylesheet" href="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/error.css" type="text/css" />Perhaps it should be corrected as it may be an issue for others in the future.
Thank you again and have a great evening. 🙂
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by arthurjohnston 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum