Class

Class 1.5.22.0

No permission to download
I've checked, I don't see why changing that wouldn't work. Hmm. Create a ticket please.
 
Hi!
Can you tell how to make logo to be aligned to the center? Where should I go for it?
 
Hi there, mind creating a ticket on our site? I think there is a bit more to discuss on how to do this.
 
Any idea how to make the page contents of every page fade-in? I don't know what code would make that work with everything on the page...
 
Hey, will you answer on my ticket?
Which ID is yours? I see a user named Mono but they haven't created any tickets.

Any idea how to make the page contents of every page fade-in? I don't know what code would make that work with everything on the page...
Not sure what you mean, but are you talking about some kind of jQuery javascript type effect? An illusion that the entire site doesn't have to refresh? If so, I would not know how to do that although I've seen it on Wordpress.
 
Which ID is yours? I see a user named Mono but they haven't created any tickets.


Not sure what you mean, but are you talking about some kind of jQuery javascript type effect? An illusion that the entire site doesn't have to refresh? If so, I would not know how to do that although I've seen it on Wordpress.
Yeah that's what I'm talking about. I use a async loading system so all scripts load at the same time instead of one after another. This would make it appear smoother since my pages throw content at you lol, see here:

www.minecraftnation.org
 
Yeah that's what I'm talking about. I use a async loading system so all scripts load at the same time instead of one after another. This would make it appear smoother since my pages throw content at you lol, see here:

www.minecraftnation.org
I'm sorry, I wouldn't know how to help you with that one. But I'd ask XenForo, or a webmaster forum, someone might know.
 
Issue with this skin... dropdown menus on overlay controls have white backgrounds

Untitled-1.webp
 
BTW, this my thirdparty.css...

Code:
/********** XENPORTA ***********/
.forum_list .btmRightBlocks.centerShift .section:first-child { margin-top: 30px !important; }
.centerShift { margin-left: 270px !important; }
.topLeftBlocks, .topRightBlocks { margin-bottom: -20px; }
.btmLeftBlocks, .btmRightBlocks { margin-top: -20px; }
 
.EWRporta_ArticleView .messageArticle { margin: 20px 0px 0px !important; }
.EWRporta_ArticleView .messageAuthor { padding: 15px !important; }
.EWRporta_ArticleView .message { padding: 20px !important; }
.EWRporta_ArticleView .categorySummary
{
    border: 0px !important;
    padding: 15px !important;
    margin: 0px !important;
}
.EWRporta_ArticleView .pageNavLinkGroup { border: 0px !important; }
.EWRporta_ArticleView .sharePage { margin-bottom: 20px; }
.EWRporta_ArticleView .messageList { margin: 0px; padding: 0px; }
.EWRporta_ArticleView .messageSimple,
.EWRmedio_MediaView .messageSimple { margin: 0px; padding: 15px; }
 
#recentNews .newsDate { border-radius: 5px; }
#recentNews .sectionFooter
{
    margin: 15px -15px -16px;
    padding-bottom: 0px;
    border-bottom-color: #D5D5D5;
    border-top: 1px solid #D5D5D5;
    background: @secondaryMedium;
}
#recentNews .subHeading
{
    margin: 0px -15px 15px;
    padding: 8px;
    font-size: 16px;
}
 
#recentThreads.secondaryContent { padding: 0px; }
#recentThreads .sectionHeaders { margin-top: 0px; }
 
/********** XENMEDIO ***********/
.mediaCloud #keywordCloud { margin: -30px -15px -30px !important; }
.mediaCloud #textCloud { margin: 40px 15px 30px !important; }
 
/********** XENTORNEO ***********/
.eventsList .secondaryContent,
.ranksList .secondaryContent,
.resultsList .secondaryContent,
.teamsList .secondaryContent { padding: 10px !important; }
 
Also, the moderation queue and reported items bar counts does not turn red like they are supposed to.

Added to the bottom of class_specific.css:
Code:
#moderatorBar .itemCount.alert {
    background: #E03030 !important;
}
 
Jaxel,

Thank you, we will get these patched. And I appreciate you sharing your thirdparty.css!
 
New issue discovered...

Untitled-1.webp

The thread title field is split into 2 lines when prefix options are available.
 
Back
Top Bottom