test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • zulfy Friend
    #187819

    Hi,

    I have 2 issues, my logo image background is white, how to make transparent logo background?

    the google analytic has been working fine for a year, somehow I had an issue with malware and block my website, I did everything back on my website again. followed the following steps but only showing my back end traffic… I had a same issue first time too. I found a different please embed the google analytic code, I don’t remember how did i do it at the first point.

    In Joomla 1.5

    If you are using Joomla 1.5, 1.51 do the following:

    * Log on to: http://www.yoursite.com/administrator/
    * In the top menu select: “Extensions” > “Template Manager”
    * Now select the template which is marked as default and click “Edit”
    * In the template edit page click “Edit HTML”

    Adding the code within the template

    If you have followed the steps above you should now be looking at your template’s HTML.

    * Scroll right down to the bottom of all this code
    * On the second to bottom line you should see the tag </body>
    * You need to paste your Google Analytics tracking code just before this tag
    * Now press “save” and Google Analytics is installed on your website!

    Google Analytics in Joomla

    Ninja Lead Moderator
    #494270

    This way will help you add google analytics script and make transparent logo background

    1) Add google analytics.

    Copy plugins/system/jat3/jat3/base-themes/default/blocks/head.php file

    And paste it into: templates/ja_portfolio/blocks

    Open head.php file in the template and add google analytics end of file

    2) Make transparent logo background

    You can use css style to do this

    Open templates/ja_portfolio/css/template.css file

    and change here


    h1.logo a {
    background: url(../images/logo.png) no-repeat left;
    display: block;
    width: 294px;
    height: 68px;
    }

    Remember to clear cache from Admin area after changing

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 6 months ago.

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