test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • swedeboy Friend
    #157393

    I just installed this theme, everything went well except my logo isn’t working.
    I have uploaded my logo to templates/ja_teline_iv/images and replaced the original logo, but for me the logo is not showing up.

    The other issue I have is the logo at the bottom.

    Would really appreciate if someone can take a look and help me solve this.

    Link to my site: http://www.queermagazineonline.com

    Thanks,

    Anders

    aman204 Friend
    #366679

    Change this::

    h1.logo a {color.css (line 22)
    background-image:url(“../images/logo.png”);
    }

    to

    /*h1.logo a {color.css (line 22)
    background-image:url(“../images/logo.png”);
    }*/

    swedeboy Friend
    #366685

    Thank you so much for your reply and help.

    That solved the problem 🙂

    Anders

    thuanlq Friend
    #366686

    Hi,

    your problems are because you choose color template ( currently it is “read-color”), so your logo image upload to incorrect path,
    correct path is templates/ja_teline_iv/core/themes/red-color/images/. If you don’t want upload to this path, and use path templates/ja_teline_iv/images. Edit file template.css at path “templates/ja_teline_iv/css/”, change code


    h1.logo a {
    background:url(../images/logo.png);
    display:block;
    height:85px;
    width:341px;

    }


    to


    h1.logo a {
    background:url(../images/logo.png) !important;
    display:block;
    height:85px;
    width:341px;

    }

    Or please remove code in file color.css at path templates/ja_teline_iv/core/themes/red-color/css/


    h1.logo a {color.css (line 22)
    background-image:url("../images/logo.png");
    }

    ithacaindy Friend
    #367499

    I want all color profiles to use the same logo – how do I specify that?

    Phill Moderator
    #367503

    You would need to edit the css in each colour profile to point to your logo. Bit of a faff I know but should not take long.

    ithacaindy Friend
    #367505

    I found a much easier method. Simple append “!important” to the logo statement in template.css

    Phill Moderator
    #367508

    I didn’t think of that, well done.

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

This topic contains 8 replies, has 5 voices, and was last updated by  Phill 14 years ago.

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