r00ster
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Font Awesome Share Icons] Adding custom iconsThanks spyrosvl
I commented lines 437 and 440 and everything is working just fine.
Here’s the piece of code for those who have the same problem
/********** add to selected positions END **********/ // load font awesome or not function wpfai_load_scripts () { //if (wpfai_check_css('font-awesome.css') == 0 && wpfai_check_css('font-awesome.min.css') == 0 && get_option('wpfai_loadfa') == 'yes') { wp_register_style( 'wpfai_font-awesome', plugins_url( '/wp-font-awesome-share-icons/fontawesome/css/font-awesome.min.css' ) ); wp_enqueue_style( 'wpfai_font-awesome' ); // }Thanks for help and great plugin spyrosvl!
Forum: Plugins
In reply to: [WP Font Awesome Share Icons] Adding custom iconsHello spyrosvl,
You’re right about cff plugin. I tried turning it off and it worked. But the problem isn’t solved yet since I still need to use CFF.
I tried reinstalling both plugins and adding
'slideshare' => array( 'name' => 'Slide-share', 'icon' => 'slideshare', 'link' => 'http://www.slideshare.net/customer_id' )to your plugin. Everything else is working fine but the Slideshare icon is still not on my homepage, only empty circle is displayed. I can see the icon on the plugin settings page though.
Forum: Plugins
In reply to: [WP Font Awesome Share Icons] Adding custom iconsThanks spyrosvl!
Links open correctly now, but I’m still having trouble using
add_filter. How should I use this code?Forum: Plugins
In reply to: [WP Font Awesome Share Icons] Adding custom iconsThanks for the reply.
What do you mean by add_filter?
I replaced ‘code’ with ‘slideshare’ and now the link is working but there’s still no icon inside the circle. Also, how to make the browser window open as ‘normal’ size instead?