Hi, just wondered if your plugin is GDPR complient.
Just in case you wonder about GDPR – here is a random link from the internet from someone explaining what the GDPR exactly is:
https://www.codeinwp.com/blog/complete-wordpress-gdpr-guide/ (Not my blog).
Looking forward to your answer.
]]>The CSS for admin page isn’t displaying correctly in version 4.2.2.
To fix this, just open wpvi-options.css and under div.available-theme {
add display: inline-block; padding-right: 10px;
I need install my icon font in wordpress. I want know if is posible with this plugin, then how I intall my iconfont.
]]>Hello,
I need music icons that i can find in Font Awesome More icons. is there any possibility to add it to your plugin ?
Thank you !
]]>My website is https://www.dksignmt.com and I intalled the plugin, but when I click on the “Icons” to insert a few icons in my post, nothing happend, I already reinstall the plugin and didn’t work
]]>Hi, it’s a good extension but it’s hard to find an icon.
Menu Icons extension done this in a perfect way.
And, unfortunately, it’s not easy to modify size (and color, alignement…)
Thanks.
Hi Paul,
Wicked cool plugin. We use Black Studio TinyMCE plugin (https://www.ads-software.com/support/plugin/black-studio-tinymce-widget) which basically gives you a widgetized Visual Editor to use in widget areas.
While your plugin works as expected within post / pages etc.. when using with Black Studios plugin, I get the following screenshot:
Looks like some of the features don’t load? I’ll have a look as well, but just wondering if you are aware of why this might be happening and point me in the right direction?
Thanks heaps!
]]>I have two sites. One is a fresh install of WP and the other has been going for a year. The first (yr old) is 3.9.1 and the plugin works on there. The second (new) it doesn’t even show up. I have the same plugins activated on both. I’m using two themes. One is Asusena (old site) and the other is The Box (new site) could this be why? That it is a fresh install of WP and a different theme? I really love the plugin and wanted to use it again.
]]>In version Font Awesome 4.1.0, new icons, I need them. How to connect Font Awesome Version 4.1.0? when will the update of the plugin?
]]>Hi Paul, and thanks for the plugin works great.
Do you use bootstrapcdn.com to show the fonts for font awesome or are they called from my server in your plugin.
If they are called from my server is there a way to call them from bootstrapcdn.com
P.S. my plugin verison shows 0.5.7 but I just downloaded it and it states it is up top date
Thanks
Arthur
Hi, the plugin is useful right now for quick access and extra sizes. But I would like to add the animation effects and speed, also would like to chose my own color code example #e7b735. In addition to circles. Is that possible now? if so how do I apply them.
Thanks.
]]>i use artisteer theme & i try to put Visual icon in top menu item but i canut see any icon
[i see the icons in page body & page title]
how can i put icons in the top menu item?
]]>fress install wordpress site.
when i try to open the list off icons its are only transparacy box.
]]>Hi,
Wonderful plugin but I’ve get a bug when Google Font Manager plugin is activated. Everything is working except inside the text editor.
If I add an icons inside my post, none are showing up, but when I do a preview, the icons are there…
If, I desactivated Google Font Manager, everything working fine…
So, I think something blocking the font-family class inside the text editor.
But, I don’t know what !
My other plugins activated are:
Block Bad Queries (BBQ)
Botnet Attack Blocker
Dashboard Site Notes
Featured Image Via URL
Limit Login Attempts
Register IP
Stop Spammer Registrations Plugin
Sucuri Security – SiteCheck Malware Scanner
Wordpress SEO
Regards !
]]>Hi! Your plugin is quiet awesome!
And here’s a suggestion:
– do not fix fontlist in code, – make it search directory for correct fontlist files and automatically add them.
For example, – now i need to use my own icon font, cos the customer of mine uses so much icons in the template, and they are exclusive.
So it’s okay, i add css, font files, filelist.. But now i guess i miss updates, just cos have to add some code to wpvi-options.php and so i don’t want it to be overwritten.
]]>When using the plugin on a post type using multiple wp visual editor, only the first “icons” combo box (the one linked with the first wp visual editor) is transformed to a jquery chosen combobox.
]]>I’d like an option to just include the <i class="fa fa-[icon]"></i>
HTML instead of the <span>
tag that is currently included. It’d also be great if there were toggle buttons next to the dropdown list to select things like fixed-width, large, etc.
Great plugin, but I’d like the option to exclude the CSS from being added to my header – I’ve already included FontAwesome in my theme and don’t want a dependency on the plugin or dupicate CSS in the header. At the moment I have to manually comment out the body of wp_v_icon_frontend_styles()
, but I’ll have to do this every time the plugin is updated at the moment.
Thanks
]]>It doesn’t work on wp 3.61 version, event it said work?
]]>Hi, do you know if it works to serve the web fonts from a “cookie free domain”?
I just tried to impliment a feature in WordPress Core which lets you set the domain which cookies are served from, and thus also set a cookie-free domain for the static content, which should help with page performance. It’s recommended by the “YSlow” speed test, as well as by numerous WordPress tutorials like this one (Tip #1) and by Google themselves.
So I registered a new sub-domain for myself (static.example.com – I’ll use “example.com” as my domain name here). Then I added these two lines to my wp-config.php file as instructed in the tutorials:
define('WP_CONTENT_URL', 'https://static.example.com');
define('COOKIE_DOMAIN', 'www.example.com');
Everything works perfectly fine on my website after this, with the sole exception of the Font Awesome fonts from this plugin – they don’t display at all!
The path to the CSS file, which now appears in the <head> section of my pages, is correct and works:
https://static.example.com/plugins/wp-visual-icon-fonts/css/wpvi-fa4.css
In trying to troubleshoot this, the first thing I did was open the wpvi-fa4.css file and change the font paths there, from:
'../fonts/fa4/fontawesome-webfont.eot?v=4.0.1'
to:
'https://static.example.com/plugins/wp-visual-icon-fonts/fonts/fa4/fontawesome-webfont.eot?v=4.0.1'
But that didn’t work.
Then I changed the font paths in the wpvi-fa4.css file to:
'https://www.example.com/wp-content/plugins/wp-visual-icon-fonts/fonts/fa4/fontawesome-webfont.eot?v=4.0.1'
And then the fonts worked again! They were now displaying correctly on my website.
So for some reason it seems the fonts don’t work when they are using the “static” URL, even though the URL itself is correct.
But I have no idea why this would be so.
I could change the URL of the CSS file to point to the BootstrapCDN path at //netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css and this would work fine – and I believe this CDN server would also be cookie-free – so I don’t know why it fails when I use static.example.com instead.
Any ideas or thoughts?
]]>Hi Paul, I’ve been looking for a good WP plugin for Font Awesome icons, which uses the new version 4 of Font Awesome, and I’ve just come across your plugin and I have to say it’s as awesome as the fonts! I love the new menu in the visual editor which makes it so easy to find and insert the font (and without shortcodes, which is great for me – I don’t like using shortcodes).
I have a couple of questions for you though if you don’t mind…
1) Are you planning to regularly stay on top of the latest versions (including sub-versions) of Font Awesome? Eg. your plugin currently uses 4.0.1 but the latest version is 4.0.3 which was released a couple of weeks ago. ?? Of course I know it takes time to include these changes in your plugin – I’m not suggesting that you should include a new sub-version the same day it’s released or something! I’m just asking about your plans and intentions with this, so I know what to expect.
2) A suggestion for you: on the Plugins page of the WP admin area, could you add a link called “Settings” next to the entry for WordPress Visual Icon Fonts? I mean to the left of the “Deactivate” link. You may know that many other plugins have a “Settings” link there on the same row as Deactivate. It makes it a lot easier to get to the plugin’s settings page directly from the Plugin page itself.
3) Another suggestion: currently your plugin’s settings page is located as a subfolder within “Plugins” – it’s called “Icon Fonts”. But I don’t believe that this is the best location for this page. Plugin settings pages should usually be placed as subfolders within the Settings section, right? That’s where pretty much every other plugin places its respective settings page. I actually had to spend quite some time trying to find your settings page before I finally stumbled across it there underneath “Plugins” – the last place I would have thought to look. ??
Thanks! Let me know what you think!
]]>Just testing on localhost first and unfortunately all I get is a transparent dropdown box with no display.
Any ideas on this?
]]>