What browser are you using?
http://lifeinsnowmotion.net/forum/portal/Anyone with a working Xenporta demo with this style?
I got that.Huge amount of users still use old Internet Explorer, the bane of all web developers. IE8 visitors share is more than 20% on some forums. Using only CSS3 would exclude those visitors from being able to use forums.
Widget framework changed HTML code for users list, misplacing class .avatarHeap
Add this to your CSS:Code:ul.avatarHeap:after { display: block; clear: both; content: ''; }
on my android, it shows no main content, only sidebar if I click on the sidebar menu.
Add this to EWRporta.css (it will be included in next update too):
.recentNews .leftDate .newsDate
{
margin-left: -10px;
}
.recentNews .leftDate .newsText
{
margin-left: 35px;
}
Set fixed width to @pageWidth property, it will set max-width to container and add borders around it.I would set a max-width for the page container. Nothing worse than reading a 1680 pixel wide page.
Oh yes, that's another issue.on my android, it shows no main content, only sidebar if I click on the sidebar menu.
Unfortunately old IE market share on many forums is too large to not care about IE. Hopefully in a year IE8 market share will drop to point that it would make sense to use CSS3 for live forums.I got that.
All I'm asking is that your style is at the leading edge among all the XF styles in the market (I'm not aware of another XF responsive style), so I would expect it using all the latest CSS3 goodies. I understand your view as a designer to meet the IE audience but at least, there should be options for clients whose IE clients is minimal.
My traffic is mostly Chrome, FF, mobile so IE is negligible.
http://xenforo.com/community/resources/css3-gradient-correct-application.633/
I like how responsive (no punch) you are with the clients.
Another surprising thing that we need to edit the PSD if we want to change background color, etc? Don't we take advantage of XF style system to change those things directly using color picker/palette?
background: @primaryMedium linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(226,226,226,0.15) 30%,rgba(173,173,173,0.02) 85%,rgba(158,158,158,0) 100%); /* W3C */
We use essential cookies to make this site work, and optional cookies to enhance your experience.