Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • macthebadazz2 Friend
    #171251

    On my site…the site name seems to display as a header in the footer…..any suggestions?

    Link: http://bit.ly/qhjq6p

    pavit Moderator
    #427190

    Hi macthebadazz2

    This is not an issue the template works in this way

    Goto Site–> global configuration –>Site Settings –>Site Name and change your name site to fit in the black background

    macthebadazz2 Friend
    #427192

    But I dont want that to appear at all….looking at the demo…i didnt see that at the bottom

    pavit Moderator
    #427200

    Hi macthebadazz2

    Goto template manager –>Ja_Teline_IV –> Layout Tab–>Default layout click to edit at the end you have this line of xml code

    <blocks name="bottom" style="xhtml">
    <block name="botsl1" type="spotlight">user6,user7,user8,user9,user10</block>
    <block name="botsl2" type="spotlight" special="left" specialwidth="66">user11,user12</block>
    <block name="footer" type="footer" main-inner="1"></block>
    </blocks>
    </layout>

    delete all the line in RED

    so it will be now

    <blocks name="bottom" style="xhtml">
    <block name="botsl1" type="spotlight">user6,user7,user8,user9,user10</block>
    <block name="botsl2" type="spotlight" special="left" specialwidth="66">user11,user12</block>
    </blocks>
    </layout>

    click on Save and clean your JaT3 cache refresh your home page at the frontend

    macthebadazz2 Friend
    #428299

    That caused the whole footer to disappear…..

    macthebadazz2 Friend
    #428300

    I reseted the template back to default settings, so if theres anyway i can id that <h1> tage please let me know

    pavit Moderator
    #428370

    Try to make this change

    In your templates/ja_Teline_IV/css/css/css3.css around line 450 now you have

    #ja-footlogo a {
    text-shadow: 0 -1px 1px rgba(0,0,0,.75);
    }

    add this line of code

    display:none;

    so it become

    #ja-footlogo a {
    text-shadow: 0 -1px 1px rgba(0,0,0,.75);
    display:none;
    }

    macthebadazz2 Friend
    #428842

    its still like this funky graphic that is still display…..

    pavit Moderator
    #428944

    I have tried it on my localhost and it works clean your JaT3 cache and refresh your frontend

    Thanks

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

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

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