Layout has changed and getting console error

Ticket for: Combo Blocks
0
Layout has changed and getting console error 1
Kevin Landgren
May 23, 2019 09:20 PM 1 Answers
Member Since May 2019
Subscribed Subscribe Not subscribe
Flag(0)

Hello, we've been using post grid for a while now and it's been working great. A few days ago the posts changed from being 4 across to being one after another. We are also now getting a console error that is referencing post grid. I'm pretty sure this is whats causing the grid layout to look different.

Screenshots -

View post on imgur.com

View post on imgur.com

View post on imgur.com

2 Subscribers
Layout has changed and getting console error 1
Layout has changed and getting console error 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Layout has changed and getting console error 4
PickPlugins
May 23, 2019
Flag(0)

Welcome to our forum.

this issue is happening when wpautop enabled and p tags injected to scripts. you can add the following code to your theme functions.php file to fix the issue.

remove_filter( 'the_content', 'wpautop' );

Let me know the result.

Regards

Sign in to Reply
Replying as Submit