Post grid plugin problemq

Ticket for: Combo Blocks
0
Post grid plugin problemq 1
Gabriele
Aug 05, 2019 04:07 PM 1 Answers
Member Since Aug 2019
Subscribed Subscribe Not subscribe
Flag(0)

Hi,
I tested plugin but I have a problem with post grid plugin. In all pages that it's activated doesn't work fa icons.
Do you know why? is it incompatible?

2 Subscribers
Post grid plugin problemq 1
Post grid plugin problemq 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Post grid plugin problemq 4
PickPlugins
Aug 06, 2019
Flag(0)

Welcome to our forum.

you probably using older version of font-awesome icons, we are using latest version of font-awesome, you could remove front awesome that load from post grid plugin by using following code under theme functions.php file

function wp_67472455() {
    wp_dequeue_style( 'font-awesome-5' );
}
add_action( 'wp_print_styles', 'wp_67472455', 100 );

 

Sign in to Reply
Replying as Submit