<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged font-awesome</title>
<link>https://www.question2answer.org/qa/tag/font-awesome</link>
<description>Powered by Question2Answer</description>
<item>
<title>[UPDATE] Q2A Role Markers Updated</title>
<link>https://www.question2answer.org/qa/60983/update-q2a-role-markers-updated</link>
<description>

&lt;p&gt;I liked this plugin (&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/NoahY/q2a-role-markers&quot;&gt;original plugin is by NoahY&lt;/a&gt;) a lot and always wanted to use this but due to image&amp;nbsp;badges, I always thought not to use it just yet. Finally, I got some time to edit this plugin and fix it work well.&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-size:16px&quot;&gt;&lt;strong&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/gurjyot/q2a-role-markers&quot;&gt;Download Plugin&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;

&lt;hr&gt;

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

&lt;p&gt;&lt;strong&gt;Changes&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;

&lt;li&gt;Image markers are removed and font awesome icons are used.&lt;/li&gt;

&lt;li&gt;Due to custom CSS you can style the icons as you like&lt;/li&gt;

&lt;li&gt;Instead of the same icon with different color for all roles, now there are different icons for different roles&lt;/li&gt;

&lt;li&gt;Instead of using just an icon, now you can use complete member designation as well&lt;/li&gt;

&lt;li&gt;Option to change icons from font awesome icons library.&lt;/li&gt;

&lt;li&gt;Some previously unused code is removed.&lt;/li&gt;

&lt;li&gt;Instead of showing icon before name, now it shows after the name like in Facebook&lt;/li&gt;&lt;/ol&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=6539089478251164597&quot; style=&quot;height:54px; 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=7035124570689352736&quot; style=&quot;height:46px; width:600px&quot;&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Compatibility:&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;

&lt;li&gt;&lt;strong&gt;Q2A 1.8 beta-1 &lt;/strong&gt;(haven't checked with previous versions)&lt;/li&gt;

&lt;li&gt;Compatible with &lt;a rel=&quot;nofollow&quot; href=&quot;http://question2answer.org/qa/59992&quot;&gt;SnowLight theme&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;

&lt;ol&gt;

&lt;li&gt;This plugin is not tested with external users and it can create some issue. So be careful while using it with external users.&amp;nbsp;&lt;/li&gt;

&lt;li&gt;Out of box, the plugin will only give icons to play with. If you want text&amp;nbsp;(like &quot;Moderator&quot;) then you'll have to add that yourself in plugin options.&lt;/li&gt;

&lt;li&gt;There is some alignment issue on Top users page so use it if you are ok with that issue for now.&lt;/li&gt;

&lt;li&gt;Images have been removed to keep load time minimal and it's quite easy to use different icons&lt;/li&gt;

&lt;li&gt;Although this plugin has been tested to work on a production website, if&amp;nbsp;still anything breaks on your side then I won't be liable for any kind of compensation. You'll have to use this plugin at your own risk, so try it at your localhost first.&lt;/li&gt;&lt;/ol&gt;

&lt;hr&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/gurjyot/q2a-role-markers&quot;&gt;&lt;span style=&quot;font-size:16px&quot;&gt;&lt;strong&gt;Download Plugin&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you like the plugin then please leave your comment below. Also if you would like to see any changes?&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/60983/update-q2a-role-markers-updated</guid>
<pubDate>Sat, 25 Nov 2017 07:45:20 +0000</pubDate>
</item>
<item>
<title>Is there a way to change all input icons for buttons with PHP?</title>
<link>https://www.question2answer.org/qa/59268/is-there-a-way-to-change-all-input-icons-for-buttons-with-php</link>
<description>

&lt;p&gt;I'm working on a theme and I came up with a Javascript solution to replace all &lt;span style=&quot;background-color:#D3D3D3&quot;&gt;&amp;nbsp;&amp;lt;input type=&quot;submit&quot;&amp;gt; &lt;/span&gt;&amp;nbsp;icons, for &lt;span style=&quot;background-color:#D3D3D3&quot;&gt;&amp;lt;button&amp;gt;&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;The thing is I'm wondering if there's a PHP solution&amp;nbsp;or &lt;span style=&quot;background-color:#D3D3D3&quot;&gt;qa-theme.php&lt;/span&gt; alternative that I'm not aware of, to do it on the fly.&lt;/p&gt;

&lt;p&gt;Beause using elements are constantly being changed on user interactions, like voting, selecting an answer as best answer, favoriting and so on. Right now I have a temporary solution width&amp;nbsp;&lt;span style=&quot;background-color:#D3D3D3&quot;&gt;DOMNodeInserted&lt;/span&gt; , but it's not working quite well, and I'm almost giving up on this and run a timeout function to constantly be checking for changes to apply that HTML tag swap, but I'm afraid that will consume lots of memory&amp;nbsp;memory.&lt;/p&gt;

&lt;p&gt;I'm doing this because I want&amp;nbsp;to implement font-awesome icons, and inputs doesn't allow me do create pseudo elements ( &lt;span style=&quot;background-color:#D3D3D3&quot;&gt;&amp;nbsp;:before &lt;/span&gt;&amp;nbsp;).&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/59268/is-there-a-way-to-change-all-input-icons-for-buttons-with-php</guid>
<pubDate>Sun, 27 Aug 2017 23:12:46 +0000</pubDate>
</item>
</channel>
</rss>