Title: [Plugin: WordPress Bootstrap CSS] good for beginner &#8211; wp bootstrap
Last modified: August 20, 2016

---

# [Plugin: WordPress Bootstrap CSS] good for beginner – wp bootstrap

 *  Resolved [Nadiamode](https://wordpress.org/support/users/nadiamode/)
 * (@nadiamode)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/)
 * plugin good for beginner or who need to add some features of bootstrap but if
   you want to modify your theme to complete compatible with bootstrap, you need
   to edit/add css class to theme files ex single.php, index.php etc
 * i see some other people release modified wordpress bootstrap themes on github,
   some look okay some not
 * actually bootstrap is just css and js – you can add it yourself like a normal
   css file but this plugin help you save time and offers some functions that you
   can insert into post easily
 * [http://wordpress.org/extend/plugins/wordpress-bootstrap-css/](http://wordpress.org/extend/plugins/wordpress-bootstrap-css/)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/page/2/?output_format=md)

 *  Plugin Author [Paul](https://wordpress.org/support/users/paultgoodchild/)
 * (@paultgoodchild)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/#post-2560762)
 * Thanks for the feedback on the plugin.
 * I hope you’ve tried version 2.0 and you haven’t had any problems with it. We’re
   about to release it to final and remove the beta tag.
 * Our aim was to provide a plugin that absolutely anyone can use and I’m delighted
   to hear we have at least 1 happy customer! 🙂
 * Thanks for the feedback.
    Paul.
 *  [Wish Web Geek](https://wordpress.org/support/users/roxannabrock/)
 * (@roxannabrock)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/#post-2560969)
 * I am trying to use the version 2.0 and can’t for the life of me figure out how
   to add the menu. This doesn’t say much for me using it for anything else.
 *  [Wish Web Geek](https://wordpress.org/support/users/roxannabrock/)
 * (@roxannabrock)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/#post-2560970)
 * I figured it out. On Appearance > Menus look in the upper left of the page and
   use the drop down under “Theme Locations” to choose a menu you create for the
   Main Menu and one for the footer menu. wahlah.
 *  [Wish Web Geek](https://wordpress.org/support/users/roxannabrock/)
 * (@roxannabrock)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/#post-2560971)
 * I would like to change the background color of the entire top bar that holds 
   the navigation. I have tried changing: #inner-header, .navbar, .navbar-fixed-
   top, .navbar-inner … I can’t seem to get the entire bar to change colors. Any
   ideas? Thank you.
 *  Plugin Author [Paul](https://wordpress.org/support/users/paultgoodchild/)
 * (@paultgoodchild)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/#post-2560975)
 * this really depends on your sites’s CSS hierarchy… have you tried a tool like
   firebug to try and track the CSS changes you’re making?
 * Thanks,
    Paul.
 *  [Wish Web Geek](https://wordpress.org/support/users/roxannabrock/)
 * (@roxannabrock)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/#post-2560976)
 * Yes I’m using firebug. I’ve gotten it to change for Firfox but not for Chrome
   or IE.
 *  Plugin Author [Paul](https://wordpress.org/support/users/paultgoodchild/)
 * (@paultgoodchild)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/#post-2560977)
 * if you’re really stuck, try using !important after the style but before the semi-
   colon; to enforce it.
 *  [Wish Web Geek](https://wordpress.org/support/users/roxannabrock/)
 * (@roxannabrock)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/#post-2560978)
 * I’ll try to figure it out and if I can’t I’ll try that. thank you.
 * I would like to add a carosel that does not get the images from the blog. I’ve
   done this on the home page:
 *  <!– Carousel items –>
    <div class=”carousel-inner”> <div class=”active item”
   > <img src=”[http://blog.rvinsurancepro.com/wp-content/uploads/2013/01/Fotolia_7008950_M2.jpg&#8221](http://blog.rvinsurancepro.com/wp-content/uploads/2013/01/Fotolia_7008950_M2.jpg&#8221);
   alt=”RV Insurance Image” title=”RV Insurance Image” width=”970″ height=”389″ 
   align=”middle”/> </div> <div class=”item”><img src=”[http://blog.rvinsurancepro.com/wp-content/uploads/2013/01/Fotolia_4132850_S1.jpg&#8221](http://blog.rvinsurancepro.com/wp-content/uploads/2013/01/Fotolia_4132850_S1.jpg&#8221);
   alt=”Travel Trailer Insurance Image” title=”Travel Trailer Insurance Image” width
   =”970″ height=”389″ align=”middle”/></div> </div> </div> <?php $post = $tmp_post;?
   > <div class=”carousel-caption”> <div class=”active item”> <h4>Get your RV Insurance
   Today</h4> <p>There are many reasons for RV Insurance but one is — your RV is
   not a vehicle or a house, but needs covered by aspects of each.</p> </div> <div
   class=”item”> <h4>Get your RV Insurance Today</h4> <p>There are many reasons 
   for RV Insurance but one is — your RV is not a vehicle or a house, but needs 
   covered by aspects of each.</p> </div>
 * on [http://blog.insurancepro.com](http://blog.insurancepro.com) home page, but
   it’s not quite working correctly with the carousel. Do you have any advice? Thank
   you.
 *  Plugin Author [Paul](https://wordpress.org/support/users/paultgoodchild/)
 * (@paultgoodchild)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/#post-2560979)
 * Are you following the HTML markup guidelines from the Bootstrap page … it seems
   your HTML is missing some.
    [http://twitter.github.com/bootstrap/javascript.html#carousel](http://twitter.github.com/bootstrap/javascript.html#carousel)
 *  [Wish Web Geek](https://wordpress.org/support/users/roxannabrock/)
 * (@roxannabrock)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/#post-2560981)
 * Here is my css heirarchy. So the css I create should over-ride what you’ve created
   for the site. But it seems like your site loads first and then it loads my css.
   And then not all my css when I’m on IE or Chrome. Any ideas?
 * <link rel=’stylesheet’ id=’bootstrap-css’ href=’[http://blog.rvinsurancepro.com/wp-content/themes/wordpress-bootstrap/library/css/bootstrap.css?ver=1.0&#8242](http://blog.rvinsurancepro.com/wp-content/themes/wordpress-bootstrap/library/css/bootstrap.css?ver=1.0&#8242);
   type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’bootstrap-responsive-
   css’ href=’[http://blog.rvinsurancepro.com/wp-content/themes/wordpress-bootstrap/library/css/responsive.css?ver=1.0&#8242](http://blog.rvinsurancepro.com/wp-content/themes/wordpress-bootstrap/library/css/responsive.css?ver=1.0&#8242);
   type=’text/css’ media=’all’ /> <link rel=’stylesheet’ id=’wp-bootstrap-css’ href
   =’[http://blog.rvinsurancepro.com/wp-content/themes/wordpress-bootstrap/style.css?ver=1.0&#8242](http://blog.rvinsurancepro.com/wp-content/themes/wordpress-bootstrap/style.css?ver=1.0&#8242);
   type=’text/css’ media=’all’ />
 *  <style type=”text/css”>.recentcomments a{display:inline !important;padding:0!
   important;margin:0 !important;}</style>
    <style type=”text/css” id=”custom-background-
   css”> body.custom-background { background-color: #b1c2d0; background-image: url(‘
   [http://blog.rvinsurancepro.com/wp-content/uploads/2013/01/bgslice.gif&#8217](http://blog.rvinsurancepro.com/wp-content/uploads/2013/01/bgslice.gif&#8217););
   background-repeat: repeat-x; background-position: top center; background-attachment:
   scroll; } </style> <!– end of wordpress head –> <link rel=”stylesheet” href=”
   [http://blog.rvinsurancepro.com/wp-content/themes/wpbootstrap-child/style.css&#8221](http://blog.rvinsurancepro.com/wp-content/themes/wpbootstrap-child/style.css&#8221);
   type=”text/css” media=”screen” title=”no title” charset=”utf-8″>
 *  <!– theme options from options panel –>
    <style> #main article { border-bottom:
   none; } </style>
 *  [Wish Web Geek](https://wordpress.org/support/users/roxannabrock/)
 * (@roxannabrock)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/#post-2560982)
 * Thanks for your help.
 * Also, I would like the pages that lead to drop down menus to be clickable. On
   [http://blog.rvinsurancepro.com](http://blog.rvinsurancepro.com), if I click 
   on “Service Center” in top main menu, I want the content for Service Center to
   show up AND the drop down menu to show up. I’ve looked around and can’t seem 
   to find how to do this.
 * Thank you!
 *  Plugin Author [Paul](https://wordpress.org/support/users/paultgoodchild/)
 * (@paultgoodchild)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/#post-2560983)
 * Hi,
 * I’m sorry, I really can’t dedicate time to fix the CSS/HTML on your website. 
   We’re very responsive and active in supporting the plugins and we even go beyond
   that in some cases to help where we can. The twitter bootstrap plugin exposes
   easy access to Twitter Bootstrap and even offers easy access to Bootstrap components
   through shortcodes.
 * However, supporting your site design isn’t something I can really turn my hand
   to.
 * Of course, if you’d like to discuss with us options to take on a design/coding
   project on your site, we’d be open and happy to discuss that with you, but please
   understand it would be full-time job for me to help everyone that had CSS/HTML
   problems on their sites.
 * Sorry if this isn’t what you were expecting.
 * Thanks!
    Paul.
 *  [Wish Web Geek](https://wordpress.org/support/users/roxannabrock/)
 * (@roxannabrock)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/#post-2560984)
 * That’s fine. I don’t expect you to do that. Thanks.
 * Can you answer my question about being able to click on the top level drop down?
 *  Plugin Author [Paul](https://wordpress.org/support/users/paultgoodchild/)
 * (@paultgoodchild)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/#post-2560985)
 * Sure, I think what you’re look for is sub-menus.
 * On this page: [http://twitter.github.com/bootstrap/components.html#navbar](http://twitter.github.com/bootstrap/components.html#navbar)
 * look for the text “Sub menus on dropdowns”
 * Thanks,
    Paul.
 *  [Wish Web Geek](https://wordpress.org/support/users/roxannabrock/)
 * (@roxannabrock)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/#post-2560986)
 * I have tried to copy the functions.php file to my child theme, change the references
   like library/plugins.php to wp-content/themes/wordpress-bootstrap/library/bones.
   php…for example.
 * and I am getting this error:
    Fatal error: Cannot redeclare bones_custom_admin_footer()(
   previously declared in /home/blog8992/public_html/wp-content/themes/wpbootstrap-
   child/functions.php:27) in /home/blog8992/public_html/wp-content/themes/wordpress-
   bootstrap/functions.php on line 28
 * Is there a way to move the functions.php file so I can add widgets?

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/page/2/?output_format=md)

The topic ‘[Plugin: WordPress Bootstrap CSS] good for beginner – wp bootstrap’ is
closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-bootstrap-css_d0f2fd.svg)
 * [Twitter Bootstrap for WordPress](https://wordpress.org/plugins/wordpress-bootstrap-css/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-bootstrap-css/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-bootstrap-css/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-bootstrap-css/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-bootstrap-css/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-bootstrap-css/reviews/)

 * 16 replies
 * 3 participants
 * Last reply from: [Paul](https://wordpress.org/support/users/paultgoodchild/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-wordpress-bootstrap-css-good-for-beginner-wp-bootstrap/page/2/#post-2560987)
 * Status: resolved