-
AuthorPosts
-
November 29, 2011 at 6:22 pm #171251
On my site…the site name seems to display as a header in the footer…..any suggestions?
Link: http://bit.ly/qhjq6p
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 29, 2011 at 6:33 pm #427190Hi 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
November 29, 2011 at 6:46 pm #427192But I dont want that to appear at all….looking at the demo…i didnt see that at the bottom
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 29, 2011 at 8:06 pm #427200Hi 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
December 7, 2011 at 2:42 am #428299That caused the whole footer to disappear…..
December 7, 2011 at 2:44 am #428300I reseted the template back to default settings, so if theres anyway i can id that <h1> tage please let me know
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
December 7, 2011 at 9:36 am #428370Try 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;
}1 user says Thank You to pavit for this useful post
December 9, 2011 at 1:43 am #428842its still like this funky graphic that is still display…..
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
December 9, 2011 at 11:15 am #428944I have tried it on my localhost and it works clean your JaT3 cache and refresh your frontend
Thanks
1 user says Thank You to pavit for this useful post
-
AuthorPosts
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