Logged Out
Create an Account
Login:
Password:

Forgot your password?
envy template errors


Back to the Tickets List

envy template errors
Creator apathilia
Public or Private Public
Private tickets are only accessible to you and to DKPSystem.com staff
Public Tickets are visible to everyone)
Status Closed
Type Bug
Section of the Site Templates
Urgency (1 votes)
Rating (0 votes)
Description:
In the guild recruitment, the \\\"color picker\\\" box does not show up.
Official DKPSystem.com Comments
No official comments yet

User-Submitted Comments
These posts are also available on the forum with more features. This page is intentional simplified

View this info on the forum
[You must be logged in to post comments]
5925 days ago
Chops Said:
Thanks for the heads up.

You can re-deploy the "Envy" template to fix it (I just fixed it myself), or you can modify your CSS (Admin > Layout > CSS Editor), and add the following rule:

/* Color picker Squares */
.cp{            width:10px;height:10px}

[You must be logged in to reply]
5924 days ago
apathilia Said:
Thanks!
[You must be logged in to reply]
5923 days ago
apathilia Said:
We are unable to read the current dkp in far right column even when window is maximized. Same problem with the forums. The text gets cut off on the right side.
[You must be logged in to reply]
5923 days ago
jovee Said:
Quote by apathilia
We are unable to read the current dkp in far right column even when window is maximized. Same problem with the forums. The text gets cut off on the right side.


YES! this is really bad. It's happening for almost everything on the site using envy. Basically there is no horizontal scroll bar therefor alot of stuff is being cut out on smaller screen monitors.
[You must be logged in to reply]
5923 days ago
Chops Said:
Alrighty,

Find in the CSS, find the following rule:

#center
{
	position:  relative;
	z-index:   50;
	overflow:  hidden;
}


And change it to
#center
{
	position:  relative;
	z-index:   50;
	overflow:  auto;
}


Notice the change is to change "hidden" to "auto"

This will add a scrollbar to the bottom of the page if needed.
[You must be logged in to reply]
5923 days ago
jovee Said:
Perfect works! on another note, this is hard to explain. Well say for instance there is a item link but its at the bottom of the page when you mouse over it, it does not show because its not at the top. Let me give you a example on my site. Ok, for recent items recieved on my left side of my site mouse over Wildfury Greatstaff at the very bottom.. you should see the item description etc. Now, scroll down so that Wildfury Greatstaff is at the very top of the page, now scroll over it. You dont see anything because its posting it to high to see. Anyway you can fix this? Its not just for items recieved either, its for everything ie. If i had raid progrssion as the very bottom of the site on the right side you wont see bosses killed, because once again its posting the kills to high.
[You must be logged in to reply]
5923 days ago
Chops Said:
Indeed. Someone else pointed this out to me earlier this week. I'm still working on a fix for it. It's an IE-only issue, it seems.
[You must be logged in to reply]