<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged i</title>
<link>https://www.question2answer.org/qa/tag/i</link>
<description>Powered by Question2Answer</description>
<item>
<title>When I add Adsense ads, the site bounces, can the problem be fixed?</title>
<link>https://www.question2answer.org/qa/100301/when-add-adsense-ads-the-site-bounces-can-the-problem-be-fixed</link>
<description>When I add Adsense ads, the site bounces, can the problem be fixed?&lt;br /&gt;
&lt;br /&gt;
Website link&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://www.qeestion.com/&quot; rel=&quot;nofollow&quot;&gt;https://www.qeestion.com/&lt;/a&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/100301/when-add-adsense-ads-the-site-bounces-can-the-problem-be-fixed</guid>
<pubDate>Sat, 19 Mar 2022 19:19:28 +0000</pubDate>
</item>
<item>
<title>Add a logo to the website link</title>
<link>https://www.question2answer.org/qa/98702/add-a-logo-to-the-website-link</link>
<description>

&lt;p&gt;Add a logo to the website link&lt;/p&gt;

&lt;p&gt;How can I add the same logo to the site?&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=17066393415849808268&quot; style=&quot;height:316px; width:427px&quot;&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/98702/add-a-logo-to-the-website-link</guid>
<pubDate>Thu, 30 Dec 2021 09:53:57 +0000</pubDate>
</item>
<item>
<title>How i add Source Editing Area for wysiwyg editor?</title>
<link>https://www.question2answer.org/qa/96916/how-i-add-source-editing-area-for-wysiwyg-editor</link>
<description>How i add Source Editing Area for wysiwyg editor?</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/96916/how-i-add-source-editing-area-for-wysiwyg-editor</guid>
<pubDate>Wed, 20 Oct 2021 05:16:57 +0000</pubDate>
</item>
<item>
<title>I suffer from content theft on my site &gt;&gt;please help?</title>
<link>https://www.question2answer.org/qa/94764/i-suffer-from-content-theft-on-my-site-please-help</link>
<description>Hello&lt;br /&gt;
&lt;br /&gt;
On my site I suffer from constant theft of content from several sites&lt;br /&gt;
&lt;br /&gt;
Even though I use the copy band extension&lt;br /&gt;
&lt;br /&gt;
I want to add code&lt;br /&gt;
&lt;br /&gt;
When someone copies anything from my site, only 20 words are copied to him, then the phrase “see more” appears, and the article link is added from my site automatically when he pastes it there</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/94764/i-suffer-from-content-theft-on-my-site-please-help</guid>
<pubDate>Sat, 17 Jul 2021 19:45:59 +0000</pubDate>
</item>
<item>
<title>plz code to divide subject to two edit field in one submit line. E.g help me| from uk</title>
<link>https://www.question2answer.org/qa/41382/plz-code-divide-subject-two-edit-field-submit-line-help-from</link>
<description>i want to subject line that ask for two things exemple subject and .location&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
dont ignore how to go about this,</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/41382/plz-code-divide-subject-two-edit-field-submit-line-help-from</guid>
<pubDate>Wed, 19 Nov 2014 01:10:42 +0000</pubDate>
</item>
<item>
<title>Tips: Protect method to remove empty i tag with CKEditor4 plugin</title>
<link>https://www.question2answer.org/qa/39588/tips-protect-method-remove-empty-tag-with-ckeditor4-plugin</link>
<description>

&lt;p&gt;
	We use sometimes i tag on Bootstrap themes such as &lt;a href=&quot;http://www.question2answer.org/qa/36515&quot; rel=&quot;nofollow&quot;&gt;FlexArmor2&lt;/a&gt; for vector icons (e.g. &lt;a href=&quot;http://fortawesome.github.io/Font-Awesome/&quot; rel=&quot;nofollow&quot;&gt;font awesome&lt;/a&gt;, &lt;a href=&quot;http://glyphicons.com/&quot; rel=&quot;nofollow&quot;&gt;GLYPHICONS&lt;/a&gt;).&lt;/p&gt;


