Logged Out
Create an Account
Login:
Password:

Forgot your password?
envy template errors

envy template errors
[Back to Index]  [Bottom of Thread]
Thread Tags
Primary: [Tickets]
Secondary: None
envy template errors
Go To This Ticket's Page
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
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}


--
It's all in the reflexes.
Thanks!
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.
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.
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.

--
It's all in the reflexes.
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.
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.

--
It's all in the reflexes.


[Back to Index]  [Top of Thread]