vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: Set a background image with Bootstrap?
They all work but you likely added them in the wrong place or something When I look at the source of this http://forgehaven.com/forums/ assuming that is your forum, I do not see the css I gave you at… (View Post)1 -
Re: Set a background image with Bootstrap?
Look at the theme parent style sheets for body and see if is has !important on it. Otherwise add your own if necessary it is possible the theme uses background and not background-image so you are not… (View Post)1 -
Re: Set a background image with Bootstrap?
http://www.w3schools.com/cssref/pr_background-image.asp (View Post)1 -
Re: Moving button back to previous location?
Try changing what you have for this in the class.quotes.plugin.php /** * Add 'Quote' option to Discussion. */ public function DiscussionController_AfterDiscussionMeta_Handler($Sender, $Args) { $this-… (View Post)4 -
Re: trying to add a banner above the header.
That is because you also need to add the js files or css files that run those links from the other site , like font-awesome.css. Add the link to the head section of the forum master. You can clone it… (View Post)3