jflory7

Registered
Hello PixelExit team,

I purchased the Legendary style this morning, and while customizing it to my forum's needs, I have found two issues with the style.

Delete Profile Post Comments
It seems there is a broken image for the "Delete" button on profile post comments. It's a square box, and I presume it's intended to have the same image as the actual profile post itself?
9kWd8zX.png

I was wondering if there might be a quick and easy fix for this.


Search Bar Covers Social Bar
I also noticed that the search bar covers the social bar in the header. I don't think much explanation is needed for this one given the image, but I was hoping this could be fixed as well, so I could keep the social bar in my header.
vkUUgPj.png


Thanks!

- jflory7
 
Hey @jflory7


For the quicksearch, you could move it a little: Style Properties -> [XB] Quick Search

Quick Search -> misc box adjust the top value to: -121px.


For the delete icon I'll fix for next release but try this in your extra.css:

Code:
.messageSimple .comment .commentControls .item:before {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
margin-right: 5px;
}
 
Hey @jflory7


For the quicksearch, you could move it a little: Style Properties -> [XB] Quick Search

Quick Search -> misc box adjust the top value to: -121px.


For the delete icon I'll fix for next release but try this in your extra.css:

Code:
.messageSimple .comment .commentControls .item:before {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
margin-right: 5px;
}
Both of those fixes worked for me. Thanks, Russ!
 
Hey Russ,

I just noticed today that the same thing that happened with the "Delete" button also happens with the "Reply" button when you highlight text in a post. Do you know what the hotfix would be for this one?
d0201e1ca4bcefbc8146ee139fdcec60.png


Also, this is possibly a different issue (not sure if it was better to make a new thread or just ask here), but I've noticed a weird problem when you mouse over the Alerts tab, the pop-up menu's background will be so translucent that it's difficult to read the text in the Alerts pop-up; however, if you wait a few seconds, it will "fix" itself and change to the standard, dark blue background.

I wish I had a screenshot for this one, but it happens so quickly, it makes it hard for me to grab one. :(

Thanks in advance!
 
Patch should be coming out shortly and I'll adjust these issues.
Not to be a nagger, but out of curiosity, do you have an ETA for this update? I just wanted to know so I had a general idea of when to check back for the update. If not, I understand. Thanks!

Edit: Also, I just noticed this color contrast with text and the thread background. Makes it difficult to read.
c913b2a55468bf06477753d0f6ee3c42.png
 
Trying to get it out in the next few days. You'll get an email when the update comes(assuming you have the correct email on file)
Hey Russ, it's been a few weeks since then - do you think I could get any hotfixes for the issues I mentioned earlier? Namely the Reply button when highlighting text and the alert box being transparent when first opened.
d0201e1ca4bcefbc8146ee139fdcec60.png
 
For now, extra.css:

Code:
.xenTooltip .ReplyQuote::before {
display: none;
}
#ConversationsMenu, #AlertsMenu
{
   background-color: @xbPrimaryContent;
}

Should correct those two issues. Apologies for the delay, vacation, then a flu, not a good week :)
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back