Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • lwhite718 Friend
    #167685

    Forgive me if this is straightforward but I’m pretty new to JA/T3 but how to you get the User 17 skyline background to appear? It’s one of the main reasons I switched from another template. Thanks in advance!

    khoand Friend
    #407680

    Hi,
    Could you give me a snapshot with your annotation?

    jooservices Friend
    #407780

    Hi
    In our live demo: http://templates.joomlart.com/ja_ironis/

    User 17 is a nearly bottom place with this background: http://templates.joomlart.com/ja_ironis/templates/ja_ironis/core/themes/day/images/background-house.png

    Do you mean wanna change this ?:
    If yes, you can check at dir: <your_joomla_site>templates/ja_ironis/core/themes/day/images/background-house.png
    and replace background-house.png by your own image.
    Thank you
    Viet Vu

    lwhite718 Friend
    #407860

    Great, thanks!

    I’m getting a space between the image in user 17 and the following user row. Is there a style/class that needs to be applied to it?

    <em>@jooservices 261689 wrote:</em><blockquote>Hi
    In our live demo: http://templates.joomlart.com/ja_ironis/

    User 17 is a nearly bottom place with this background: http://templates.joomlart.com/ja_ironis/templates/ja_ironis/core/themes/day/images/background-house.png

    Do you mean wanna change this ?:
    If yes, you can check at dir: <your_joomla_site>templates/ja_ironis/core/themes/day/images/background-house.png
    and replace background-house.png by your own image.
    Thank you
    Viet Vu</blockquote>

    jooservices Friend
    #407874

    Hi
    Please try


    #ja-botsl2 .main {
    padding: 30px 15px 15px;
    }
    template.css (line 899 )

    Change 30px to 0px 🙂

    Please let’s me know if you still have troubles.
    Thank you
    Viet Vu

    pritam Friend
    #407878

    Hello lwhite718 ,

    To getting a space between the image in user 17 and the following user row

    Find this code at http://templates.joomlart.com/ja_ironis/templates/ja_ironis/css/template.css line no. 899

    #ja-botsl2 .main {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    }

    Change this code to :-

    #ja-botsl2 .main {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: auto;
    }

    Note :- padding-top: auto; It will adjust as per screen resolution .

    lwhite718 Friend
    #407943

    Okay now I’m a bit confused. My install of the template does not show the background image at all so my original questions was how to get it to appear the way it is on the demo. Now looking at template.css, I see it is included:

    #ja-background .background-house {
    background: url(../images/background-house.png) repeat-x center bottom;
    display: block;
    height: 118px;
    position: relative;
    width: 100%;
    z-index: 3;
    }

    For clarification purposes: Is it supposed to be part of the template or is there an added step to achieve the background as in the demo?

    <em>@jooservices 261689 wrote:</em><blockquote>Hi
    In our live demo: http://templates.joomlart.com/ja_ironis/

    User 17 is a nearly bottom place with this background: http://templates.joomlart.com/ja_ironis/templates/ja_ironis/core/themes/day/images/background-house.png

    Do you mean wanna change this ?:
    If yes, you can check at dir: <your_joomla_site>templates/ja_ironis/core/themes/day/images/background-house.png
    and replace background-house.png by your own image.
    Thank you
    Viet Vu</blockquote>

    jooservices Friend
    #408032

    Hi
    Please give me your website url. I’ll try to help you
    Thank you
    Viet Vu

    lwhite718 Friend
    #408038

    Thanks a lot but unfortunately this template does not work well with many of the extensions I’m using. I’m going to have to switch back to the previous one I was using.

    <em>@jooservices 261989 wrote:</em><blockquote>Hi
    Please give me your website url. I’ll try to help you
    Thank you
    Viet Vu</blockquote>

    aamirah Friend
    #408272

    I’m having the same issue. no background at all using “day” theme. just the blue color, not the clouds. no bottom house

    in fact a few other issues..

    module suffix does not display the colors as in demo.

    top menu out of alignment

    I installed from joomla extension manager, not quickstart. I can’t do the quickstart at this point.

    my url
    http://idoitlocal.com/


    1. bottom-no-image
    2. module-class-ironis
    3. top-menu-ironis
    ntonline Friend
    #408852

    The missing background image is an easy fix.

    Go to Extensions > Module Manager > New

    Select Custom HTML then Next

    Enter the following details:

    Title: Background
    Show Title: No
    Enabled: Yes
    Position: user17

    Select the Menu Assignment

    Menus: All

    Enter the Custom Output

    Select HTML and enter the following HTML code:

    <div class=”background-light”><span> </span></div>
    <div class=”background-house”><span> </span></div>

    Clear the cache by pressing JAT3 Clean Cash then select Preview to view the front end of the website. The background images should appear as illustrated in the demo.

    Note: If you enter the HTML code into the WYSIWYG JCE editor or any other editor, the background images will not appear. Be sure to enter the code into the HTML editor.

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

This topic contains 11 replies, has 6 voices, and was last updated by  ntonline 13 years, 3 months ago.

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