Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • thiagogurga Friend
    #189422

    Hello community, I love this template and will use for a photographer site.

    How can I put text on the logo?

    In the demo page has the example with the name of the template:
    http://static.joomlart.com/images/templates/j25/ja-lens/userguide/position.png

    thiagogurga Friend
    #500993

    If someone can help me, I’m also having trouble setting the slideshow.

    I tried to use images with 1600×1063 and 1080×720, but in two sizes the images are appearing cut, even when viewed on a pc screen.

    Furthermore, I would like to display thumbnails as they are in demo link above.

    Any idea on how to fix this?

    The link to the site is http://www.compositebrasil.com.br

    Saguaros Moderator
    #501048

    Hi Thiago,

    To use text instead of logo image, try to open file: /templates/ja_lens/css/template.css

    – Line 708:


    #logo h1 {
    height: 60px;
    width: 60px; <<<< change to 120px ;
    background: #de3068 <<< change to your desired background color;
    }

    – Line 714:


    #logo h1 a {
    color: #fff
    padding-left: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: url(../images/logo.png) no-repeat center center;
    display: block;
    font-size: 0px;
    text-indent: -9999em;
    }

    replace it with:


    #logo h1 a {
    color: #fff
    padding-left: 0px;
    width: 60px; <<<< change to 120px; - the same with above width
    height: 60px;
    line-height: 60px;
    display: block;
    }

    – Line 774, remove this css rule:


    #logo h1 a span {
    display: none;
    }

    Hope it helps.

    TomC Moderator
    #501092

    I would love to know if Saguaros’ recommendation worked out.

    🙂

    thiagogurga Friend
    #501116

    Hello friends, sorry for the delay in responding.

    I made the changes recommended by you Saguara. However it did not work. With these changes it was possible to put text
    in place of the logo, but what I really like is to keep the logo and add text on his side. In the same style that is in the template demo:

    Thank you again for your patience and dedication of all.


    1. LOGO-TEXT
    TomC Moderator
    #501118

    What if you were to simply create a new module position directly adjacent to the logo image – and then simply add your custom text/html?

    thiagogurga Friend
    #501120

    Hello Tom, thank you so much for the reply.

    It’s just that. Forgive me my ignorance, I’m not expert in programming and the last time I worked with Joomla
    * was in the days of version 1.0.

    I’m rolling all the posts about JA Lens looking to learn the maximum and very pleased by the work team.

    I tried to create a new module position but I have not found the header.php .
    I looked inside the folder */templates /ja_lens* and there does not have the folder tpls

    :((

    Saguaros Moderator
    #501204

    Hi

    Most of JA Templates are built with T3 framework and this header.php file will be found in T3 folder. However, JA Lens doesn’t use T3 framework, you might need to edit file: /templates/ja_lens/index.php file instead of header.php file.

    Add php code into ‘index.php‘ file and follow instructions in above useful tips 🙂

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

This topic contains 8 replies, has 3 voices, and was last updated by  Saguaros 11 years, 1 month ago.

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