Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • global21 Friend
    #162078

    Hi,

    Really strange i looked at my website this morning and the footer has change and i don’t know why? its normal on every other page apart from the home page.

    Have i accidently change something, Any clues?

    thanks in advance.


    1. Footer
    chavan Friend
    #383922

    <em>@global21 230867 wrote:</em><blockquote>Hi,

    Really strange i looked at my website this morning and the footer has change and i don’t know why? its normal on every other page apart from the home page.

    Have i accidently change something, Any clues?

    thanks in advance.</blockquote>

    File Path: templatesja_teline_ivcsstemplate.css

    Replcace this Code

    #ja-container .main-inner1 {
    background: url("/templates/ja_teline_iv/images/stripe-bg-2.png") repeat scroll 0 0 #DDDDDD;
    margin: 0;
    padding: 2px;
    }

    With

    #ja-container .main-inner1 {
    margin: 0;
    padding: 2px;
    }

    global21 Friend
    #384023

    thanks for that. Any clues why this happend.

    global21 Friend
    #384060

    hi there,

    will this not change the stripes on the main content body? My footer on the hompage is what i wish to have back to the original colour that it is on every other page.

    chavan Friend
    #384068

    This Css won’t overlap your content body

    File Path: templatesja_teline_ivcsstemplate.css

    Replace this Code


    #ja-footer .main-inner1 {
    padding: 12px 0 24px 240px;
    }

    With

    #ja-footer .main-inner1 {
    background: #1F1F1F;
    padding: 12px 0 24px 240px;
    }

    Phill Moderator
    #384071

    Can you please post a link to your site and also make sure css optimization is set to “No” in the template manager?

    In addition have you recently changed any css? It might have been (and this is just speculation) that you changed something but as the css was stored in cache the changes did not show until that cache was cleared.

    global21 Friend
    #384073

    hi,

    i havent made any changes to the css that i know of. all compression is off. i haven’t tried the above as yet so if you wouldnt mind having a quick look that would be great.

    its strange because on all other pages the footer is normal colour no stripes like the demo.

    http://www.dimagazine.co.uk

    global21 Friend
    #384077

    i have done the above (last suggestuin to css) and all is fine.

    thanks.

    Phill Moderator
    #384085

    I am still not convinced. This section was previously working and it works as expected on other pages. The css above may work but for some reason I feel this is just masking a problem elsewhere.

    Often in cases such as this there is an article or module missing a closing tag which then causes problems lower down in the template layout. Usually this is only noticed in IE but sometimes can cause problems in Firefox. It would have been interesting to have looked into that.

    diatribe Friend
    #450600

    <em>@phill luckhurst 231225 wrote:</em><blockquote>I am still not convinced. This section was previously working and it works as expected on other pages. The css above may work but for some reason I feel this is just masking a problem elsewhere.

    Often in cases such as this there is an article or module missing a closing tag which then causes problems lower down in the template layout. </blockquote>

    Wise words.

    We had a similar problem in which the footer was playing up in one blog section, after a new article was being posted. I initially thought that the issue was caused by the menu settings but that did not help.

    Using your logic about code in an article, I re-examined the article and found uneccessary div tags. I stripped them out and hey presto – issue resolved. Thanks Phill.

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

This topic contains 10 replies, has 4 voices, and was last updated by  diatribe 12 years, 7 months ago.

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