Hi
Can please add options to control the amount of “superscriptness” ?
I wanted to add icons like superscript characters right after some words:
Example中
Example地
With shortcode
[fa type=”comment-o” superscript=”3″]
Without shortcode
<sup>[fa type=”comment-o”]</sup>
Or only a superscript option.
[fa type=”comment-o” sup=”yes”]
or
[fa type=”comment-o” sup]
I hope this plugin is still supported as it is useful and also is straightforward to setup and use.
I do however have one problem. If I insert a Pound symbol (“£” or “£”) into a list included within the fa-ul shortcode, it is converted to “?£”.
I think this may be to do with the method that is used to parse the contents of the fa-ul shortcode but beyond that I am stuck!
Has anybody found a fix for this (apart from using Font Awesome html instead of the plugin’s shortcode :-))?
Many thanks!
Ian
]]>Not sure if anyone is still supporting this plugin or not, but I have an issue with recommended fix.
When editing a Black Studio TinyMCE Widget, the Font Awesome Shortcodes button shows up, but as soon as you Save, Notice errors show up. The reason for this is get_current_screen() returns null after and AJAX refresh.
I’ve solved this issue by adding !$screen ||
to the if statements on lines 13 and 37 of includes/action-filters.php. Can one of the contributors please test and commit this change?
This change also makes it so that the error doesn’t show up when editing a Text Block of WP Bakery Visual Composer due to its AJAX nature.
]]>Yet another theme conflict. Add this to the child theme functions.php:
function ultimatum_admin_bootstrap_remover() {
// Remove bootstrap script from Ultimatum admin
wp_dequeue_script( 'ultimatum-bootstrap' );
wp_deregister_script( 'ultimatum-bootstrap' );
}
add_action( 'admin_enqueue_scripts', 'ultimatum_admin_bootstrap_remover' );
??
]]>I am using the WP Bakery Visual Composer Version 4.3.4 (came with the theme) and it conflicts with Version 4.1.3 of your plugin. The button to select the FA shortcode is there, and can be clicked, but the modal window appears only momentarily then disappears after a fraction of a second. Disabling the Visual Composer plugin stops this from happening and your plugin then works as expected.
Not sure if there is a workaround for this. Would be disappointing if there isnt. Not that I am a big fan of Visual Composer but it has a couple of handy features.
]]>Font Awesome Shortcodes Help appears on every page in the dashboard after upgrade to 4.1.
Check printscreen here – https://imgur.com/qlhzeB3
Hi,
I get this error on plugin activation.
Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or ‘(‘ in /home/legalbus/public_html/wp-content/plugins/font-awesome-shortcodes/includes/fontawesome-shortcodes-help.php on line 23
WP 3.9.1
Plugin 4.0.3.8
Genesis Framework 2.0.2
News Pro Theme 3.0
I have deactivated all plugins, still getting error.
]]>Hy !
I actived the plugin and in the HTML code there is :
<i class=”fa fa-user”></i>
5 000 Participants
<i class=”fa fa-trophy”></i>
12 ans d’expérience
<i class=”fa fa-user”></i>
20 formations
But the icon doesn’t apear on the web page : https://ecole-riotte.mahii-conception.com/creer-votre-site-de-a-a-z/
Thanks !
]]>first off, thanks for making this!
when i click to automatically insert an icon into my post in the visual editor, it takes me to a different page at my site & no icon is inserted (example – https://sitename/icon/iconname)
]]>Nice plugin by the way but has a script error when using Firefox. Appears to relate to event.preventDefault();
. The shortcode isn’t inserted and the default behaviour kicks in – taking you to the link i.e. www.domain.com/icon/name-of-icon.
For the next version it would be nice if you could enable other Font Awesome classes/options to be added through the same pop-up interface such as size, rotate, flip, invert, border, pull, spin, etc.
]]>