Graham
bemethavinci Standard blog without a custom twig uses the xtgem_template classes
So stick to the standard xtgem css templates and layout and just customize those classes instead
anything else will require custom twig
bemethavinci
Graham ok...you mean i should edit the default xtgem_templates.css to bootstrap mark ups and twig the post body with the _xtgem_templates right?
bemethavinci
bemethavinci if yes...how do i start to customize the header, footer and body layout using the bootstrap mark up
bemethavinci
bemethavinci good day sir graham...please help me with the css link,ajax and javascript links for bootstrap 3.1.1
Graham
bemethavinci These are the links direct from getbootstrap.com
This is for 3.37 (current version) and it is the version you should be using
for 3.1.1 go to
http://blog.getbootstrap.com/2014/02/13/bootstrap-3-1-1-released/
These go in _headtags
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
Copy code And these go in the _header or _footer
Jquery link from Google
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
Copy code and the bootstrap js
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
Copy code
bemethavinci
Graham can i use the links for any bootstrap templates that is bootstrap 3.1.1
bemethavinci
Graham it worked...but i wanted to use usebootstrap.com/preview/superhero/'' but the css didnt work...any help?
Graham
bemethavinci If you are using a custom theme
Don't use the optional default theme link
Your themes link has to go below the main css link
bemethavinci
Graham please break it down to my understandinq...on how do it well