Plugin Author
Paul
(@paultgoodchild)
Hi,
The plugin allows you to include the Bootstrap responsive CSS… after that it’s now you use will determine your site’s compatibility with small-screen devices.
Hope that makes it a bit clear.
Thanks,
Paul.
Thread Starter
vbk100
(@vbk100)
Paul,
Thanks for your kind response
The plugin allows you to include the Bootstrap responsive CSS
Would like to know if the responsive CSS is included in the plugin files Or am I need to download it from else where ?
Plugin Author
Paul
(@paultgoodchild)
everything that is Twitter Bootstrap (including the CSS) is included in the plugin files. 🙂
Thread Starter
vbk100
(@vbk100)
Paul Goodchild ,
I use itheme2 on a localhost installation. When I install your plugin and checked some short codes, the content inside the shortcode crossed the layout on small screens. Other two themes including the itheme2 I tested on are all responsive themes
Shortcode I used :
[TBS_BADGE class=”warning” style=”font-variant: small-caps;”] You must configure the plugin to enable Facebook for WordPress. So do it [/TBS_BADGE]
Can you please tell me if I missing something? I have checked all the necessary option on the bootstrap plugin settings page
Thanks
Plugin Author
Paul
(@paultgoodchild)
Hi,
Twitter Bootstrap, by including the responsive CSS file, does not MAKE your theme responsive. Instead, it provides the framework for you to make your theme responsive.
You have to do the necessary coding of the HTML in order to make a responsive site – the ability to include responsive CSS is really a developer tool in the plugin. This plugin, and probably any other for that matter, cannot make a site responsive – it can only include what you need to get started.
Does that make sense?
Thread Starter
vbk100
(@vbk100)
Paul Goodchild,
The themes I use on this WordPress installation are Responsive. Such as itheme2 , Themeid’s Responsive etc.
They appear well on all devices without any problem. All the components on the site seems to be okay except the content with the shortcodes of this bootstrap plugin
Plugin Author
Paul
(@paultgoodchild)
Hi,
Unless I’m doing something wrong with the shortcodes – which is unlikely since they just printing html for bootstrap components – I can’t help you with this.
To learn more about using Bootstrap Responsive components and utility classes, you’ll need read the Bootstrap documentation:
http://twitter.github.com/bootstrap/scaffolding.html#responsive
Thread Starter
vbk100
(@vbk100)
Thank you ! I will check the documentation