test
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • gary1234 Friend
    #940520

    Hi I seem to be having a problem with the 404 not being displayed correctly.
    See example link below…
    http://caninfo1.securesites.net/dcc/index.php/apply-here1

    Could you explain why this is happening.

    Thanks

    pavit Moderator
    #940533

    Hi there

    Could you explain where is the problem ?

    As you can see HERE 404 PAGE is correctly showed also on your website since apply-here1 menu item doesn’t exsist

    gary1234 Friend
    #940541

    If you click the link and compare it to the link below, you will see the difference.
    http://caninfo1.securesites.net/dcc/

    The header is completely different, the slider is not displaying the car images correctly and the bottom footer is different.

    Thanks

    pavit Moderator
    #940686

    You should verify that your default template has same settings that you are using for all other menu items and same with modules assigned into footer positions

    404 page is using default ja-rent template –

    so load your logo into it and assign to it positions you want to display for 404 page

    Hope was clear enough

    gary1234 Friend
    #940884

    If I go to the page via the menu the page is displays correctly.
    http://caninfo1.securesites.net/dcc/index.php/explore/joomla-pages/404-page

    But when I the 404 page is displayed through a malformed URL such as

    http://caninfo1.securesites.net/dcc/index.php/explore/joomla-pages/404-page-malformed

    The page does not display correctly.

    Could it be that something is not configured properly?

    Thanks
    Gary

    pavit Moderator
    #941002

    Hi there

    You can take a look HERE on how to set your 404 page.

    gary1234 Friend
    #941204

    Thank you I have got the 404 page working now. The only problem that I am having is that I can’t get rid of the article title. The title seems to default to the word Article and I am not sure how to get rid of it.

    Thanks for your help.

    pavit Moderator
    #941344

    You have a custom.css file in this folder /templates/ja_rent/css/custom.css at line 103 you have

    .page-title, .page-header h1 {
        font-weight: 700;
        line-height: 1;
        margin: 0 0 8px;
        text-transform: uppercase;
    }

    add to it

    display:none;

    resulted code should be as follow

    .page-title, .page-header h1 {
        font-weight: 700;
        line-height: 1;
        margin: 0 0 8px;
        text-transform: uppercase;
        display: none;
    }

    Best regards

    gary1234 Friend
    #941528

    Adding that css "display: none;" style is not the best way to handle this problem as it removes the page heading from all the other pages that I am using a page heading.

    It seems even though the Page Display Option was already yet to NO, you must still click on SAVE which triggers the option so that the ARTICLES title disappears.. So dont be fooled by the fact that Page Display Option was already yet to NO. Still click on save. And the ARTICLE title will disappear form the page in question.

    Thanks

    pavit Moderator
    #941539

    Can we consider this topic closed then ?

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

This topic contains 9 replies, has 2 voices, and was last updated by  pavit 8 years, 5 months ago.

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