Flat Awesome - PixelExit.com [Deleted]

You can set an image here: Style Properties -> General, use the html
7c79acb307784f9991b823eee4dabab8.png


Good!! I supose I must set and image path, is there any specific way to set the path. Should I remove the color, or set a repeat mode? Thank for the help :)
 
Check out the ad_header template
Thanks :) I also have another question. I am trying to make the top of the webpage where the logo is a different color due to my logo being white. I did try @contentBackground but that changes all the backgrounds related to content. I am just trying to change the top of it.
 
Hello,

Is there a way to apply different background images to different forums? Example: I would like to give one background image to all forums under a specific category, and a different background image to all forums under another category, and so on.

Also, what's the name of what I circled in red in this picture, and is there a way of giving that section its own background image as well?

JjJ5mtA.jpg
 
That bar inherits: Style Properties -> Building Blocks -> Sub-heading

Additionally you can style it further: Style Properties -> Forum / Node List -> Category Strip.

As for images it depends on what you want to do. Basic css can achieve it:

Code:
.node.node_20 .nodeInfo { background: url(@imagePath/xenforo/node20bg.png) no-repeat 0 0;

Or to cover all nodes in a specific category:

Code:
.node_3 .node .nodeInfo { background: url(@imagePath/xenforo/node20bg.png) no-repeat 0 0;
3 being a category
 
Thank you. I'm guessing to have individual background images for different category sub-headings, I would use a similar type of CSS on its Building Block page.

Previously I customized the node images for all forums together through "Appearance > Styles > Flat Awesome > Style Property Groups."
 
Thank you. I'm guessing to have individual background images for different category sub-headings, I would use a similar type of CSS on its Building Block page.

Previously I customized the node images for all forums together through "Appearance > Styles > Flat Awesome > Style Property Groups."

for those category strips you can just use basic CSS as well:

Code:
.nodeList .node_1 .categoryStrip { background: ect ect; }
 
@Russ When i click Smiley tray, it shows the list of smileys available for few seconds then the tray vanishes. If i click again there is empty space in the tray.

smiley.webp
 
Last edited by a moderator:
@Steve F Yes it does it in all threads, my ad blocker is disabled too.

I tested the smiley feature in pixelexit demo pages, there was no issue (even though my ad blocker was on)
 
Last edited by a moderator:
Do you have a test account we could log into and test? If so send the info via PC or submit a support ticket on Pixel Exit.
 
Code:
An exception occurred: message.css - Line 27: Invalid math expression in /home/forumname/forumname.co/library/XenForo/Template/Compiler.php on line 991

XenForo_Template_Compiler->getNewCompilerException() in XenForo/Template/Compiler/Function/Calc.php at line 189
XenForo_Template_Compiler_Function_Calc->_parseMathExpression() in XenForo/Template/Compiler/Function/Calc.php at line 55
XenForo_Template_Compiler_Function_Calc->compile() in XenForo/Template/Compiler.php at line 700
XenForo_Template_Compiler->compileFunction() in XenForo/Template/Compiler.php at line 576
XenForo_Template_Compiler->compileSegment() in XenForo/Template/Compiler.php at line 509
XenForo_Template_Compiler->compileSegments() in XenForo/Template/Compiler.php at line 372
XenForo_Template_Compiler->compileParsed() in XenForo/Model/Template.php at line 1601
XenForo_Model_Template->compileAndInsertParsedTemplate() in XenForo/Model/Template.php at line 1378
XenForo_Model_Template->compileTemplateInStyleTree() in XenForo/Model/Template.php at line 1329
XenForo_Model_Template->compileNamedTemplateInStyleTree() in XenForo/Model/Template.php at line 1268
XenForo_Model_Template->compileAllTemplates() in XenForo/Deferred/Template.php at line 36
XenForo_Deferred_Template->execute() in XenForo/Model/Deferred.php at line 295
XenForo_Model_Deferred->runDeferred() in XenForo/Model/Deferred.php at line 429
XenForo_Model_Deferred->_runInternal() in XenForo/Model/Deferred.php at line 374
XenForo_Model_Deferred->run() in XenForo/ViewRenderer/Abstract.php at line 352
XenForo_ViewRenderer_Abstract::hasManualDeferredToRun() in XenForo/ViewRenderer/HtmlAdmin.php at line 131
XenForo_ViewRenderer_HtmlAdmin->renderContainer() in XenForo/FrontController.php at line 637
XenForo_FrontController->renderView() in XenForo/FrontController.php at line 158
XenForo_FrontController->run() in /home/forumname/forumname.co/admin.php at line 13

What could be causing this?
 
Code:
An exception occurred: message.css - Line 27: Invalid math expression in /home/forumname/forumname.co/library/XenForo/Template/Compiler.php on line 991

XenForo_Template_Compiler->getNewCompilerException() in XenForo/Template/Compiler/Function/Calc.php at line 189
XenForo_Template_Compiler_Function_Calc->_parseMathExpression() in XenForo/Template/Compiler/Function/Calc.php at line 55
XenForo_Template_Compiler_Function_Calc->compile() in XenForo/Template/Compiler.php at line 700
XenForo_Template_Compiler->compileFunction() in XenForo/Template/Compiler.php at line 576
XenForo_Template_Compiler->compileSegment() in XenForo/Template/Compiler.php at line 509
XenForo_Template_Compiler->compileSegments() in XenForo/Template/Compiler.php at line 372
XenForo_Template_Compiler->compileParsed() in XenForo/Model/Template.php at line 1601
XenForo_Model_Template->compileAndInsertParsedTemplate() in XenForo/Model/Template.php at line 1378
XenForo_Model_Template->compileTemplateInStyleTree() in XenForo/Model/Template.php at line 1329
XenForo_Model_Template->compileNamedTemplateInStyleTree() in XenForo/Model/Template.php at line 1268
XenForo_Model_Template->compileAllTemplates() in XenForo/Deferred/Template.php at line 36
XenForo_Deferred_Template->execute() in XenForo/Model/Deferred.php at line 295
XenForo_Model_Deferred->runDeferred() in XenForo/Model/Deferred.php at line 429
XenForo_Model_Deferred->_runInternal() in XenForo/Model/Deferred.php at line 374
XenForo_Model_Deferred->run() in XenForo/ViewRenderer/Abstract.php at line 352
XenForo_ViewRenderer_Abstract::hasManualDeferredToRun() in XenForo/ViewRenderer/HtmlAdmin.php at line 131
XenForo_ViewRenderer_HtmlAdmin->renderContainer() in XenForo/FrontController.php at line 637
XenForo_FrontController->renderView() in XenForo/FrontController.php at line 158
XenForo_FrontController->run() in /home/forumname/forumname.co/admin.php at line 13

What could be causing this?
Which addons do you have installed?
 
Here is the list...

Add-on Install & Upgrade 1.3.1
Live Feed 1.3.0
Nofollow Manager 1.1
Post Message Regex Replacer 1.0.0
Quick Reply Preview 1.4.4
Remove Editor Buttons 1.0
s9e Media Pack 20160819
Show Deleted 2.1
User Agent 2.0
[AD] UI.X 1.0.10
[bd] Widget Framework 2.6.3
[by xenMade.com] Keyword Management 1.12
[Nobita] Threads and Messages Per Page Preferences 2.0.1
[RainDD] User Activity 1.1.4
[rellect] AdBlock Detector 1.7.3
[rellect] Favicon for Links 2.1.0
 
Top Bottom