Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • manor road Friend
    #159083

    Hi There

    I have installed JA droid and am using the new framework for the first time.

    I have created modules using the custom html module and assigned them to the positions referred to at http://www.joomlart.com/forums/topic/ja-droid-module-position-guide/. However, if you take a look at the page both the positioning and the formatting of the modules are incorrect. Would somebody be able to help with this?

    As two examples, I have created three custom html modules and placed them in positions user 1, 2 and 3. However user1 and user 3 are overlapping.

    With regards to formatting, I have created a custom html module with user 4, but there is no background colour or formatting as is displayed on the demo site.

    Will it be possible to tell me what is wrong?

    I’ve made the title of all modules the position, so that you can see what is going on

    http://www.rj-gasandplumbing.co.uk/

    Thanks

    Daniel

    aman204 Friend
    #373201

    <blockquote>As two examples, I have created three custom html modules and placed them in positions user 1, 2 and 3. However user1 and user 3 are overlapping.</blockquote>

    Change this::

    .ja-box-right {layout.css (line 108)
    position: absolute;
    left: 0;
    }

    to

    .ja-box-right {layout.css (line 108)
    position: absolute;
    right: 0;
    }

    Css file reference:: plugins/system/jat3/base-themes/default/css/layout.css

    <blockquote>With regards to formatting, I have created a custom html module with user 4, but there is no background colour or formatting as is displayed on the demo site.</blockquote>

    Wrap the html output in custom module with::

    <div class=”banner-text”>..</div>

    manor road Friend
    #373303

    Thank You So Much Mate

    I’ll have a look at this this evening, thanks for helping me again

    manor road Friend
    #373324

    Hello Mate

    Just to say, one of the two solutions seems to have worked, the other doesn’t.

    But I had a look and there was another example of the ja-box-right but I edited that and it has worked. I think I must have tweaked these when I was trying to change the layout.

    May I just ask, why is it that we need to add that div tag around the html output? Could it not be made part of the default template? I have greatly appreciated your help aman 2004, I launch the website next Monday and your help has been invaluable.

    Daniel

    Ninja Lead Moderator
    #373365

    <blockquote>May I just ask, why is it that we need to add that div tag around the html output? Could it not be made part of the default template?</blockquote>dear,
    the “div” tag help us to style the content inside it. The demo on our site also uses it.

    Its like the div tag tells the template to apply the pre-formatted style to the content within the div tag only.

    manor road Friend
    #373539

    Thank you for the response, in future I will always compare the coding of my site with the coding of the demo site.

    Thanks again for all of your help

    Daniel

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

This topic contains 6 replies, has 3 voices, and was last updated by  manor road 13 years, 10 months ago.

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