Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • amir00251 Friend
    #190430

    I am trying to customize the 404 page and can change the image bg-error however I do not know where I can change the text and links in 404 page?

    It seems that there are some different forms, sometimes says Category Not Found and sometimes Article Not Found, etc

    I would be great to clarify where text and links can change for different 404 pages.

    Thanks.

    s4reea Friend
    #505151

    I guess you can change it in the Menu manager,
    There is a menu called Error Menu,
    There you should change it

    Ninja Lead Moderator
    #505179

    You can find and customize from the following files:

    + Php file: templates/ja_smashboard/error.php and you can it’s looding error-menu menu from back-end site

    + Css file: templates/ja_smashboard/css/error.css

    Give it a try and let me know if you have any other questions.

    Regards

    amir00251 Friend
    #505186

    Hello, Thank you very much, I had already looked at error.php but not sure what should I do.

    Just as an example, say the text is

    Category not found
    Please try one of the following pages:

    How I can change above to

    Category or Site not found
    Please try one of the following pages or contact us by clicking here:
    http://www.domain.com

    Thank you.

    Ninja Lead Moderator
    #505406

    It would be great if you can include url of your site, an illustrated screenshot of what you are trying to achieve, It would help to understand the issue and give you specific answers.

    amir00251 Friend
    #505560

    Hello, details sent,thank you.

    Ninja Lead Moderator
    #505734

    <em>@amir00251 389197 wrote:</em><blockquote>Hello, details sent,thank you.</blockquote>

    You can open error.php file and change it with my below solution

    Open templates/ja_smashboard/error.php file

    From


    <div class="error-message"><h2><?php echo $this->error->getMessage(); ?></h2></div>

    <div id="errorboxbody">
    <?php echo JText::_('JERROR_LAYOUT_PLEASE_TRY_ONE_OF_THE_FOLLOWING_PAGES'); ?>
    </div>

    Change to


    <div class="error-message"><h2>Category or Site not found</h2></div>

    <div id="errorboxbody">
    Please try one of the following pages or contact us by clicking here
    </div>

    amir00251 Friend
    #505820

    Thank you this was really what I wanted.

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

This topic contains 8 replies, has 3 voices, and was last updated by  amir00251 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum