Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Blogger
sjeeps
✭
Blogger
0
Comments
I couldn't find a better name!
There is also a problem when viewing member profiles.
Overall its the best theme on here.
"There seems to be some issues with the discussion overview plugin. You should check it out. There is a huge gap under the category name and the discussions."
Fixed by changing #Discussions float from "none" to "left" and adding a spacer to discussions.php to clear the .PageList
Screenshot: (Updated)
"There is also a problem when viewing member profiles."
This's my screenshot: (Updated)
And I don't see anything wrong with it, could you show me a screenshot for your site?
"Only thing I'm missing is a little colour"
Well, the main 2 colors I used is just black and white. However, changing a:hover color or .ContentInfo h1 color to whatever you want should take care of that "little colour" you're missing.
A new theme (Grace) should be out be out soon with more calming and soft colors, thank you very much for the feedback.
I changed all the
to
in the default.php.
In the footer.php file, I added a after the:
<p class="Vanilla"><a href="http://www.getvanilla.com" title="Get vanilla!">Vanilla Powered</a>
In the default.php, I changed:
// some space //$Panel->AddString('<br/><br/><br/>', 100); /*jimw - replace with h2 below*/ to $Panel->AddString('<h2>Albums</h2><div id="AlbumList">',100); /*jimw*/
and added the following after the "foreach" code:
$Panel->AddString('</div>',100); /*jimw*/
<assumption>Have you tried creating a ZIP file using the built in Windows zip creation?</assumption>
/* Update Check form */ /* remove jimw for new Update stuff in Vanilla 1.1.2 #Form.UpdateCheck p.Description { padding: 0px !important; margin: 0px 0px 10px 0px !important; } */ /* Update Check form add jimw for Vanilla 1.1.2 */ .UpdateOld .Name, .UpdateGood .Name, .UpdateUnknown .Name, .UpdateChecking .Name { padding: 0px 0px 4px 23px !important; } .UpdateOld .Details, .UpdateGood .Details, .UpdateUnknown .Details, .UpdateChecking .Details { font-weight: normal; } .UpdateOld, .UpdateUnknown { background: #FFFFCC; } .UpdateGood { background: #FFFB97; } .UpdateChecking { background: #FFFEEC; } .UpdateOld .Name { background: url(ico.alert.gif) no-repeat top left; } .UpdateGood .Name { background: url(ico.check.gif) no-repeat top left; } .UpdateUnknown .Name { background: url(ico.unknown.gif) no-repeat top left; } .UpdateChecking .Name { background: url(progress.gif) no-repeat center left; }
"Have you tried creating a ZIP file using the built in Windows zip creation?"
Yep, and it didn't work either!
#Discussions li ul{ padding-left:2px; /*was 65 and moved from below where it was included with the Category items*/ /*jimw was 15 - changed for Blogger theme*/ } /*Image overlap fix*/ #Discussions li li { height:20px; /*jimw was 40 - changed for Blogger theme*/ } /**********************/ .Discussion{ position:relative; } .DiscussionCategory { /*width:60px !important;*/ /*jimw - removed for Blogger theme*/ /*height:60px !important;*/ /*jimw - removed for Blogger theme*/ /*padding:0; margin:0;*/ /*jimw - removed for Blogger theme*/ text-indent:-9999px; /*moves the Category name off the page*/ position:absolute; top:4px; right:2px; /*change to right if you want the image to the right*/ }