I want to have 5 equal columns on a page I am building and I can’t seem to understand how the 5 column grid is being used here: http://web.archive.org/web/20120416024539/http://domain7.com/mobile/tools/bootstrap/responsive...
  • May 8, 2022
  • 0 Comments
i tried enqueue the bootstap with functions php wp_enqueue_style('bootstrap4', 'https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css'); wp_enqueue_script( 'boot1','https://code.jquery.com/jquery-3.3.1.slim.min.js'); wp_enqueue_script( 'boot2','https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js'); wp_enqueue_script( 'boot2','https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js'); css seems to work but none of the js files are working..not sure...
  • May 6, 2022
  • 0 Comments
I do a catalog using Bootstrap 3. When displayed on tablets, the product images look ugly because of their small size (500×500) and a width of 767 pixels in...
  • May 6, 2022
  • 0 Comments
Im creating a theme based on blankslate/Bootstrap and having an issue with the main nav appearing on category pages (seems to appear everywhere else ok.). In header.php: <div class="collapse...
  • May 6, 2022
  • 0 Comments