<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged widget-locations</title>
<link>https://www.question2answer.org/qa/tag/widget-locations</link>
<description>Powered by Question2Answer</description>
<item>
<title>Looking for customized solution for my website?</title>
<link>https://www.question2answer.org/qa/59425/looking-for-customized-solution-for-my-website</link>
<description>

&lt;p&gt;I am trying to use the Q2A in our services website, where we are trying to get some custom features.&amp;nbsp;&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;Like if someone is doing a question or an answer, his location should be visible.&amp;nbsp;&lt;/li&gt;

&lt;li&gt;I am trying to figure out, what a visitor is looking for. By knowing what pages he has visited on QandA section of the website.&amp;nbsp;&lt;/li&gt;

&lt;li&gt;While a visitor is visiting a page. I want to create suggestions for him on the side with most probable answers as you can see on stackoverflow.&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;

&lt;div&gt;Jodi Weiand - Developer and Senior HR at &lt;a href=&quot;http://ioandco.com/&quot; rel=&quot;nofollow&quot;&gt;http://ioandco.com/&lt;/a&gt;&lt;/div&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/59425/looking-for-customized-solution-for-my-website</guid>
<pubDate>Mon, 04 Sep 2017 05:27:00 +0000</pubDate>
</item>
<item>
<title>An advance widget system, full drag and drop, individual widget options</title>
<link>https://www.question2answer.org/qa/32186/advance-widget-system-full-drag-individual-widget-options</link>
<description>

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


&lt;p&gt;
	Working on an a widget system for q2a. No core overriding, and it works 100% with all q2a widgets. This widget system is coming in our next theme release (may be 1st March)
&lt;br&gt;
	Here are some features:&lt;/p&gt;


&lt;ol&gt;
	

&lt;li&gt;
		Easy and user friendly, just drag and drop.&lt;/li&gt;
	

&lt;li&gt;
		Easily add widget to any position by dragging.&lt;/li&gt;
	

&lt;li&gt;
		Select in which page widget will visible&lt;/li&gt;
	

&lt;li&gt;
		Set option for each widget individually&lt;/li&gt;
	

&lt;li&gt;
		Create as many as widget position you want.&lt;/li&gt;
	

&lt;li&gt;
		No need to use q2a default widget position.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;
	Here are some sscreenshot:&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://i59.tinypic.com/2h4gl6r.png&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	Widget and widget positions&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://i60.tinypic.com/15f18g0.jpg&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	Drag widget to position&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://i61.tinypic.com/111l2sy.jpg&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	Set widget location and toggle title&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://i62.tinypic.com/akfy88.jpg&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	Set option for each widget&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/32186/advance-widget-system-full-drag-individual-widget-options</guid>
<pubDate>Sat, 22 Feb 2014 03:50:24 +0000</pubDate>
</item>
<item>
<title>How can make space &quot;&lt;BR&gt;&quot; between the top menu and widget question?</title>
<link>https://www.question2answer.org/qa/7198/how-can-make-space-br-between-the-top-menu-and-widget-question</link>
<description>My Quick ask Q widget &amp;nbsp;is glued to the top menu and i want to leave some spaces &amp;quot;&amp;lt;BR&amp;gt;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Thank you.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/7198/how-can-make-space-br-between-the-top-menu-and-widget-question</guid>
<pubDate>Thu, 16 Jun 2011 18:01:37 +0000</pubDate>
</item>
<item>
<title>Is there a way to define a new widget location or call a widget from a theme?</title>
<link>https://www.question2answer.org/qa/6328/there-way-define-new-widget-location-call-widget-from-theme</link>
<description>

&lt;p&gt;
	I have a 'social share' widget (using addthis), and I'd like to add it below the question. There doesn't seem to be a way to do this, so I am looking at adding the widget's content to my theme in the relevant place.&lt;/p&gt;


&lt;p&gt;
	It would be great not to have duplication here. Is it possible to either&lt;/p&gt;


&lt;ol&gt;
	

&lt;li&gt;
		declare a new widget location in a theme and then invoke it?&lt;/li&gt;
	

&lt;li&gt;
		or invoke a named widget directly?&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;
	Looking at &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;qa-theme-base&lt;/span&gt; I think I should be able to do something like this for option 2:&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;my_social_share_widget_class-&amp;gt;output_widget(&quot;main&quot;, &quot;my-below-question&quot;, $this, $this-&amp;gt;template, $this-&amp;gt;request, $this-&amp;gt;content);&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	and then check for the 'my-below-question' in my own widget.&lt;/p&gt;


&lt;p&gt;
	Is this 'safe' in terms of any future plans for widgets?&lt;/p&gt;


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


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/6328/there-way-define-new-widget-location-call-widget-from-theme</guid>
<pubDate>Fri, 06 May 2011 09:28:48 +0000</pubDate>
</item>
</channel>
</rss>