Moderator: moderators
NuttySocrates wrote:Hey,
First I want to thank you for taking the time for going through all this effort to make things shinier for all of us !
Secondly, I had some issues with the theme and I wonder if you could help me.
Basically, I downloaded the latest version of your theme (3.3) and then unzipped the files to the webapp folder and overwrote everything. I am running the 4.6 beta version 2 ( Windows 7 )
The only problem I noticed was that there was scroll bar the the top where the menu icons are and you had to scroll to see the top section. I have set it as the default theme and have cleared cache/ relogged on to subsonic but no avail. If you have any tips for me on how I can get this solved that would be great. I am not an expert in web design as you are so if you could explain to me in simpler terms that would be awesome ! I really wish I could get the calender and other cool features working !
Thanks for your good work !
<div id="accordion">
<c:forEach items="${model.indexedArtists}" var="entry">
<h3><a name="#">${entry.key.index}</a></h3>
<div>
<................more code............>
</p>
</c:forEach>
</div>
<c:forEach items="${model.indexedArtists}" var="entry">
<h3><a name="#">${entry.key.index}</a></h3>
<div>
<................more code............>
</p>
</c:forEach>
</c:forEach>
function createPlayer() {
var flashvars = {
backcolor:"<spring:theme code="backgroundColor"/>",
frontcolor:"<spring:theme code="textColor"/>",
plugins:"backstroke-1,subeq-1&subeq.gain=2&subeq.displaymode=decay&subeq.barbasecolor=<spring:theme code="barbasecolor"/>",
id:"player1"
};
//plugins:"backstroke-1,subeq-1&subeq.gain=2&subeq.displaymode=decay&subeq.barbasecolor=<spring:theme code="barbasecolor"/>",
<div class="topimg ${home}">
<a href="home.view?" target="main" class="TriggerEffect"><SPAN></SPAN>
<img id="MenuImg" src="<spring:theme code="homeImage"/>" title="${home}" alt="${home}" class="${home}" />
</a><div class="desc"><a href="home.view?" target="main">${home}</a>
</div>
<a href="home.view?listSize=10&listType=highest"
<a href="home.view?listSize=10&listType=newest"
trickydick wrote:boognish43 - to remove the accordion menu, you must remove the accorion DIV tags in the left.jsp. LIke this:
- Code: Select all
<div id="accordion">
<c:forEach items="${model.indexedArtists}" var="entry">
<h3><a name="#">${entry.key.index}</a></h3>
<div>
<................more code............>
</p>
</c:forEach>
</div>
to
- Code: Select all
<c:forEach items="${model.indexedArtists}" var="entry">
<h3><a name="#">${entry.key.index}</a></h3>
<div>
<................more code............>
</p>
</c:forEach>
</c:forEach>
I don't believe my last them had the equilizer in it, but you can change it in the playlist.jsp page. open it and find:
- Code: Select all
function createPlayer() {
var flashvars = {
backcolor:"<spring:theme code="backgroundColor"/>",
frontcolor:"<spring:theme code="textColor"/>",
plugins:"backstroke-1,subeq-1&subeq.gain=2&subeq.displaymode=decay&subeq.barbasecolor=<spring:theme code="barbasecolor"/>",
id:"player1"
};
and remove or comment the plugins section you can place a // in front of it. like this:
- Code: Select all
//plugins:"backstroke-1,subeq-1&subeq.gain=2&subeq.displaymode=decay&subeq.barbasecolor=<spring:theme code="barbasecolor"/>",
NuttySocrates - Thanks for the compliment. Just wait until you see the facebookUI theme. its cleaner and light weight.
ISSUE: I have not tested the outlook themes on 4.6 beta; I was waiting until the final release. But you must clear your cache after you install this theme as it mods both the theme files and language files (english only). The theme files will then have a variable in it stating the height for the top menu. every theme will have it allowing me to size any theme differently. this may cause issues with 4.6 version as there is a jsp code in the index.jsp that reads the variable of theme used.
Return to Mods, Apps and Clients
Users browsing this forum: No registered users and 5 guests