• Resolved vmooren

    (@vmooren)


    The icon and checkmarks don’t work. I have an envelope and a green checkmark. What can I do to make it work?

    • This topic was modified 1 year, 10 months ago by vmooren.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Mahbub Shovan

    (@mahbubshovan)

    Hi @vmooren

    I hope you are doing well. Thanks a lot for using our plugin and reporting the issue. I have found that you are using the Business Pro theme here.
    Business Pro theme enqueues?line-awesome.min.css?file, which uses font awesome icons classes but not all the CSS of font awesome icons that create conflict with the main font awesome file.

    So using the below code, you could deregister the CSS file, which will solve your problem. Please paste the below code on your function.php file.

    add_action( 'wp_enqueue_scripts', 'business_pro_remove_stylesheet', 99 );
    function business_pro_remove_stylesheet() {
    wp_dequeue_style( 'business-pro-icons' );
    wp_deregister_style( 'business-pro-icons' );
    }


    Let me know how it goes now.
    Thank You.

    Have a nice day.

    Thread Starter vmooren

    (@vmooren)

    Thanks a lot for the respons! My website builder is on holiday. Is there an easy way/tutorial on how/where I can past this code?

    Plugin Support Mahbub Shovan

    (@mahbubshovan)

    Hi @vmooren

    Well, please go to your WordPress dashboard. Then Appearance -> Theme File Editor -> function.php and insert the code I have mentioned. Have a look here – https://d.pr/v/UOEBnX

    Thank You.
    Let me know how it goes now.

    Thread Starter vmooren

    (@vmooren)

    Thanks for your respons and the help so far! It seems I don’t have the theme file editor or I don’t see it. I made a prnt scrn here.

    How can I get the theme file editor?

    Plugin Support Mahbub Shovan

    (@mahbubshovan)

    Hi @vmooren

    I hope you are doing well. Well, then, could you please install the plugin – https://www.ads-software.com/plugins/code-snippets/ and push the code for now? Let me know how it goes with the code.

    I am waiting for your valued response.
    Have a nice day.

    Thread Starter vmooren

    (@vmooren)

    It worked, thanks a lot!

    Plugin Support Mahbub Shovan

    (@mahbubshovan)

    Hi @vmooren

    I hope you are doing well. I am glad I was able to help; please feel free to contact our support anytime you need help; we are always here to help. If you don’t mind me asking, could you do me a favor and spend 30-sec to review us following this link? This will help us to serve better. Thank you so much for your attention and participation.

    Link to review: https://www.ads-software.com/support/plugin/price-table-block/reviews/#new-post

    Have a nice day!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Icons don’t work’ is closed to new replies.