<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged q2a-design</title>
<link>https://www.question2answer.org/qa/tag/q2a-design</link>
<description>Powered by Question2Answer</description>
<item>
<title>Question2Answer Design Renovation has Begun!</title>
<link>https://www.question2answer.org/qa/84309/question2answer-design-renovation-has-begun</link>
<description>

&lt;p&gt;&lt;sup&gt;&lt;span style=&quot;color:#999999&quot;&gt;Update:&lt;/span&gt;&lt;/sup&gt;
&lt;br&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://rxchun.github.io/q2adocs?refer=q2a&quot;&gt;&lt;strong&gt;Live Preview&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;&lt;span style=&quot;color:#999999&quot;&gt;&lt;sup&gt;Original Post:&lt;/sup&gt;&lt;/span&gt;
&lt;br&gt;So I've decided to take on the &lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://www.question2answer.org/qa/55209/shouldnt-question2answer-main-website-be-redesigned&quot;&gt;Q2A redesign quest,&lt;/a&gt; and here's the first steps of&amp;nbsp;development.&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://i.stack.imgur.com/bfG2Z.gif&quot; style=&quot;width:100%&quot;&gt;&lt;/p&gt;

&lt;h1&gt;Screenshot:&lt;/h1&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://i.stack.imgur.com/DTvuT.jpg&quot; style=&quot;width:100%&quot;&gt;&lt;/p&gt;

&lt;p&gt;I'll be posting some updates on this thread, and put up a live version once it's finished, so you guys can test it and make improvement suggestions.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/84309/question2answer-design-renovation-has-begun</guid>
<pubDate>Wed, 27 May 2020 06:58:38 +0000</pubDate>
</item>
<item>
<title>Shouldn't Question2Answer main website be redesigned?</title>
<link>https://www.question2answer.org/qa/55209/shouldnt-question2answer-main-website-be-redesigned</link>
<description>

&lt;p&gt;This thing is in my mind for a long time but, I never said it that the main Q2A website looks ages old. It's a simple page with some text on it. Can that be redesigned completely to meet the current standards and that can directly result in better marketing of Q2A.
&lt;br&gt;
&lt;br&gt;I have also been using &lt;a rel=&quot;nofollow&quot; href=&quot;https://www.opencart.com/&quot;&gt;OpenCart&lt;/a&gt; for a long time and sometime back they changed their design and now they are going even better. They haven't changed the team or working patter but, the UI played an important role for them. The same thing is done by &lt;a rel=&quot;nofollow&quot; href=&quot;http://ckeditor.com/&quot;&gt;CkEditor&lt;/a&gt;, they have also redesigned their website completely.
&lt;br&gt;
&lt;br&gt;Shouldn't we use their example and rethink on strategy for Q2A?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/55209/shouldnt-question2answer-main-website-be-redesigned</guid>
<pubDate>Mon, 05 Dec 2016 03:33:07 +0000</pubDate>
</item>
<item>
<title>Links and descriptions overfloding in user profile?</title>
<link>https://www.question2answer.org/qa/50245/links-and-descriptions-overfloding-in-user-profile</link>
<description>

&lt;p&gt;I was just browsing Q2A and I found that this users&amp;nbsp;&lt;strong&gt;Rooney+Reeves&lt;/strong&gt;&amp;nbsp;profile and when I saw his about me &amp;amp; personal site, it was overfloding the text and link both. Actual page link&amp;nbsp;&lt;a href=&quot;http://www.question2answer.org/qa/user/Rooney+Reeves&quot; rel=&quot;nofollow&quot;&gt;http://www.question2answer.org/qa/user/Rooney+Reeves&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=8948981783961679997&quot; style=&quot;height:234px; width:554px&quot;&gt;&lt;/p&gt;

&lt;p&gt;Hope this will help in improving Q2A, Thank You!&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/50245/links-and-descriptions-overfloding-in-user-profile</guid>
<pubDate>Mon, 08 Feb 2016 22:10:05 +0000</pubDate>
</item>
<item>
<title>Tip: How to give h1 and question-body another background. How to wrap them in q2a.</title>
<link>https://www.question2answer.org/qa/38603/tip-how-give-and-question-body-another-background-wrap-them</link>
<description>

