Hi,
the forum shows the buttons not in the correct manner and size (mouse over effect). For details please refer the pic attached.
May somebody can help.
Greetings
Roland
the forum shows the buttons not in the correct manner and size (mouse over effect). For details please refer the pic attached.
May somebody can help.
Greetings
Roland
Hi Roland.
That looks like a CSS problem with the site template - as you can see the buttons display correctly here. Hard to say anything more from the image alone.
Bob
That looks like a CSS problem with the site template - as you can see the buttons display correctly here. Hard to say anything more from the image alone.
Bob
Hi Bob,
thank you very much for your reply. I'm using Artisteer to create Joomla-Templates. Could that be a reason.
May you can visit the website? I'll write a PM to you concerning the URL.
Roland
thank you very much for your reply. I'm using Artisteer to create Joomla-Templates. Could that be a reason.
May you can visit the website? I'll write a PM to you concerning the URL.
Roland
Hi Roland,
As I thought, the template CSS and the forum CSS are getting mixed up. If you add tmpl=component to the URL all is well but as soon as the template is added the styling breaks.
I'm afraid that I don't know enough about ChronoForums or your template to suggest a solution.
Bob
As I thought, the template CSS and the forum CSS are getting mixed up. If you add tmpl=component to the URL all is well but as soon as the template is added the styling breaks.
I'm afraid that I don't know enough about ChronoForums or your template to suggest a solution.
Bob
Hi Bob,
if I add tmpl=component everything works fine, but the template from the website, ceated with Artisteer, doesn't appears...
The questions is, how can I combine both templates? Are there any CSS possibilities?
Best Regards
Roland
if I add tmpl=component everything works fine, but the template from the website, ceated with Artisteer, doesn't appears...
The questions is, how can I combine both templates? Are there any CSS possibilities?
Best Regards
Roland
Artisteer gives th following solution:
Add following lines to forum.css:
.chronoforums .btn:hover
{
background:#ebebeb!important;
color:#333!important;
}
Thats it.
Add following lines to forum.css:
.chronoforums .btn, .chronoforums .btn:hover
{
height:auto!important;
font-size:12px!imporatnt;
padding:6px 12px!important;
line-height:1.4em!important;
font-weight:normal!important;
border: 1px solid #adadad!important;
margin:0!important;
}
.chronoforums .btn:hover
{
background:#ebebeb!important;
color:#333!important;
}
Thats it.
This topic is locked and no more replies can be posted.