Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter r00ster

    (@r00ster)

    Thanks 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!

    Thread Starter r00ster

    (@r00ster)

    Hello 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.

    Thread Starter r00ster

    (@r00ster)

    Thanks spyrosvl!

    Links open correctly now, but I’m still having trouble using add_filter. How should I use this code?

    Here’s a link to my site

    Thread Starter r00ster

    (@r00ster)

    Thanks 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?

Viewing 4 replies - 1 through 4 (of 4 total)