Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • toddman Friend
    #143339

    On my front page the leading text is spaced over to the right excessively too much,, looks fine in the blog layout.
    http://www.toddman.info
    Thanks,


    1. frontpage-text
    toddman Friend
    #314138

    Where’s JA support?

    Arvind Chauhan Moderator
    #314141

    Dear toddman,

    I have tried to look and spent quite some time into both of the problems faced by you (including the absence of read more…). What amazes me is that,

    1. I could not reproduce the problem on localhost.
    2. JA Opal can be said to be of middle age JA template by now, and no one has reported such strange behaviour.

    It beats my logics so far. May be the support is stumped too for now… Will try to get in touch with JA Developer over it tomorrow morning.

    I just cant figure out how the indent is coming up in all the artilcles in your front page.. Hope you have not customized the template? May be your customization (if any), can shed some light for us to look for probable solution.

    regards

    Arvind

    Arvind Chauhan Moderator
    #314142

    Hi

    please open http://toddman.info/templates/ja_opal/css/template.css file

    at about line 582 find following code

    [php].article-toolswrap {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    }[/php]and change to:

    <blockquote>.article-toolswrap {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
    }</blockquote>
    Please let us know if this works.

    regards

    Arvind

    (Courtesy JA Developer)

    toddman Friend
    #314149

    I added the float left & width 100%, it fixed the frontpage but some articles are way out to the left.
    http://toddman.info/soccer-past/2008-2009-season/varsity-roster

    The only template.css mods are color & logo size.

    Using Joomla 1.5.14, Firefox 3.0.13, site migrated from 1.0.15


    1. template.css_.zip
    Arvind Chauhan Moderator
    #314154

    You using the Ja OPal in legacy from old site or J 1.5 version of JA Opal template?

    Please raise a support ticket, with reference to this post and i hope JA Developer would be able to help you out. I am not able to make out the origins of these problems as to me they seem to be isolated cases

    regards

    Arvind

    Phill Moderator
    #314160

    Float left in articles-toolswrap will cause the allignment problem you see.

    Instead of the mod above try the following. Ditch the float and width code.

    .article-toolswrap {
    display:block;
    height:10px;
    margin:0 0 10px;
    padding:0;
    position:relative;
    }

    toddman Friend
    #314162

    drarvindc;140568You using the Ja OPal in legacy from old site or J 1.5 version of JA Opal template?

    No.

    Please raise a support ticket, with reference to this post and i hope JA Developer would be able to help you out. I am not able to make out the origins of these problems as to me they seem to be isolated cases

    regards

    Arvind

    Ticket open NKV-243167

    Thanks,

    Phill Moderator
    #314164

    <em>@drarvindc 140568 wrote:</em><blockquote>You using the Ja OPal in legacy from old site or J 1.5 version of JA Opal template?

    Please raise a support ticket, with reference to this post and i hope JA Developer would be able to help you out. I am not able to make out the origins of these problems as to me they seem to be isolated cases

    regards

    Arvind</blockquote>

    It is because the box of .articles-toolswrap has no height element so the next box tags onto the end of it. It doesn’t show up if there is an image in the content which most people would use hence it being a rare occurrence.

    The code I give above should fix it. Probably not the best way but is the quickest.

    toddman Friend
    #314165

    phill luckhurst;140574Float left in articles-toolswrap will cause the allignment problem you see.

    Instead of the mod above try the following. Ditch the float and width code.

    .article-toolswrap {
    display:block;
    height:10px;
    margin:0 0 10px;
    padding:0;
    position:relative;
    }

    Fixed!!!!!!!!!!!!!!!!!!!!!!!
    Thank You!

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

This topic contains 10 replies, has 3 voices, and was last updated by  toddman 15 years, 3 months ago.

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