MyBB Community Forums

Full Version: Why doesnt postbit template inherit the headerinclude CSS?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Why doesnt postbit template inherit the headerinclude CSS?

i dont seem to have the bootstrap class there?
Are you running any conditionals to prevent loading of resources? If so, check that. The postbit of course inherits the headerinclude css. You may need to check stylesheet orders.
I cannot get the Contextual classes css class="info" "danger" etc...

conditionals are used but threadfield contents are displayed
So the issue is that your xthreads fields are not displaying as you hoped. Post on mybbhacks.
no the xthread fields are displayed, i just cannot style it

And styling is from the template and not the display filter
Not displaying as you hoped = "not styled" Smile Ask at mybbhacks.
no, omg LOL please listen hahah

try

 <div class="info">blah blah</div>

and see if you get a blue box?
well
why dont you set the class on your stylesheet?
postbit templates dont need headerinclude
if the class is not showing set it on some css that exists and it does load
thats just doubling up the workload when bootstrap has it already set up Toungue

does it load with the page or is it injected and wont use the headerinclude stuff?

edit: and i am using inline CSS, but i wanna know why why why why Toungue
it loads with the page
Pages: 1 2