&lt;p&gt;
	This is what I wanted to achieve, wrapping headline and question body into a gray DIV:&lt;/p&gt;


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


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


&lt;p&gt;
	But it was not as easy as I thought. Problem is that there is one function called in the theme base with: &lt;strong&gt;$this-&amp;gt;main_parts($content);&lt;/strong&gt; that outputs question, all answers and comments.&lt;/p&gt;


&lt;p&gt;
	In other words, you can only wrap all but not parts of it together (especially &lt;strong&gt;not h1 &lt;/strong&gt;and &lt;strong&gt;q-view&lt;/strong&gt;). Have a look yourself in file: qa-theme-base.php&lt;/p&gt;


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


&lt;p&gt;
	In function main() add the wrapping DIV before $this-&amp;gt;page_title_error():&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color:#0000ff;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // added to give h1 and q-body a gray background
&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if($this-&amp;gt;template == 'question') {
&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $this-&amp;gt;output('&amp;lt;div class=&quot;qa-q-body&quot; style=&quot;background:#F5F5F5;padding:20px;&quot;&amp;gt;');&lt;/span&gt;
&lt;br&gt;
	&lt;span style=&quot;color:#0000ff;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/span&gt;
&lt;br&gt;
	
&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $this-&amp;gt;page_title_error();
&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // ....&lt;/p&gt;


&lt;p&gt;
	Then you need to close the wrapping DIV in function main_parts($content) like that:&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function main_parts($content)
&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;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;foreach ($content as $key =&amp;gt; $part) {
&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;$this-&amp;gt;set_context('part', $key);
&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;$this-&amp;gt;main_part($key, $part);
&lt;br&gt;
	&lt;span style=&quot;color:#0000ff;&quot;&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;// added to end gray bg
&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;if($key=='q_view') {
&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;nbsp;&amp;nbsp; &amp;nbsp;$this-&amp;gt;output('&amp;lt;/div&amp;gt;'); // end class=&quot;qa-q-body&quot;
&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;}&lt;/span&gt;
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;
	
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;$this-&amp;gt;clear_context('part');
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;
	
&lt;br&gt;
	
&lt;br&gt;
	Hope this helps.
&lt;br&gt;
	Kai
&lt;br&gt;
	
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/38603/tip-how-give-and-question-body-another-background-wrap-them</guid>
<pubDate>Mon, 22 Sep 2014 05:58:29 +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>Q2A has flat design themes ?</title>
<link>https://www.question2answer.org/qa/34893/q2a-has-flat-design-themes</link>
<description>Q2A has flat design themes ?</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/34893/q2a-has-flat-design-themes</guid>
<pubDate>Wed, 04 Jun 2014 10:54:25 +0000</pubDate>
</item>
<item>
<title>Is it possible to implement this design on q2a?</title>
<link>https://www.question2answer.org/qa/34306/is-it-possible-to-implement-this-design-on-q2a</link>
<description>

&lt;p&gt;
	Is it possible to implement this design on q2a?&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://fotohost.kz/images/2014/05/09/HvlQ.jpg&quot; style=&quot;width: 800px; height: 533px;&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	Full size:&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://fotohost.kz/images/2014/05/09/HvlQ.jpg&quot;&gt;http://fotohost.kz/images/2014/05/09/HvlQ.jpg&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	Author by&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://dribbble.com/Hoanguyen&quot;&gt;https://dribbble.com/Hoanguyen&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	Design&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://dribbble.com/shots/1529557-Q-A-Engine?list=users&amp;amp;offset=4&quot;&gt;https://dribbble.com/shots/1529557-Q-A-Engine?list=users&amp;amp;offset=4&lt;/a&gt;&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/34306/is-it-possible-to-implement-this-design-on-q2a</guid>
<pubDate>Fri, 09 May 2014 11:51:26 +0000</pubDate>
</item>
</channel>
</rss>