By Mhd Shbeeb on Thursday, 19 December 2013
Posted in Technical Issues
Replies 5
Likes 0
Views 557
Votes 0
Hello Dears,
I'm facing a theme issue with a RTL template, only with Chrome browser (Version 31.0.1650.63 m), yet Firefox works well..
1- Avatar beside the Question bar doesn't appear!
2- Toolbar looks like smaller than normal

Attchaed pic shows the issue.

Thanks.
Hello Mhd Shbeeb,

Sorry for late reply to this,
That's because it seems like your template already overridden with your font size, so the icon not display properly, I have help you applied some CSS hack in your site, it work fine now.
JoomlaFolder/t3-assets/css/css-5739c.css

div#discuss-wrapper .discuss-avatar img {
max-width: none !important;
}

#discuss-wrapper .discuss-toolbar a > i {
font-size: 15px;
}


*Notice : Remember clear your browser cache and joomla cache before check your website
Hope this help.
·
Friday, 20 December 2013 11:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex
I just noticed another issue when you enter the profile page.
See attached pic.
·
Friday, 20 December 2013 11:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mhd,

You're welcome, i applied some CSS hack for you, it work fine now.

html[dir='rtl'] body div#discuss-wrapper .discuss-profile-nav {
text-align: inherit !important;
}

div#discuss-wrapper * {
font-size: 12px;
}
·
Friday, 20 December 2013 12:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Billions of Thanks you great Support guys
·
Friday, 20 December 2013 13:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mhd Shbeeb,

You're welcome
·
Friday, 20 December 2013 14:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post