* Graham * bemethavinci
Ok The download is a zip file I have attached the original zip to this post
The theme is a complete self contained customized version of bootstrap 3.11
I have unzipped it and uploaded the files to a test site
I have also changed the folder names to js and css and removed the unused files that are for the server version as they would just confuse you

These are the css files upload the files by remote server option to /css
http://ptesting.xtgem.com/css/bootstrap.css
http://ptesting.xtgem.com/css/usebootstrap.css

These are the javascript files upload the files by remote server option to /js
http://ptesting.xtgem.com/js/bootstrap.min.js
http://ptesting.xtgem.com/js/usebootstrap.js
http://ptesting.xtgem.com/js/html5shiv.js
http://ptesting.xtgem.com/js/respond.min.js

you need to remove the cdn bootstrap css links from _headtags and replace them with these
<link rel="stylesheet" href="/css/bootstrap.css" media="screen">
<link rel="stylesheet" href="/css/usebootstrap.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="/js/html5shiv.js"></script>
<script src="/js/respond.min.js"></script>
<![endif]-->

Copy code
you need to remove the cdn bootstrap js script calls from _footer and replace them with these
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/usebootstrap.js"></script>

Copy code
This is the html of the demo page upload it by remote server option and remove the .css after upload
http://ptesting.xtgem.com/index.html.css
Study this file it contains all the examples you will need and it's time you started learning for yourself
because if you just rely on me you will not learn for yourself plus I am not using this version of bootstrap myself
2017-03-15 14:40
* superhero.zip · application/zip · 62.82KB
(edited 2017-03-15 16:00 by Graham ) · (0)
* bemethavinci * Graham waw...kudos sir graham...am always pleased with your help and you are right about what you say...if i rely on you...i wont learn anythinq...i think i will start to work on that now...thank you for the piece of advice...but last i want to ask one question...i should create ''_XTGEM_TEMPLATES'' right?....then create a folder for ''/JS'' and /CSS right?...or i should just upload them in the main filebrowser menu?
2017-03-15 21:29 · (0)
* bemethavinci * bemethavinci and the css link you gave me changed to a file instead of plain text file
2017-03-15 22:28 · (0)
* Graham * bemethavinci You create the folders js and css in the main filebrowser

The file http://ptesting.xtgem.com/index.html.css
is meant to turn into a html page when you remove the .css
that is how you move html pages between sites .css files are not parsed they are passed straight through
a normal html file would get corrupted with ad codes if you try to upload it from a xtgem site
2017-03-15 23:19 (edited 2017-03-15 23:28 by Graham ) · (0)
* bemethavinci * Graham ok...but the links i added at the headtags changed to a html file instead of plain text file...any solutions...or is it ok that way?
2017-03-16 03:05 · (0)
* bemethavinci * Graham after i did what you said the main page of the blog was showing me the html code and the headtags link you gave me was also showinq html instead of plain text...check the site via:0vin.xtgem.com
2017-03-16 03:25 (edited 2017-03-16 03:26 by bemethavinci ) · (0)
* Graham * bemethavinci Any file that contains a <script> tag gets treated as a html file when you open it or preview it
just click the 'open in code editor' but do not edit the file using the actual building tool
I think it mostly has something to do with ad avoidance
the extra code is only used to fix problems with old versions of internet explorer

also your _header file contained 3-4 repeats of the headtags code plus a load of extra <body> tags
only the first <body> content in _header or _footer is actually used the rest is discarded
but _headtags is include raw so you don't want any code in that apart from the actual code for the links
I have fixed a couple of other small errors and deleted the extra code from _header

also a word about index files
any index with a . extension like index.html has a higher priority than just index
so the index.html file will show as your index and the 'create' will open the index.html file
plus I forgot to remove the js and css links from index.html so I removed them as they were duplicates of the _headtags and _footer codes
when you want to use your own index just rename the index.html file to something else
2017-03-16 06:13 · (0)
* bemethavinci * Graham thank you for fixinq it for me...now that i have what i want...how do i customise it to get the design i want...or im i to use the xtgem_templates.css or what?
2017-03-16 09:51 · (0)
* Graham * bemethavinci You could use xtgem_template but that is linked before bootstrap so bootstrap would over rule it
it is far easier to just create another file to hold custom classes and then add a link after the bootstrap ones
2017-03-16 11:27 · (0)
* bemethavinci * Graham what if i want to use the pagination,navbar...etc and delete the rest with any error....how will i do that
2017-03-16 12:35 · (0)

Online: Guests: 1