Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hi @xenofon360,

    Please disable our plugin to check how this icons displayed.

    Regards,
    Oleg

    Thread Starter xenofon360

    (@xenofon360)

    Hi @razyrx,

    Your plugin is disabled as you asked.

    Please let me know when you need me to activate it again.

    Thank you for the quick respond.

    Best Regards,

    Plugin Author RazyRx

    (@razyrx)

    Hi @xenofon360,

    Your theme uses FontAwesome 3, but our plugin uses FontAwesome 4 and in future we will update it to FontAwesome 5.
    We can’t provide fix for you because FontAwesome 3 is not supported with our plugin and FontAwesome 3 and 4 incompatible.
    Your theme must be updated to use FontAwesome 4 or better FontAwesome 5.

    Regards,
    Oleg

    Thread Starter xenofon360

    (@xenofon360)

    Hi @razyrx,

    Thank you again for your quick and informative response.

    I have a serious problem here Oleg, before your plugin, I tried 6 else.

    All were causing problems to my site and braked my product category listing in many ways, but after I discovered yours everything was just fine. You understand that I need only your plugin installed into my website, all the other were badly coded.

    As you understand, from me Theme’s side is very difficult to change this function, are we able to adjust your plugin to my Theme? What do we need?

    Best Regards,

    Plugin Author RazyRx

    (@razyrx)

    Hi @xenofon360,

    You can try to use both Font awesome version 3 and 4.
    You need to change name of style in your theme or in our plugin main.php file line 488
    Replace this

    wp_register_style( 'font-awesome', plugins_url( 'css/font-awesome.min.css', __FILE__ ) );
    wp_enqueue_style( 'font-awesome' );

    With this

    wp_register_style( 'font-awesome4', plugins_url( 'css/font-awesome.min.css', __FILE__ ) );
    wp_enqueue_style( 'font-awesome4' );

    Regards,
    Oleg

    Thread Starter xenofon360

    (@xenofon360)

    Hi,

    You have no idea how much i appreciate this.

    I will try that and i will let you know the results.

    Thank you very much @razyrx

    Best Regards,

    Thread Starter xenofon360

    (@xenofon360)

    Hi @razyrx,

    Unfortunately, changes at main.php file did nothing.

    I did exactly what you said but the error with icons at Front End remains the same.

    As these changes did nothing, I changed the lines again to the original state.

    What next?

    Best Regards,

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘About Social Icons Bug’ is closed to new replies.