&lt;p&gt;
	Example of HTML code:&lt;/p&gt;


&lt;blockquote&gt;
	

&lt;p&gt;
		&amp;lt;i class=&quot;fa fa-book&quot;&amp;gt;&amp;lt;/i&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;


&lt;p&gt;
	However, because CKEditor removes empty tag, i tag is lost.&lt;/p&gt;


&lt;p&gt;
	Solution1 (&lt;strong&gt;recommended&lt;/strong&gt;):&lt;/p&gt;


&lt;p&gt;
	You can evade this by adding a lower line to CKEditor4 &lt;strong&gt;Other configuration&lt;/strong&gt;&amp;nbsp;option.&lt;/p&gt;


&lt;blockquote&gt;
	

&lt;p&gt;
		protectedSource:[/&amp;lt;i[^&amp;gt;]*&amp;gt;&amp;lt;\/i&amp;gt;/g],&lt;/p&gt;
&lt;/blockquote&gt;


&lt;p&gt;
	Solution2:&lt;/p&gt;


&lt;p&gt;
	You can deal by adding space.&lt;/p&gt;


&lt;blockquote&gt;
	

&lt;p&gt;
		&amp;lt;i class=&quot;fa fa-book&quot;&amp;gt;&lt;strong&gt;&amp;amp;nbsp;&lt;/strong&gt;&amp;lt;/i&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;


&lt;p&gt;
	Reference:&lt;/p&gt;


&lt;ul&gt;
	

&lt;li&gt;
		&lt;a href=&quot;http://www.question2answer.org/qa/26643&quot; rel=&quot;nofollow&quot;&gt;CKEditor4&lt;/a&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;a href=&quot;http://www.question2answer.org/qa/26644&quot; rel=&quot;nofollow&quot;&gt;CkEditor4 for admin&lt;/a&gt;&amp;nbsp; &amp;lt;&amp;lt;&amp;lt;&amp;nbsp;This Tips will be particularly effective in this plugin.&lt;/li&gt;
	

&lt;li&gt;
		&lt;a href=&quot;http://stackoverflow.com/questions/18250404/ckeditor-strips-i-tag&quot; rel=&quot;nofollow&quot;&gt;&quot;ckeditor strips i tag&quot; &lt;/a&gt;(SO)&lt;/li&gt;
	

&lt;li&gt;
		&lt;a href=&quot;http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-protectedSource&quot; rel=&quot;nofollow&quot;&gt;CKEditor.config&amp;nbsp;protectedSource&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/39588/tips-protect-method-remove-empty-tag-with-ckeditor4-plugin</guid>
<pubDate>Tue, 14 Oct 2014 20:38:40 +0000</pubDate>
</item>
<item>
<title>How do I allow access to the website?</title>
<link>https://www.question2answer.org/qa/17507/how-do-i-allow-access-to-the-website</link>
<description>

&lt;p&gt;
	I have installed Q2A and created my database. I have tested by asking a question. I then registered a user and answered the question. I did all this from my machine using &quot;localhost&quot;.&lt;/p&gt;


&lt;p&gt;
	I went to the wampserver icon an clicked &quot;put online&quot;. Now I have another user try to connect to my machine but he has no access. How do I open the site up for anyone to get to it?&lt;/p&gt;


&lt;p&gt;
	We tried browsing to my machine on the network &lt;a href=&quot;http://mywindowsbox/questino2answser&quot; rel=&quot;nofollow&quot;&gt;http://mywindowsbox/questino2answser&lt;/a&gt; but that failed. So we tried the ip address of my machine but could still not connect.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/17507/how-do-i-allow-access-to-the-website</guid>
<pubDate>Fri, 31 Aug 2012 18:01:44 +0000</pubDate>
</item>
</channel>
</rss>