Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • mosim Friend
    #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 Friend
    #406468

    Hello 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 Friend
    #406501

    Hello 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.

    mosim Friend
    #414929

    Thanks Pritam. The issue with the favicon was a result of not clearing the 404 cache.

    mosim Friend
    #415603

    Hrmm, 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/

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

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