test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • cearl Friend
    #168528

    Why aren’t the clouds showing up in the “Day” theme for Joomla 1.7?

    Also, the clouds only show up on the home page in J1.5. Does a specific module position need to be published to activate the clouds?

    TomC Moderator
    #412521

    <em>@cearl 267520 wrote:</em><blockquote>Why aren’t the clouds showing up in the “Day” theme for Joomla 1.7?

    Also, the clouds only show up on the home page in J1.5. Does a specific module position need to be published to activate the clouds?</blockquote>
    When you installed your JA Ironis template, did you utilize the quickstart installation method – including installation of the sample data?

    cearl Friend
    #412538

    I installed the quickstart with sample data, but that’s not the problem. The Joomlart demos for Ironis on the demo server are missing the clouds as well. The clouds aren’t visible at all in the 1.7 demo and only on the front page of the 1.5.

    designfrog Friend
    #415010

    I have no clouds either from my 1.7 Quickstart. I looked in the day’s theme folder and the cloud image is in fact in there. So it’s a css code issue.

    Im going to modify the code in my file shortly, Il update this post shortly to let you know which file needs changing.

    jeffreyd00 Friend
    #415052

    Yep, same here, no clouds, no city. – though I did not use the quick install

    designfrog Friend
    #415160

    I run out of talent, tried in two different CSS files to find out was wrong. Im going to set up a support ticket.

    tach55 Developer
    #415726

    looks to me like it is in the template.css

    body.body-botsl1 #ja-wrapper {
    background: url("../images/body.png") repeat-x scroll left 50px transparent;
    }

    so need to add the .body-bots1 #ja-wrapper maybe in the profile or layout area? not sure. Either way looks like this must not have been done for the 1.7 version but the style is listed in the template.css of the 1.7 version.
    -T

    UPDATE: I went into the templates.css in the core/themes/day/css/ directory and just added this at about line 29

    body.fs3 #ja-wrapper {
    background: url(../images/body.png) repeat-x left 50px;
    }

    Then I had clouds in the day theme for Joomla 1.7 version. (for some reason the template was not getting the other body classes added to it that it does in the J15 demo version. But it did get the fs3 class so I just used that to help call for the body.png image.

    hope that helps until we get a better solution.

    TE

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

This topic contains 7 replies, has 5 voices, and was last updated by  tach55 13 years, 3 months ago.

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