-
AuthorPosts
-
August 16, 2011 at 5:33 am #167462
OK, I’m spinning my wheels on this.
1. Favicon.
Changed the favicon in the admin side with no problem. The front-side refuses to show my favicon it always shows joomla favicon. If I remove all the favicons then the front-end doesn’t show any favicon. Once I upload my favicon it then changes back to joomla favicon. I’ve cleared all cache and even visited from different computers – no change.Removed all favicons that I could find (even from other templates) and added my favicon to the following:
a. Templates/ja_puirty_ii/
b. plugins/system/jat3/base-themes/default/images/2. Banner
Changed the settings in the template.css file to reflect my own jpg for #ja-header .main. Uploaded my jpg to:
/templates/ja_purity_ii/images/
/templates/ja_purity_ii/images/header/I get a blank/black header now.
3. Where do I find the code for the left floating panel that shows “1.5 Available”. I’d like to move or remove it.
Thanks,
M.pritam Friendpritam
- Join date:
- April 2011
- Posts:
- 609
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 11
- Thanked:
- 125 times in 113 posts
August 16, 2011 at 6:28 am #406468Hello mosim,
To favicon and banner problems; left floating panel
I have checked your given url . Currently your username and password are giving error, Can please send Correct username and password. so that we can help you better.
pritam Friendpritam
- Join date:
- April 2011
- Posts:
- 609
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 11
- Thanked:
- 125 times in 113 posts
August 16, 2011 at 9:50 am #406501Hello mosim,
To favicon and banner problems; left floating panel
1. Banner
Find This code at /templates/ja_purity_ii/css/template.css line no.1224
#ja-header .main {
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-size: auto auto;
background-attachment: scroll;
background-color: #333333;
background-image: url(“../images/b3x.jpg”);
background-position: right top;
background-repeat: no-repeat;
height: 80px;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
}Change this code to:-
#ja-header .main {
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-size: auto auto;
background-attachment: scroll;
background-color: #333333;
background-image: url(“../images/b3x.jpg”) !important;
background-position: right top;
background-repeat: no-repeat;
height: 80px;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
}2.To the left floating panel that shows “1.5 Available”
Find this code at /plugins/system/jat3/jat3/base-themes/default/css/switchj15.css line no.15
#ja-switch a {
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-size: auto auto;
background-attachment: scroll;
background-color: transparent;
background-image: url(“../images/joomla15.png”);
background-position: left top;
background-repeat: no-repeat;
display: block;
font-size: 0;
height: 137px;
line-height: 0;
overflow-x: hidden;
overflow-y: hidden;
text-indent: -9999em;
width: 37px;
}
Change this code to :-#ja-switch a {
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-size: auto auto;
background-attachment: scroll;
background-color: transparent;
background-image: url(“../images/joomla15.png”);
background-position: left top;
background-repeat: no-repeat;
display: block;
font-size: 0;
height: 137px;
line-height: 0;
overflow-x: hidden;
overflow-y: hidden;
text-indent: -9999em;
width: 37px;
display:none;
}3.Favicon
Can you please send screenshot where you exactly getting the issue regarding Favicon.
1 user says Thank You to pritam for this useful post
September 25, 2011 at 11:02 pm #414929Thanks Pritam. The issue with the favicon was a result of not clearing the 404 cache.
September 29, 2011 at 5:31 am #415603Hrmm, the banner on the homepage is gone but it appears on most other pages. But it now has the link to: http://joomla16-templates.joomlart.com/
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by mosim 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum