<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged bootstrap</title>
<link>https://www.question2answer.org/qa/tag/bootstrap</link>
<description>Powered by Question2Answer</description>
<item>
<title>can i put bootstrap direct in CSS file without defining bootstrap-class name inside my html file.</title>
<link>https://www.question2answer.org/qa/48217/bootstrap-direct-without-defining-bootstrap-class-inside</link>
<description>I have only css file to edit. they have defined all the classes and ids. But I want to make resposive that page through bootstrap. What should I do?&lt;br /&gt;
&lt;br /&gt;
Please suggest me.&lt;br /&gt;
&lt;br /&gt;
Thank you...</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/48217/bootstrap-direct-without-defining-bootstrap-class-inside</guid>
<pubDate>Wed, 30 Sep 2015 02:50:07 +0000</pubDate>
</item>
<item>
<title>Bootstrap Always Collapse Menu</title>
<link>https://www.question2answer.org/qa/43965/bootstrap-always-collapse-menu</link>
<description>

&lt;p&gt;&lt;strong&gt;I need all browser size always collapse menu. I use asp.net mvc 5 I'm trying since yesterday but could not figure out :( I would like to thank everyone who helped so much in advance.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=7210624199098675619&quot; style=&quot;height:157px; width:600px&quot;&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My CODE :&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;!DOCTYPE html&amp;gt;
&lt;br&gt;&amp;lt;html&amp;gt;
&lt;br&gt;&amp;lt;head&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;title&amp;gt;Sidr Plugin with Bootstrap&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!-- Bootstrap --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;link href=&quot;&lt;a href=&quot;http://getbootstrap.com/2.3.2/assets/css/bootstrap.css&quot;&quot; rel=&quot;nofollow&quot;&gt;http://getbootstrap.com/2.3.2/assets/css/bootstrap.css&quot;&lt;/a&gt; rel=&quot;stylesheet&quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; media=&quot;screen&quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;link href=&quot;&lt;a href=&quot;http://getbootstrap.com/2.3.2/assets/css/bootstrap-responsive.css&quot;&quot; rel=&quot;nofollow&quot;&gt;http://getbootstrap.com/2.3.2/assets/css/bootstrap-responsive.css&quot;&lt;/a&gt; rel=&quot;stylesheet&quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!-- sidr dark theme css --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;link href=&quot;&lt;a href=&quot;http://www.berriart.com/sidr/javascripts/sidr/stylesheets/jquery.sidr.dark.css&quot;&quot; rel=&quot;nofollow&quot;&gt;http://www.berriart.com/sidr/javascripts/sidr/stylesheets/jquery.sidr.dark.css&quot;&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rel=&quot;Stylesheet&quot; /&amp;gt;
&lt;br&gt;&amp;lt;/head&amp;gt;
&lt;br&gt;&amp;lt;body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;div class=&quot;navbar navbar-inverse navbar-fixed-top&quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;div class=&quot;navbar-inner&quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;div class=&quot;container&quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;button type=&quot;button&quot; id=&quot;btnRespNav&quot; class=&quot;btn btn-navbar&quot; style=&quot;float: left&quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;span class=&quot;icon-bar&quot;&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;icon-bar&quot;&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;icon-bar&quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/span&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/button&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;a class=&quot;brand&quot; href=&quot;#&quot;&amp;gt;IMInfo.in&amp;lt;/a&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;div class=&quot;nav-collapse collapse&quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ul class=&quot;nav&quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;li class=&quot;active&quot;&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;About&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;Products&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;Clients&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;Contact Us&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/ul&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!--/.nav-collapse --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;script src=&quot;&lt;a href=&quot;http://code.jquery.com/jquery.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&quot; rel=&quot;nofollow&quot;&gt;http://code.jquery.com/jquery.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;script src=&quot;&lt;a href=&quot;http://getbootstrap.com/2.3.2/assets/js/bootstrap.min.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&quot; rel=&quot;nofollow&quot;&gt;http://getbootstrap.com/2.3.2/assets/js/bootstrap.min.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!-- sidr js --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;script src=&quot;&lt;a href=&quot;http://www.berriart.com/sidr/javascripts/sidr/jquery.sidr.min.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&quot; rel=&quot;nofollow&quot;&gt;http://www.berriart.com/sidr/javascripts/sidr/jquery.sidr.min.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(document).ready(function () {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $('.btn-navbar').sidr({
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; name: 'respNav',
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; source: '.nav-collapse',
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; });
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; });&lt;/p&gt;

&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //this code is close sidr menu if clicked outside &amp;nbsp;{optional}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(document).bind(&quot;click&quot;, function () {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $.sidr('close', 'respNav');
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; });
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/script&amp;gt;
&lt;br&gt;&amp;lt;/body&amp;gt;
&lt;br&gt;&amp;lt;/html&amp;gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/43965/bootstrap-always-collapse-menu</guid>
<pubDate>Tue, 24 Feb 2015 23:16:57 +0000</pubDate>
</item>
<item>
<title>[Free Theme] CleanStrap theme is now OpenSource</title>
<link>https://www.question2answer.org/qa/40065/free-theme-cleanstrap-theme-is-now-opensource</link>
<description>

&lt;p&gt;
	&lt;a href=&quot;http://qa-themes.com/themes/cleanstrap/&quot; rel=&quot;nofollow&quot;&gt;CleanStrap Theme&lt;/a&gt; is one of the most advanced Q2A themes made so far.
&lt;br&gt;
	it was sold for about 60$ till now but due to lack of professional support from the other developer(Rahul Aryan) who create this theme with me and his disloyalty to our contract I decided to publish the theme for free. so all those who bought the theme could benefit from public support and theme would be developed and improved as an open source project.&lt;/p&gt;


&lt;p&gt;
	&lt;a href=&quot;https://github.com/Towhidn/CleanStrap/archive/master.zip&quot; rel=&quot;nofollow&quot;&gt;Direct Download&lt;/a&gt; - &lt;a href=&quot;http://demo.qa-themes.com/cleanstrap/&quot; rel=&quot;nofollow&quot;&gt;Demo&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;a href=&quot;http://qa-themes.com/themes/cleanstrap/screenshots&quot; rel=&quot;nofollow&quot;&gt;Theme Option's ScreenShots&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;a href=&quot;https://github.com/Towhidn/CleanStrap/&quot; rel=&quot;nofollow&quot;&gt;Project on Github&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	Problems with theme:&lt;/p&gt;


&lt;ul&gt;
	

&lt;li&gt;
		Speed: Since it's a big theme, it's slower than most other Q2A themes. Also using lot's of widgets can slow down your site a lot(just like any other CMS). I'm planning to do lot's of improvements in next versions so if you found any bug or problem please report it.&lt;/li&gt;
	

&lt;li&gt;
		Bugs: There were many advanced customizations in theme. so there is a bigger chance of finding bugs in it, specially with latest changes my old partner did on the theme. lot's of bugs were fixed in latest version published by me and I'll try to fix any problem that is reported.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;
	In next few days I'll add installation guide and other tutorials about setting the theme up.&lt;/p&gt;


&lt;p&gt;
	For bug report please ask your questions with &quot;CleanStrap&quot; tag, or submit an issue on &lt;a href=&quot;https://github.com/Towhidn/CleanStrap/issues&quot; rel=&quot;nofollow&quot;&gt;github&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;Localization&lt;/strong&gt;:&lt;/p&gt;


&lt;ul&gt;
	

&lt;li&gt;
		Russian translation by &lt;strong&gt;Valery Zaochnuy&lt;/strong&gt;.&lt;/li&gt;
	

&lt;li&gt;
		Turkish translation by &lt;strong&gt;&lt;a href=&quot;http://www.soru-sor.com&quot; rel=&quot;nofollow&quot;&gt;Eren Ergul&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;
	if you have translated CleanStrap to any language and want to share it, please &lt;a href=&quot;http://qa-themes.com/contact-us&quot; rel=&quot;nofollow&quot;&gt;contact me&lt;/a&gt; or send a Pull Request on github.&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/40065/free-theme-cleanstrap-theme-is-now-opensource</guid>
<pubDate>Wed, 22 Oct 2014 15:55:58 +0000</pubDate>
</item>
<item>
<title>Tips: Customizing of color scheme in 30 minutes with FlexArmor2</title>
<link>https://www.question2answer.org/qa/39967/tips-customizing-of-color-scheme-in-minutes-with-flexarmor2</link>
<description>

&lt;p&gt;
	This is customize tips for FlexArmor2 owner. &lt;strong&gt;&lt;a href=&quot;http://www.question2answer.org/qa/36515&quot; rel=&quot;nofollow&quot;&gt;FlexArmor2&lt;/a&gt;&lt;/strong&gt; owners can change site design &lt;strong&gt;without touching PHP&lt;/strong&gt;.&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;Procedure by &lt;a href=&quot;https://color.adobe.com&quot; rel=&quot;nofollow&quot;&gt;Adobe Color CC (kuler)&lt;/a&gt; and &lt;a href=&quot;http://paintstrap.com/&quot; rel=&quot;nofollow&quot;&gt;PaintStrap&lt;/a&gt;:&lt;/span&gt;&lt;/p&gt;


&lt;ol&gt;
	

&lt;li&gt;
		Access Adobe Color CC:
&lt;br&gt;
		&amp;nbsp; &amp;nbsp;&amp;gt; &lt;a href=&quot;https://color.adobe.com&quot; rel=&quot;nofollow&quot;&gt;https://color.adobe.com&lt;/a&gt;&lt;/li&gt;
	

&lt;li&gt;
		Search (Make new) your favorite color scheme&lt;/li&gt;
	

&lt;li&gt;
		Confirm theme-ID of your favorite color scheme&lt;/li&gt;
	

&lt;li&gt;
		Access PaintStrap
&lt;br&gt;
		&amp;nbsp; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://paintstrap.com/&quot; rel=&quot;nofollow&quot;&gt;http://paintstrap.com/&lt;/a&gt;&lt;/li&gt;
	

&lt;li&gt;
		Step1: Input theme-ID&lt;/li&gt;
	

&lt;li&gt;
		Step2: Confirm (Tune) color scheme with preview window&lt;/li&gt;
	

&lt;li&gt;
		Step3: Download CSS files&lt;/li&gt;
	

&lt;li&gt;
		Extract downloaded file&lt;/li&gt;
	

&lt;li&gt;
		Replace qa-theme/FlexArmor2/addon/bootswatch/custom/* with downloaded files
&lt;br&gt;
		&amp;nbsp; &amp;nbsp;&amp;gt; bootstrap.min.css
&lt;br&gt;
		&amp;nbsp; &amp;nbsp;&amp;gt; bootstrap.css
&lt;br&gt;
		&amp;nbsp; &amp;nbsp;&amp;gt; variables.less&lt;/li&gt;
	

&lt;li&gt;
		Log in your site with admin account&lt;/li&gt;
	

&lt;li&gt;
		Goto &quot;Theme (TAC)&quot; &amp;gt; &quot;General&quot;&lt;/li&gt;
	

&lt;li&gt;
		Choose &quot;Desgin&quot; option to &quot;&lt;span style=&quot;color:#ff8c00;&quot;&gt;&lt;strong&gt;custom&lt;/strong&gt;&lt;/span&gt;&quot;&lt;/li&gt;
	

&lt;li&gt;
		Click &quot;save&quot; button&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;Example:&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	My favorite color scheme is &quot;FENDI&quot;
&lt;br&gt;
	&lt;a href=&quot;https://color.adobe.com/ja/Fendi-color-theme-1968104/&quot; rel=&quot;nofollow&quot;&gt;https://color.adobe.com/ja/Fendi-color-theme-1968104/&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=10728892243810431146&quot; style=&quot;width: 600px; height: 326px;&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	PaintStrap&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=15638565290122906551&quot; style=&quot;width: 391px; height: 504px; padding: 5px; border: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=17613358970064209615&quot; style=&quot;width: 600px; height: 409px;&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=12673294894089434844&quot; style=&quot;width: 600px; height: 257px;&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	Result:&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=12059275528399014291&quot; style=&quot;width: 600px; height: 1036px;&quot;&gt;&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/39967/tips-customizing-of-color-scheme-in-minutes-with-flexarmor2</guid>
<pubDate>Mon, 20 Oct 2014 20:30:47 +0000</pubDate>
</item>
<item>
<title>Donut - New Free Responsive Bootstrap Theme - Now 2.0.1</title>
<link>https://www.question2answer.org/qa/39071/donut-new-free-responsive-bootstrap-theme-now-2-0-1</link>
<description>

&lt;p&gt;Hello All ,&lt;/p&gt;

&lt;p&gt;Donut is Lightweight , Fast , Responsive , mobile friendly , OffCanvas design , powered by Twitter Bootstrap coated with a sleek and minimal design . And more over it is free .&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Hope you will like this .&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://q2a-store.com/downloads/donut-theme-for-question2answer/&quot;&gt;Download This theme from Store&amp;nbsp;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://q2a-store.com/donut-theme-demo&quot;&gt;See in Demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to use it and report any bugs if you find .&amp;nbsp;&lt;/p&gt;

&lt;p&gt;I have more good plans for this theme . This will be actively developed by me and add new features regularly .&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Stay tuned ..................... :)&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-size:20px&quot;&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;Clean and minimal&lt;/li&gt;

&lt;li&gt;Responsive Design&lt;/li&gt;

&lt;li&gt;Light Weight and Fast&lt;/li&gt;

&lt;li&gt;Inbuilt CDN support for base css and JS files , which boost up the site speed&amp;nbsp;&lt;/li&gt;

&lt;li&gt;Cool Tooltip on hover on few elements&amp;nbsp;&lt;/li&gt;

&lt;li&gt;and many more options&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;And many more useful features in pipeline for the newer version &amp;nbsp;.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Whats new in 1.1&amp;nbsp;&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;updated navigation bar&amp;nbsp;&lt;/li&gt;

&lt;li&gt;improved question page layout&amp;nbsp;&lt;/li&gt;

&lt;li&gt;improved voting buttons&amp;nbsp;&lt;/li&gt;

&lt;li&gt;updated users page with box layout&amp;nbsp;&lt;/li&gt;

&lt;li&gt;updated tags with boxed layout&amp;nbsp;&lt;/li&gt;

&lt;li&gt;and few more bug fixes&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;Feel free to suggest , if you have any better Idea for this theme . I will try to add if it fits to this theme in next version . &amp;nbsp;&lt;/p&gt;

&lt;p&gt;Few screenshots -&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://q2astore.com/product/donut-theme/&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=407842515197580928&quot; style=&quot;height:399px; width:600px&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://q2astore.com/product/donut-theme/&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=7196825514094452119&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://q2astore.com/product/donut-theme/&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=2957359000427045345&quot; style=&quot;height:450px; width:600px&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://q2astore.com/product/donut-theme/&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=3914764261220215740&quot; style=&quot;height:450px; width:600px&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://q2a-store.com/downloads/donut-theme-for-question2answer/&quot;&gt;Download This theme Now&amp;nbsp;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/39071/donut-new-free-responsive-bootstrap-theme-now-2-0-1</guid>
<pubDate>Sun, 05 Oct 2014 07:01:20 +0000</pubDate>
</item>
<item>
<title>Looking for a bootstrap theme for Q2A version 1.6.3</title>
<link>https://www.question2answer.org/qa/38519/looking-for-a-bootstrap-theme-for-q2a-version-1-6-3</link>
<description>Can some help me bootstrap theme for Q2A version 1.6.3&lt;br /&gt;
&lt;br /&gt;
I went through most of the available themes but they dont seem to be compatible with 1.6.3&lt;br /&gt;
&lt;br /&gt;
Thanks</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/38519/looking-for-a-bootstrap-theme-for-q2a-version-1-6-3</guid>
<pubDate>Fri, 19 Sep 2014 09:37:10 +0000</pubDate>
</item>
<item>
<title>How to apply  two layouts for two pages of my q2a site</title>
<link>https://www.question2answer.org/qa/38510/how-to-apply-two-layouts-for-two-pages-of-my-q2a-site</link>
<description>Now developing a q2a theme, In the process I am little confused about layout I need two layouts for my site first layout includes an green div but that green div never to display on inner pages for example in this site [&lt;a href=&quot;http://www.queryhandlers.com/&quot; rel=&quot;nofollow&quot;&gt;http://www.queryhandlers.com/&lt;/a&gt;] the home page consists welcome green div but that div is not showed in its inner pages instead a small green div bar shows. How can it possible, can we apply these layout changes according to each page. Please help me as soon as possible</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/38510/how-to-apply-two-layouts-for-two-pages-of-my-q2a-site</guid>
<pubDate>Fri, 19 Sep 2014 06:32:18 +0000</pubDate>
</item>
<item>
<title>is it possible to do theme integration with bootstrap3.1.1 in q2a</title>
<link>https://www.question2answer.org/qa/38443/is-it-possible-to-do-theme-integration-with-bootstrap3-in-q2a</link>
<description>guys,&lt;br /&gt;
I am newbie to q2a and I have a doubt is it possible to use bootstrap3.1.1 in q2a template integration. Actually Our designer created a template using bootstrap, But I am little confused to integrate with the q2a theme. Please help me as soon as possible&lt;br /&gt;
&lt;br /&gt;
Thanks in advance</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/38443/is-it-possible-to-do-theme-integration-with-bootstrap3-in-q2a</guid>
<pubDate>Thu, 18 Sep 2014 01:04:01 +0000</pubDate>
</item>
<item>
<title>Update package: FlexArmor2 (V1.1.4) : HTML5, Bootstrap3.2, Bootswatch, LESS-CSS3, Full responsive, Theme framework</title>
<link>https://www.question2answer.org/qa/36515/package-flexarmor2-bootstrap3-bootswatch-responsive-framework</link>
<description>

&lt;p&gt;FlexArmor2 is the successor product of FlexArmor1. It is &lt;span style=&quot;color:rgb(0, 128, 128)&quot;&gt;&lt;strong&gt;theme framework&lt;/strong&gt;&lt;/span&gt; that have full compatibility&amp;nbsp;with &lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://bootswatch.com/&quot;&gt;Bootswatch&lt;/a&gt;. It is not version up of FlexArmor1.&amp;nbsp;The biggest feature, flexible customize performance,&amp;nbsp;compatibility with plugins,&amp;nbsp;max speed,&amp;nbsp;and reliable&amp;nbsp;support.&lt;/p&gt;

&lt;p&gt;Bandle plugin (jQuery World Clock) &lt;span style=&quot;color:#ff8c00&quot;&gt;&lt;span style=&quot;font-size:10px&quot;&gt;&lt;strong&gt;NEW&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=5845493535314243974&quot; style=&quot;height:341px; width:600px&quot;&gt;&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=17506336794498864388&quot; style=&quot;height:402px; width:600px&quot;&gt;&lt;/p&gt;

&lt;p&gt;Example of server time is &lt;a rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/demo/flexarmor2/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Combination example of FlexArmor2 (sandstone) + &lt;a rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/docs-plugin-question-data-widget&quot;&gt;Question Data widget&lt;/a&gt;:
&lt;br&gt;Your site will get closer to SNS.&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=11316591422075691633&quot; style=&quot;height:395px; width:600px&quot;&gt;&lt;/p&gt;

&lt;p&gt;Client (User) side design changer : &lt;strong&gt;Try it in &lt;a rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/demo/bm/&quot;&gt;demo site&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://askive.cmsbox.jp/demo/flexarmor2/qa-theme/FlexArmor2/images/demo/tool_design_panel.jpg&quot; style=&quot;height:682px; width:406px&quot;&gt;&lt;/p&gt;

&lt;p&gt;Editable Ajax User Card:&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=3892545456507921113&quot; style=&quot;height:311px; width:600px&quot;&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-size:16px&quot;&gt;&lt;strong&gt;Benchmark (Snow vs FA2)&lt;/strong&gt;&lt;/span&gt;:&amp;nbsp;FA2 is faster than Snow.&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=5249706756934256068&quot; style=&quot;height:243px; width:600px&quot;&gt;&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/qa-files/fa2/bm/20140818/Snow_fa2_pagespeed.png&quot;&gt;Page speed&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/qa-files/fa2/bm/20140818/Snow_fa2_yslow.png&quot;&gt;YSlow&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/qa-files/fa2/bm/20140818/Snow_fa2_timeline.png&quot;&gt;Time line&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/qa-files/fa2/bm/20140818/Snow_fa2_graphs.png&quot;&gt;Graphs&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;&lt;span style=&quot;color:rgb(0, 128, 128)&quot;&gt;&lt;span style=&quot;font-family:verdana,geneva,sans-serif&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size:24px&quot;&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/demo/bm/&quot;&gt;Benchmark&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;(No plugin)&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:rgb(0, 128, 128)&quot;&gt;&lt;span style=&quot;font-family:verdana,geneva,sans-serif&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size:24px&quot;&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/demo/flexarmor2/&quot;&gt;DEMO&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;(Full plugin)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:rgb(0, 128, 128)&quot;&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/demo/flexarmor2/document-00-index&quot;&gt;Online document&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-size:20px&quot;&gt;Compatibility&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Q2A V1.6.3 OR &lt;span style=&quot;color:#ff0000&quot;&gt;&lt;strong&gt;V1.7 (2014/12/24 Updated)&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-size:20px&quot;&gt;Update history&lt;/span&gt;&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;2015/05/20: Fixed bug (Avatar do not display in user list of Q2A V1.7.1)&lt;/li&gt;

&lt;li&gt;2015/02/14: Fixed bug (part_footer() of&amp;nbsp;q_list_and_form())&amp;nbsp;for Q2A V1.7&lt;/li&gt;

&lt;li&gt;2014/12/24:&amp;nbsp;FA2 (V1.1) is compatible with Q2A V1.6.3 and V1.7.&lt;/li&gt;

&lt;li&gt;2014/10/29: Add jQuery World Clock plugin&lt;/li&gt;

&lt;li&gt;2014/10/18: Compatibility with &lt;a rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/docs-plugin-question-data-widget&quot;&gt;Question Data Widget&amp;nbsp;(V1.2)&lt;/a&gt; is confirmed.&lt;/li&gt;

&lt;li&gt;2014/10/16:&amp;nbsp;Shipment start&lt;/li&gt;

&lt;li&gt;2014/10/10: Complete &lt;a rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/demo/flexarmor2/document-00-index&quot;&gt;online document&lt;/a&gt;. Add client (user) side design changer.&lt;/li&gt;

&lt;li&gt;2014/09/17: &quot;Paper&quot; and &quot;Sandstone&quot; theme added&lt;/li&gt;

&lt;li&gt;2014/08/20: Add &quot;Editable Ajax User Card&quot; feature.&lt;/li&gt;

&lt;li&gt;2014/08/18: Add automatic&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://code.google.com/p/minify/&quot;&gt;Minify&lt;/a&gt;&amp;nbsp;feature. GTMetrix result was updated. FA2 became more faster.&lt;/li&gt;

&lt;li&gt;2014/08/15: Add HTML compress feature.&lt;/li&gt;

&lt;li&gt;2014/08/14: Add bech mark result (Snow vs FA2)&lt;/li&gt;

&lt;li&gt;2014/08/05:&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/demo/flexarmor2/&quot;&gt;Demo site&lt;/a&gt;&amp;nbsp;open&lt;/li&gt;

&lt;li&gt;2014/05: Start development&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;Greatness of Bootswatch:&lt;/p&gt;

&lt;p&gt;Bootswatch is not a mere collection of bootstrap themes.&amp;nbsp;Greatness of Bootswatch is&amp;nbsp;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://bootswatchr.com/&quot;&gt;BootSwatchr&lt;/a&gt;. Yes, you can create only one design without a large deal of effort. Refer also&amp;nbsp;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://www.smashingmagazine.com/2013/03/12/customizing-bootstrap/&quot;&gt;Customizing Bootstrap&lt;/a&gt;.&amp;nbsp;Of course, you can customize with theme administration center.&amp;nbsp;Examples are customized with only theme administration panel without changing any BootSwatch theme.&amp;nbsp;User who is weak in CSS can customize it.&amp;nbsp;In addition, users knowing a lot of Bootstrap may make original theme with BootSwatchr.&lt;/p&gt;

&lt;p&gt;Example (Customized &quot;slate&quot;):&lt;/p&gt;

&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/qa-files/fa2/slate-index-full.png&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=16633543675458121777&quot; style=&quot;height:427px; width:600px&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Example (Customized &quot;cerulean&quot;):&lt;/p&gt;

&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/qa-files/fa2/cerulean-index-full.png&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=14059558889069669984&quot; style=&quot;height:426px; width:600px&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Example (Customized &quot;superhero&quot;, Profile):&lt;/p&gt;

&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/qa-files/fa2/superhero_profile.jpg&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=5409020690254794342&quot; style=&quot;height:443px; width:600px&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Example (Customized &quot;superhero&quot;, Wall):&lt;/p&gt;

&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/qa-files/fa2/superhero_wall.jpg&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=17240065532951097596&quot; style=&quot;height:443px; width:600px&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Example (Customized &quot;default&quot;, Question page):&lt;/p&gt;

&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/qa-files/fa2/default_question2.jpg&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=7237274445577786087&quot; style=&quot;height:407px; width:600px&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Reference: &lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/32787&quot;&gt;FlexArmor1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You'll get the ability to customize the infinite.&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/36515/package-flexarmor2-bootstrap3-bootswatch-responsive-framework</guid>
<pubDate>Tue, 29 Jul 2014 23:08:02 +0000</pubDate>
</item>
<item>
<title>Suport for Dude v3.0 theme!!! apparently not very good support!</title>
<link>https://www.question2answer.org/qa/36485/suport-for-dude-v3-0-theme-apparently-not-very-good-support</link>
<description>

&lt;p&gt;
	I was looking for a well designed and well supported premium theme that thought Dude v3.0 would be a good choice. but then came across this post:&lt;/p&gt;


&lt;p&gt;
	&lt;a href=&quot;http://www.question2answer.org/qa/28578/theme-responsive-builder-bootstrap-theme-option-panel-updated?show=36071#c36071&quot; rel=&quot;nofollow&quot;&gt;http://www.question2answer.org/qa/28578/theme-responsive-builder-bootstrap-theme-option-panel-updated?show=36071#c36071&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	I wonder if anyone else had the same bad experience with them!!&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/36485/suport-for-dude-v3-0-theme-apparently-not-very-good-support</guid>
<pubDate>Tue, 29 Jul 2014 11:26:12 +0000</pubDate>
</item>
<item>
<title>Looking for a new responcive bootstrap 3 theme</title>
<link>https://www.question2answer.org/qa/36434/looking-for-a-new-responcive-bootstrap-3-theme</link>
<description>light weight &amp;nbsp;bootstrap 3 theme needed.&lt;br /&gt;
&lt;br /&gt;
I will pay for it</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/36434/looking-for-a-new-responcive-bootstrap-3-theme</guid>
<pubDate>Mon, 28 Jul 2014 05:03:05 +0000</pubDate>
</item>
<item>
<title>HELP : On-Site-Notification and NoahY History plugin error on Bootstrap theme</title>
<link>https://www.question2answer.org/qa/33789/help-notification-noahy-history-plugin-error-bootstrap-theme</link>
<description>the error is notifications bubble not show when incoming event.. but when i use other theme like stylish theme, ideabox theme and q2a default theme the bubble is showing. so how to fix this error?&lt;br /&gt;
&lt;br /&gt;
i hope @q2apro @noahy @sama55 can help me..&lt;br /&gt;
&lt;br /&gt;
thanks for help..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
note : im using Advanced Classic theme</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/33789/help-notification-noahy-history-plugin-error-bootstrap-theme</guid>
<pubDate>Mon, 21 Apr 2014 07:23:50 +0000</pubDate>
</item>
<item>
<title>Bootstrap Tour</title>
<link>https://www.question2answer.org/qa/33783/bootstrap-tour</link>
<description>

&lt;div class=&quot;entry-content&quot;&gt;
	

&lt;p&gt;
		I added &lt;a href=&quot;http://bootstraptour.com/&quot; rel=&quot;nofollow&quot;&gt;Bootstrap Tour&lt;/a&gt; in &lt;a href=&quot;http://askive.cmsbox.jp/demo/flexarmor1/&quot; rel=&quot;nofollow&quot;&gt;FlexArmor1 demo site&lt;/a&gt;. Try &quot;Start Tour!!&quot; button on top-left.&lt;/p&gt;
	

&lt;p&gt;
		My impression about BT:&lt;/p&gt;
	

&lt;p&gt;
		The function is very cool, but some bugs seem to exist. I changed program code and am using it.&lt;/p&gt;
	

&lt;p&gt;
		I thank for maxj (He gave hint for&amp;nbsp;development to me)&lt;/p&gt;
&lt;/div&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/33783/bootstrap-tour</guid>
<pubDate>Sun, 20 Apr 2014 22:01:56 +0000</pubDate>
</item>
<item>
<title>Update package : FlexArmor1 (V1.3.1) : HTML5, Bootstrap3.1, LESS-CSS3, Full responsive, Theme framework</title>
<link>https://www.question2answer.org/qa/32787/update-package-flexarmor1-bootstrap3-responsive-framework</link>
<description>

&lt;ul&gt;

&lt;li&gt;&lt;strong&gt;[2015/02/14] Fixed bug (part_footer() of&amp;nbsp;q_list_and_form())&amp;nbsp;for Q2A V1.7
&lt;br&gt;To FA1&amp;nbsp;users: Please contact me and get latest version.&lt;/strong&gt;&lt;/li&gt;

&lt;li&gt;[2015/01/26]&amp;nbsp;FA1&amp;nbsp;(V1.3) is compatible with Q2A V1.6.3 and V1.7.
&lt;br&gt;To FA1&amp;nbsp;users: Please contact me and get latest version.&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=8898941474695613025&quot; style=&quot;height:389px; width:600px&quot;&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-size:16px&quot;&gt;Characteristics&lt;/span&gt;&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;This is not THEME, this is Q2A total solution PACKAGE&lt;/li&gt;

&lt;li&gt;Many professional plugin&amp;nbsp;that I developed so far are supported (Of cource, &lt;a rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/docs-plugin-notification-pro&quot;&gt;NP&lt;/a&gt;)
&lt;br&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=16885791377751239051&quot; style=&quot;height:48px; width:290px&quot;&gt;
&lt;br&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=18154819214712784197&quot; style=&quot;height:167px; width:427px&quot;&gt;&lt;/li&gt;

&lt;li&gt;HTML5&lt;/li&gt;

&lt;li&gt;CSS3&lt;/li&gt;

&lt;li&gt;Full responsive&lt;/li&gt;

&lt;li&gt;Bootstrap 3.1.1&lt;/li&gt;

&lt;li&gt;CSS generated by LESS&lt;/li&gt;

&lt;li&gt;Elegant, high-performance professional design for ladies and&amp;nbsp;gentlemen&lt;/li&gt;

&lt;li&gt;4 basic design (Default / Dark Elegance / Ultra Light / Google Skin)&lt;/li&gt;

&lt;li&gt;Flexible and functional &quot;Theme Administration Center (TAC)&quot;&lt;/li&gt;

&lt;li&gt;User customizable widget (Position, Collapse, Hide, Title color, Toggle, etc)&lt;/li&gt;

&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/31510&quot;&gt;Separation of processing and design of theme&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;High compatibility with existing plugin and plugin made in future&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;&lt;span style=&quot;font-size:16px&quot;&gt;TAC (Theme Administration Center)&lt;/span&gt;&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;Export / import feature&amp;nbsp;for theme settings&lt;/li&gt;

&lt;li&gt;CSS and Javascript manager&lt;/li&gt;

&lt;li&gt;Header layout manager(Movable / Fixed, etc)&lt;/li&gt;

&lt;li&gt;Question list stats design manager
&lt;br&gt;&amp;nbsp; Type:&amp;nbsp;None icon / Icon / Circle graph
&lt;br&gt;&amp;nbsp; Layout: Horizontal / Vertical
&lt;br&gt;&amp;nbsp; Color changer
&lt;br&gt;&amp;nbsp; Icon changer&lt;/li&gt;

&lt;li&gt;Sidepanel hide controller&lt;/li&gt;

&lt;li&gt;Navigation icon manager&lt;/li&gt;

&lt;li&gt;Textbox design manager&lt;/li&gt;

&lt;li&gt;Question view button reorder tool&lt;/li&gt;

&lt;li&gt;Button design manager&lt;/li&gt;

&lt;li&gt;User shortcut navigation generator&lt;/li&gt;

&lt;li&gt;Widget control manager&lt;/li&gt;

&lt;li&gt;etc ...&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;&lt;span style=&quot;font-size:16px&quot;&gt;Demo&amp;nbsp;/ Documents&lt;/span&gt;&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/demo/flexarmor1/&quot;&gt;Demo site&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/&quot;&gt;Real site&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/demo/flexarmor1/document-10-overview&quot;&gt;Documents&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/demo/flexarmor1/document-20-requirement#document-compatibility&quot;&gt;Plugin compatibility&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;&lt;span style=&quot;font-size:16px&quot;&gt;Update history&lt;/span&gt;&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;span style=&quot;color:#FF8C00&quot;&gt;&lt;strong&gt;2015/02/14&amp;nbsp;[V1.3.1]: Fixed bug (part_footer() of&amp;nbsp;q_list_and_form())&amp;nbsp;for Q2A V1.7&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;

&lt;li&gt;2015/01/26&amp;nbsp;[V1.3]: Support Q2A V1.7&lt;/li&gt;

&lt;li&gt;2014/07/25:&amp;nbsp;5 compatible plugin (1 incompatible plugin) are added in&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/demo/flexarmor1/document-25-compatibility&quot;&gt;compatibility page&lt;/a&gt;.&amp;nbsp;At the time of purchase, please refer to it. And, please refer to me for the user who wants to confirm compatibility before the purchase.&lt;/li&gt;

&lt;li&gt;2014/06/17:&amp;nbsp;I confirmed complete compatibility with &quot;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/34486&quot;&gt;Point Trade Pro&lt;/a&gt;&quot;. Of course, I will send new version to users who already has package with no fee.&amp;nbsp;Please look forward to.&lt;/li&gt;

&lt;li&gt;2014/05/08 [V1.2]:
&lt;br&gt;Add &quot;&lt;a rel=&quot;nofollow&quot; href=&quot;http://askive.cmsbox.jp/demo/flexarmor1/document-45-herounit&quot;&gt;HeroUnit&lt;/a&gt;&quot; (with Jumbotron, Carousel, ExtraContens)
&lt;br&gt;Style sheet size was reduced 30%
&lt;br&gt;Other improvement&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;Best regards.&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/32787/update-package-flexarmor1-bootstrap3-responsive-framework</guid>
<pubDate>Fri, 14 Mar 2014 21:08:22 +0000</pubDate>
</item>
<item>
<title>[Theme] CleanStrap - Responsive and Advanced Question2Answer Theme</title>
<link>https://www.question2answer.org/qa/32759/theme-cleanstrap-responsive-advanced-question2answer-theme</link>
<description>

&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&lt;strong&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;a href=&quot;https://rahularyan.com/cleanstrap&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;background-color:#ffa500;&quot;&gt;More Info&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&lt;strong&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;a href=&quot;http://demo.rahularyan.com/cleanstrap&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;background-color:#ffa500;&quot;&gt;Demo&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&lt;strong&gt;&lt;a href=&quot;https://docs.google.com/document/d/18OZNXD46m4IKGemJepihYqPaDCFjxvKBrNXPx4efNz8/edit?usp=sharing&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;background-color:#ffa500;&quot;&gt;Documents&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://i62.tinypic.com/33ynnrm.png&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	BIg Image: &lt;a href=&quot;http://i62.tinypic.com/zxo0a8.jpg&quot; rel=&quot;nofollow&quot;&gt;http://i62.tinypic.com/zxo0a8.jpg&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;Best Question2Answer Theme&lt;/strong&gt;
&lt;br&gt;
	and the last theme you will ever need to buy. all because of time, effort and love we put into creating this theme. with it’s cutting edge Q2A development and new features such as featured images and questions, slider, 15+ built in widgets, fast caching and performance optimization it will be the theme your Q&amp;amp;A community deserves.
&lt;br&gt;
	
&lt;br&gt;
	
&lt;br&gt;
	&lt;strong&gt;Responsive layout&lt;/strong&gt;
&lt;br&gt;
	Theme’s layout will adapt to screen size of visitor’s device, creating best user experience anywhere on any mobile, tablet, or monitor.
&lt;br&gt;
	
&lt;br&gt;
	&lt;strong&gt;Fully Customizable&lt;/strong&gt;
&lt;br&gt;
	Create your unique homepage and add any widget to any page with easy drag and drop widget system and lot’s of built-in widgets.
&lt;br&gt;
	
&lt;br&gt;
	&lt;strong&gt;Powerful Admin Panel&lt;/strong&gt;
&lt;br&gt;
	With CleanStrap's Option Panel you can take control of every aspect of your your site. you can easily change most fundamental aspects of your site with a few clicks.
&lt;br&gt;
	
&lt;br&gt;
	&lt;strong&gt;Design &amp;amp; User Experience&lt;/strong&gt;
&lt;br&gt;
	CleanStrap is very intuitive to use. it is easy to understand, so with improving user experience it’ll increase your registration rate and user engagement.
&lt;br&gt;
	
&lt;br&gt;
	&lt;strong&gt;Full Documentation&lt;/strong&gt;
&lt;br&gt;
	Theme is documented extensively to help super users and developers in process of installing, customizing and running your site.&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;Multi-language support&lt;/strong&gt;
&lt;br&gt;
	Easily translate theme into your own language, based on q2a language system.&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;Typography&lt;/strong&gt;
&lt;br&gt;
	Choose between over 600 Google Fonts for headings, body, navigation links, post content and links. with this theme we made sure level of control over your site’s type was unparalleled.&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;Easy Styling&lt;/strong&gt;
&lt;br&gt;
	with Custom Backgrounds and easy color picker for every important element of your theme you can change the whole atmosphere of your theme with a few clicks.&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;Featured Images and Thumbnails&lt;/strong&gt;
&lt;br&gt;
	With easy file upload and dynamic image resizing you can easily add featured images to your questions and they will show as a part of your theme layout and slider.&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;Clean Code&lt;/strong&gt;
&lt;br&gt;
	Clean source code with no encoded script ensures that your theme will provide you with the best possible experience you could hope while customizing and extending your site.
&lt;br&gt;
	
&lt;br&gt;
	&lt;strong&gt;Build by top Experts&lt;/strong&gt;
&lt;br&gt;
	CleanStrap is built and supported by two top Question2Answer developers and designers. Rahul Aryan and Towhid(QA-Themes.com) worked hard to create an unparalleled experience for you.&lt;/p&gt;


&lt;p&gt;
	
&lt;br&gt;
	&lt;strong&gt;Extensive Support&lt;/strong&gt;
&lt;br&gt;
	you are not alone! We take pride in standing by our customers and helping them in anyway possible. you can contact our dedicated support staff or developers and get help with email or chat.&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;Life Time Updates and New Features&lt;/strong&gt;
&lt;br&gt;
	We are going to keep extending this theme and adding new features to it. we get feedback from our users and use them to improve our products all the time.&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/32759/theme-cleanstrap-responsive-advanced-question2answer-theme</guid>
<pubDate>Thu, 13 Mar 2014 15:11:22 +0000</pubDate>
</item>
<item>
<title>Advanced Classic Theme (LESS base and Bootstrap mixin)</title>
<link>https://www.question2answer.org/qa/31796/advanced-classic-theme-less-base-and-bootstrap-mixin</link>
<description>

&lt;p&gt;
	I remaked Classic theme with &lt;a href=&quot;http://lesscss.org/&quot; rel=&quot;nofollow&quot;&gt;LESS&lt;/a&gt;&amp;nbsp;and &lt;a href=&quot;http://getbootstrap.com/&quot; rel=&quot;nofollow&quot;&gt;Bootstrap &lt;/a&gt;(V3.1).&lt;/p&gt;


&lt;p&gt;
	The biggest characteristic of this theme:&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;This theme is using Bootstrap without changing HTML code.&amp;nbsp;If theme changes HTML code, many third party plugin to intervene in layer will not move definitely.&amp;nbsp;I hope that existing most plugin works on this HTML5 theme definitely.&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=13224894821784883046&quot; style=&quot;width: 600px; height: 368px;&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	Method to change color: Edit&amp;nbsp;qa-styles.less&lt;/p&gt;


&lt;div&gt;
	@import &quot;qa-styles-color-bs-blue.less&quot;;&lt;/div&gt;


&lt;div&gt;
	//@import &quot;qa-styles-color-bs-green.less&quot;;&lt;/div&gt;


&lt;div&gt;
	//@import &quot;qa-styles-color-default.less&quot;;&lt;/div&gt;


&lt;div&gt;
	//@import &quot;qa-styles-color-green.less&quot;;&lt;/div&gt;


&lt;div&gt;
	//@import &quot;qa-styles-color-red.less&quot;;&lt;/div&gt;


&lt;div&gt;
	

&lt;div&gt;
		&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;


&lt;p style=&quot;margin-top: 0px; color: rgb(51, 51, 51); font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height: 21px;&quot;&gt;
	&lt;a href=&quot;http://cmsbox.jp/archive/download.php?t=d&amp;amp;i=57&quot; rel=&quot;nofollow&quot; style=&quot;text-decoration: none; color: rgb(1, 121, 181);&quot;&gt;Download&lt;/a&gt;&lt;/p&gt;


&lt;p style=&quot;margin-top: 0px; color: rgb(51, 51, 51); font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height: 21px;&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;strong&gt;This is experimental action for Q2A core.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	Development condition (Memo):&lt;/p&gt;


&lt;ul&gt;
	

&lt;li&gt;
		- V0.3: Add qa-theme.php, Use 1 javascript.&lt;/li&gt;
	

&lt;li&gt;
		- V0.2.2: No change HTML tag, No use Javascript (Limit to decorate with Bootstrap)
&lt;br&gt;
		CSS size: Classic (23KB [Unminified]) &amp;gt;&amp;gt;&amp;gt; A-Classic mixin (134KB [Minified]) ...
&lt;br&gt;
		Deflated download size: Classic (5KB) &amp;gt;&amp;gt;&amp;gt; A-Classic mixin (20KB)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;
	Development&amp;nbsp;histroy:&lt;/p&gt;


&lt;ul&gt;
	

&lt;li&gt;
		&lt;span style=&quot;color:#008080;&quot;&gt;&lt;strong&gt;[2014/02/14] V0.3:&amp;nbsp;Support responsive design (Many problems still exist)&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		[2014/02/14] V0.2.2:&amp;nbsp;Support BS compo (Nav, Pagination, Alarts, etc), Font-Awesome&lt;/li&gt;
	

&lt;li&gt;
		[2014/02/13] V0.2.1: Support BS CSS elements (Button, Input, Table, etc)&lt;/li&gt;
	

&lt;li&gt;
		[2014/02/13] V0.2.0: Support Bootstrap (Color scheme only)&lt;/li&gt;
	

&lt;li&gt;
		[2014/02/13] V0.1.0: Support LESS.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;
	Related article: &lt;a href=&quot;http://www.question2answer.org/qa/31510&quot; rel=&quot;nofollow&quot;&gt;Change Base theme (HTML4 &amp;gt;&amp;gt;&amp;gt; HTML5)&lt;/a&gt;&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/31796/advanced-classic-theme-less-base-and-bootstrap-mixin</guid>
<pubDate>Wed, 12 Feb 2014 21:20:13 +0000</pubDate>
</item>
<item>
<title>Theme Preview: A new theme design [demo link added]</title>
<link>https://www.question2answer.org/qa/31468/theme-preview-a-new-theme-design-demo-link-added</link>
<description>

&lt;p style=&quot;text-align: center;&quot;&gt;
	I am working on a new q2a design layout&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&lt;a rel=&quot;nofollow&quot; href=&quot;http://demo.rahularyan.com&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://i60.tinypic.com/20rsf3c.png&quot;&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://i60.tinypic.com/6tis7k.jpg&quot;&gt;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	Pease check the demo and let me know your feedback.&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&lt;em&gt;&lt;span style=&quot;font-size:8px;&quot;&gt;This is not for sale&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/31468/theme-preview-a-new-theme-design-demo-link-added</guid>
<pubDate>Wed, 05 Feb 2014 07:00:19 +0000</pubDate>
</item>
<item>
<title>[Theme] DUDE v3.0: Responsive, drag &amp; drop builder, Bootstrap 3, LESS, Theme option panel, ads[updated]</title>
<link>https://www.question2answer.org/qa/28578/theme-responsive-builder-bootstrap-theme-option-panel-updated</link>
<description>

&lt;p style=&quot;text-align: center;&quot;&gt;
	&lt;span style=&quot;color:#800000;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;More then&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:#ff0000;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt; &lt;strong&gt;300&lt;/strong&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:#800000;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;copies of theme sold, till December 25 2013&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://rahularyan.com/wp-content/uploads/2013/10/dude_safari_small.png&quot; style=&quot;width: 570px; height: 622px;&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#696969;&quot;&gt;DEMO: &lt;/span&gt;&lt;a href=&quot;http://rahularyan.com/demo/dude/&quot; rel=&quot;nofollow&quot;&gt;http://rahularyan.com/demo/dude/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#696969;&quot;&gt;Buy/Info: &lt;/span&gt;&lt;a href=&quot;http://rahularyan.com/dude&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;color:#008080;&quot;&gt;http://rahularyan.com/dude&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#696969;&quot;&gt;Documents : &lt;/span&gt;&lt;a href=&quot;http://rahularyan.com/category/documents/dude-documents/&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;color:#008080;&quot;&gt;http://rahularyan.com/category/documents/dude-documents/&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;


&lt;div class=&quot;full-description&quot;&gt;
	

&lt;blockquote&gt;
		

&lt;p&gt;
			Dude gives you power of customizing q2a page layout easily using a easy to use drag and drop builder. Insert custom grids, widget, HTML and CSS for the editing page. Powered by Bootstrap 3.0 CSS framework, and using LESS for dynamic stylesheet.&lt;/p&gt;
		

&lt;p&gt;
			Dude has many out of the box features. Individual files for each part of template (like WordPress).&lt;/p&gt;
	&lt;/blockquote&gt;
&lt;/div&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;color:#ff8c00;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 20px;&quot;&gt;Features:&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;


&lt;ol&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size:18px;&quot;&gt;Powerful drag and drop builder, easily customize all major pages of q2a.&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size:18px;&quot;&gt;Individual files for each part of template (like WordPress).&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size:18px;&quot;&gt;Powerfil theme option panel.&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size:18px;&quot;&gt;Bootstrap 3 powered&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size:18px;&quot;&gt;LESS dynamic stylesheet&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size:18px;&quot;&gt;Custom inbuilt widgets&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size:18px;&quot;&gt;Dropdown menu.&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size:18px;&quot;&gt;Support&amp;nbsp; WordPress integration&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size:18px;&quot;&gt;Easily add any types of ads in question list and pages&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;
	And lots of of features..&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color:#ff8c00;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;Support:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;Regular updates and bug fixes.&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;visit here for support questions&lt;/strong&gt;: &lt;a href=&quot;http://rahularyan.com/support&quot; rel=&quot;nofollow&quot;&gt;http://rahularyan.com/support&lt;/a&gt; (we are migrating our support forum from previous q&amp;amp;a to question2answer, so previous questions and answers are not available until next week, but feel free to ask new questions)&lt;/p&gt;


&lt;p&gt;
	email: &lt;strong&gt;support@rahularyan.com&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	or chat on skype : &lt;strong&gt;@nerdaryan&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;User profile page&lt;/span&gt;:&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=1310903479606918753&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;strong&gt;See live demo of profile: &lt;a href=&quot;http://rahularyan.com/demo/dude/index.php?qa=user&amp;amp;qa_1=admin&quot; rel=&quot;nofollow&quot;&gt;http://rahularyan.com/demo/dude/index.php?qa=user&amp;amp;qa_1=admin&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size:18px;&quot;&gt;Admin layout&lt;/span&gt;:&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=13667679095130159183&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size:18px;&quot;&gt;User popover detail&lt;/span&gt;:&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=11053266069767347296&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	Please make all support request here: &lt;a href=&quot;http://rahularyan.com/support&quot; rel=&quot;nofollow&quot;&gt;http://rahularyan.com/support&lt;/a&gt;&lt;/p&gt;


&lt;h2 style=&quot;font-family:'Trebuchet MS';font-size:30px;color:#424242 !important;background-color:#ffffff;border:0;font-weight:normal;line-height:1.2em;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;word-wrap:break-word;&quot;&gt;
	&lt;span id=&quot;ecxwysija_wrapper&quot; style=&quot;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;display:block;background:#e8e8e8;&quot;&gt;&lt;strong&gt;Changelog&lt;/strong&gt;&lt;/span&gt;&lt;/h2&gt;


&lt;p&gt;
	------------------------
&lt;br&gt;
	V3.0
&lt;br&gt;
	------------------------
&lt;br&gt;
	Added:
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Cache page layout for faster loading
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Confirmation page
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Tags in question lists
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Ajax social sharing buttons
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Show real name instead of user name
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Floating vote and favourite buttons
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Turn on and off collapsible comments
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- New layout for user page
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- User questions list on user page
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- User Answers list on user page
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- User Comments list on user page
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- User Update list on user page
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- User badges list on user page
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Error message if cover upload fails
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Max image size for cover image and create thumbnails
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Ads in list
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Ads in quetion
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Activity List widget added in builder elements
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- answers pagination
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Badge notify styles
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br&gt;
	Fixed:
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Assets URL
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Error if user have not confirmed email
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- User popover if there is any special char in user name
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Removed popover for anonymous users
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Answer button click
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Added background for ask form&amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Favourite tooltip in user page is partially visible
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- space between button and message
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- If use click save, without selecting image on cover upload
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Email field on ask
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Anonymous/link comment avatar
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Anonymous avatar in answer form
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Hide view count in list if empty
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br&gt;
	Modified:
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Voting button in list
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Voting buttons in question and answers
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- List Title layout
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Moved question title
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Moved User avatar in question and answer
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Moved tags in question
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Comments buttons
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Highlighted selected answer
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Moved register button
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- New layout of ask
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Moved question edit form inside question box
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br&gt;
	Removed:
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- AddThis Social share
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;-- Removed some unwanted files from theme folder&lt;/p&gt;


&lt;p&gt;
	
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/28578/theme-responsive-builder-bootstrap-theme-option-panel-updated</guid>
<pubDate>Sun, 27 Oct 2013 06:59:37 +0000</pubDate>
</item>
<item>
<title>THEME: Dude - highly customizable and full drag and drop builder, ready for release</title>
<link>https://www.question2answer.org/qa/27902/theme-dude-highly-customizable-full-builder-ready-release</link>
<description>

&lt;p style=&quot;text-align: center;&quot;&gt;
	&lt;span style=&quot;font-size:14px;&quot;&gt;&lt;strong&gt;Will be release on end of this month, if you are looking for a feature then suggest us on twitter (@nerdaryan)&lt;/strong&gt;&lt;/span&gt; &lt;span style=&quot;font-size:14px;&quot;&gt;&lt;strong&gt;or skype (id:nerdaryan)&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://rahularyan.com/wp-content/uploads/2013/10/dude_safari_heigh.jpg&quot;&gt;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&lt;span style=&quot;font-size:14px;&quot;&gt;&lt;strong&gt;Home page is fully customizable, drag and drop to rearrange. You can switch from modern fancy homepage layout to default list layout by a single click.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://rahularyan.com/wp-content/uploads/2013/10/question.jpg&quot;&gt;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&lt;span style=&quot;font-size:14px;&quot;&gt;&lt;strong&gt;Question page screenshot&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://farm8.staticflickr.com/7414/10032126695_0efd517582_o.jpg&quot;&gt;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&lt;strong&gt;&lt;span style=&quot;font-size:14px;&quot;&gt;Admin screenshot&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	Dude is an most customizable and professional theme. Now you can easily customize your theme as you want. You dont need to stick to qa-theme.php. Themes file structures are inspired by Wordpress theme structure. Theme is powered by bootstrap and LESS. You can change easily changes colors , bootstrap variable and typos of theme.&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&lt;strong&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;Features:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	Bootstrap&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	LESS&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	Easy to install just upload to theme folder and activate.&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	Custom profile page/user page&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	custom Login page&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	Custom Register page&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	Custom 404 page&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	Customize the homepage&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	Multple homepage layout&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	Multiple list layout&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	Easy social sharing&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	New admin styles&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	Powerful theme option panel&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	Many great features you have not seen before.&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	You can request for features you are looking for. You can request features on twitter,&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	&lt;strong&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;my twitter id id &lt;a href=&quot;https://twitter.com/nerdaryan&quot; rel=&quot;nofollow&quot;&gt;@nerdaryan&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	My site: &lt;a href=&quot;http://www.rahularyan.com&quot; rel=&quot;nofollow&quot;&gt;http://www.rahularyan.com&lt;/a&gt;&lt;/p&gt;


&lt;p style=&quot;text-align: center;&quot;&gt;
	my skype ID: &lt;strong&gt;nerdaryan&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/27902/theme-dude-highly-customizable-full-builder-ready-release</guid>
<pubDate>Tue, 01 Oct 2013 01:44:19 +0000</pubDate>
</item>
<item>
<title>How to make topbar fixed static in snow theme like twitter bootstrap</title>
<link>https://www.question2answer.org/qa/24457/make-topbar-fixed-static-snow-theme-like-twitter-bootstrap</link>
<description>

&lt;p&gt;
	&lt;strong&gt;How to make topbar fixed static in snow theme like twitter bootstrap&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;&lt;a href=&quot;http://twitter.github.io/bootstrap/&quot; rel=&quot;nofollow&quot;&gt;http://twitter.github.io/bootstrap/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/24457/make-topbar-fixed-static-snow-theme-like-twitter-bootstrap</guid>
<pubDate>Sun, 09 Jun 2013 11:16:59 +0000</pubDate>
</item>
</channel>
</rss>