TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: Ale on Jul 12, 11, 12:11:47 PM

Title: Possible Issue in 2 Tone RC5
Post by: Ale on Jul 12, 11, 12:11:47 PM
Hi,

I found this theme as the perfect theme for my board, and I am currently testing it. I found a little bug, don't know if it is related to the RC5/Gold update or not. When displaying a topic you have a light blue bar containing "Author" and "Topic: lorem ipsum (Read xxx times)"; the two elements are supposed to be aligned to the post elements below, in fact they are not. Same thing occurs on your demo site, try to display any topic and you will see. Is it a known issue or anything else?

Thank you  :)
Title: Re: Possible Issue in 2 Tone RC5
Post by: ZarPrime on Jul 12, 11, 01:56:14 PM
Ale,

Welcome to CripZone.

I'm not quite sure what you are talking about.  The area you mention looks fine to me on our demo site.  What browser are you using?

I have split your post out to a new topic since this one is marked solved.  Can you please attach a screenshot of what you are seeing to your next post and, perhaps, give us a link to your site so that we can see the issue for ourselves.

ZarPrime
Title: Re: Possible Issue in 2 Tone RC5
Post by: Ale on Jul 12, 11, 05:24:08 PM
Hi ZarPrime, thanks for answering. Here you have a couple of screenshots from your demo site, the correct layout with the Curve theme and the odd one with 2Tone. My test site looks exactly the same, both with Firefox 5 and IE9. If you want to take a look at my site I can send you a PM with the URL and an account.  Any idea?

[attachment deleted by admin]
Title: Re: Possible Issue in 2 Tone RC5
Post by: Crip on Jul 12, 11, 06:22:21 PM
Ale ,
i am checking on this , not many use it , & it's not gotten very much attention ..
Title: Re: Possible Issue in 2 Tone RC5
Post by: Crip on Jul 12, 11, 06:47:55 PM
Quick Fix ..
------------
css/index.css Find:
/* onto the posts */


Add After:
-----------=---

#forumposts {
    clear: both;
}
/* author and topic informaton */
#forumposts .cat_bar {
    margin: 0 0 2px;
}
#forumposts h3 span#author {
    margin: 0 7.7em 0 0;
}
#forumposts h3 img {
    float: left;
    margin: 4px 0.5em 0 0;
}



This worked on Demo-site ..
Title: Re: Possible Issue in 2 Tone RC5
Post by: ZarPrime on Jul 12, 11, 11:48:37 PM
Ah, yes, I see the issue now.  That looks much better now Jeff.  I don't know why I didn't recognize that before. :o

ZarPrime
Title: Re: Possible Issue in 2 Tone RC5
Post by: Ale on Jul 13, 11, 04:42:52 AM
That works perfectly  :) Thank you Crip, I really appreciate your help.
Title: Re: Possible Issue in 2 Tone RC5
Post by: Crip on Jul 13, 11, 07:42:10 AM
Glad it's sorted for ya now. :bf: