Showing posts with label Installation. Show all posts
Showing posts with label Installation. Show all posts

TOC for JavaScript Bootstrap

Admin getbtheme September 10, 2018

Overview

Individual or compiled


Plugins can be included individually (using Bootstrap's individual *.js files), or all at once (using bootstrap.js or the minified bootstrap.min.js).

Using the compiled JavaScript

Both bootstrap.js and bootstrap.min.js contain all plugins in a single file. Include only one.

Plugin dependencies

 Some plugins and CSS components depend on other plugins. If you include plugins individually, make sure to check for these dependencies in the docs. Also note that all plugins depend on jQuery (this means jQuery must be included before the plugin files). Consult our bower.json to see which versions of jQuery are supported. 


Data attributes

You can use all Bootstrap plugins purely through the markup API without writing a single line of JavaScript. This is Bootstrap's first-class API and should be your first consideration when using a plugin.

That said, in some situations it may be desirable to turn this functionality off. Therefore, we also provide the ability to disable the data attribute API by unbinding all events on the document namespaced with data-api. This looks like this:



$(document).off('.data-api')


You can use all Bootstrap plugins purely through the markup API without writing a single line of JavaScript. This is Bootstrap's first-class API and should be your first consideration when using a plugin.
That said, in some situations it may be desirable to turn this functionality off. Therefore, we also provide the ability to disable the data attribute API by unbinding all events on the document namespaced with data-api. This looks like this:



$(document).off('.data-api')


download

Disable Default Mobile Template

Admin getbtheme October 20, 2015
Manual Template is a responsive template, so it can be used for both desktop and mobile devices. But Blogger has a default template for mobile devices, so we must disable that default template to allow Manual Template can display on mobile also.

To do that, access your blog dashboard, choose Template tab and click Gear button.
How to enable responsive feature for custom Blogger template - Access?

In Choose mobile template drop list, opt in "No. Show desktop template on mobile devices"and click Save.
Update Template

Update Template

Admin getbtheme October 20, 2015
We will use Widget Merger to merge your current template code with the latest version of template.

Just access your blog dashboard, choose Template tab, and click Edit HTML button. Copy all your current code and paste into "Your current template code" field on Widget Merger tool.

Then open the latest version of template (in your download package) with a text editor and copy all its code then paste to "Latest update template code" field on Widget Merger tool.

Finally, click Merger Widgets button and then copy all code in "Result Template Code" field and paste to Template HTML Editor on your site.

Install Template Code

Admin getbtheme October 20, 2015
Use the template code that you got after translating template, then in your blog dashboard, access Template tab, click Edit HTML button.
Open Template Editor in Blogger Blog Dashboard
Replace all code in template editor with your translated code. Click Save template button to apply.
Delete and Paste Template code in Blogger Blog Dashboard
Translate Template

Translate Template

Admin getbtheme October 20, 2015
You must do this step before installing the template.

Use the code that you got after changing template setting, paste all that template code to SpotLingo. Then click Scan Template button.

In next window, take a look the current text on left column and input your texts on right column, then click Apply Translated Texts button.

Finally, copy all code from Translated Template Code field to use for another purposes.

Note: remember save also the Backup Translated Code, so you can re-apply your translation when you updating template.
Change Template Setting.

Change Template Setting.

Admin getbtheme October 20, 2015
You must do this step before installing the template.

Open the template file with a text editor, select all code from template and paste to SpotSettings. Then click Scan Settings in Template button.

In next window, select setting tab on left column and change settings on right column, then click Apply Settings to Template button.

Finally, copy all code from Result Template Code field to use for translating template.

Note: remember save also the Backup Setting Code, so you can re-apply your settings when you updating template.