Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Brand Friendly Theme Issues
@digibomb
When I click on 'Start A New Discussion', the post box is showing a scroll bar at the bottom. The header part is fine.
http://img35.imageshack.us/img35/8096/brandfriendly1.png
After the message is posted, there is a big gap between the author and the message.
http://img253.imageshack.us/img253/2825/brandfriendly2.png
When I click on 'Start A New Discussion', the post box is showing a scroll bar at the bottom. The header part is fine.
http://img35.imageshack.us/img35/8096/brandfriendly1.png
After the message is posted, there is a big gap between the author and the message.
http://img253.imageshack.us/img253/2825/brandfriendly2.png
5
Comments
I'm also forseeing another problem with this theme, since there is no clear at the end of the Content and Panel. If the Content would be in the right place, the Panel would overlap the footer if it's longer then the Content. But that's easy to fix.
I'm really interested if you find a solution to this problem digibomb. The only other one I found was by using a table (*yuk*).
I tried to make a quick fix and looks like it's worked :
Find these lines on the default.master.tpl
<div id="Content"> {asset name="Content"} </div>
change that to :
<div id="Content"> <div style="float:left; width:100%;"> {asset name="Content"} </div> </div>
Please try it
I have fixed the theme, you can either re-download it or modify a single line of code.
In custom.css change
body.Post #Content { margin:0 20px; }
to
body.Post #Content { width: auto; margin:0 20px; }
There was an error rendering this rich post.
thanks that did the trick!
@digibomb
tried your solution but for some reason it did not fix the error chuckD pointed out?
thanks all!
There was an error rendering this rich post.
@digibomb - I tested on a new clean install and the second issue still a problem
http://img253.imageshack.us/img253/2825/brandfriendly2.png
There was an error rendering this rich post.
thx
pix3l solution works!!
Does anyone see a problem with adding this to the custom.css file instead?
div.Preview div.Message, ul.MessageList div.Message {
clear: none;
font-size: 100%;
line-height: 140%;
}
An alternate version that seems to fix the issue. It will need digibomb's confirmation.
Approved. Theme updated. Thanks for the work guys!
http://vanillaforums.org/addon/brandfriendly-theme-1.2
There was an error rendering this rich post.
There was an error rendering this rich post.
Where do I specifically do that? particulary for asset content -
{asset name="Content"}
There was an error rendering this rich post.