-
AuthorPosts
-
toddman Friend
toddman
- Join date:
- October 2006
- Posts:
- 118
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 33
- Thanked:
- 8 times in 1 posts
August 9, 2009 at 7:55 pm #143339On 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,
toddman Friendtoddman
- Join date:
- October 2006
- Posts:
- 118
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 33
- Thanked:
- 8 times in 1 posts
August 13, 2009 at 7:45 pm #314138Where’s JA support?
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
August 13, 2009 at 8:02 pm #314141Dear 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 ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
August 13, 2009 at 8:09 pm #314142Hi
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 Friendtoddman
- Join date:
- October 2006
- Posts:
- 118
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 33
- Thanked:
- 8 times in 1 posts
August 13, 2009 at 8:46 pm #314149I 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-rosterThe only template.css mods are color & logo size.
Using Joomla 1.5.14, Firefox 3.0.13, site migrated from 1.0.15
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
August 13, 2009 at 9:15 pm #314154You 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 ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 13, 2009 at 9:38 pm #314160Float 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;
}1 user says Thank You to Phill for this useful post
toddman Friendtoddman
- Join date:
- October 2006
- Posts:
- 118
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 33
- Thanked:
- 8 times in 1 posts
August 13, 2009 at 9:51 pm #314162drarvindc;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 ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 13, 2009 at 9:59 pm #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.
1 user says Thank You to Phill for this useful post
toddman Friendtoddman
- Join date:
- October 2006
- Posts:
- 118
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 33
- Thanked:
- 8 times in 1 posts
August 13, 2009 at 10:00 pm #314165phill 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!AuthorPostsViewing 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
Intro text indented
Viewing 10 posts - 1 through 10 (of 10 total)