Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • arthurjohnston Friend
    #693225

    I 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 Moderator
    #693236

    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 error

    Fix this url into error.php page with the correct url for your error.css file

    pavit Moderator
    #749870

    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 error

    Fix this url into error.php page with the correct url for your error.css file

    arthurjohnston Friend
    #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 error

    Fix 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 Friend
    #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 error

    Fix 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. 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

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