Issue with Oxygen Builder
-
Hi there,
I really enjoy your plugin, but there are some issue with Oxygen Builder. When place shortcode in repeater (query loop) I got warning message in both post and archive page.Can you elaborate to make it compatible with Oxygen Builder in some way, already tried another similar plugins – they do work, but most of them are outdate.
The Error:
Warning: Trying to access array offset on value of type int in /../../public_html/../wp-content/plugins/solid-post-likes/views/SolidPostLikesPublic.php on line 66EDIT:
I found this piece of code on line 66:
$post_id = $post_id['post_id'];If I change it to:
$post_id = get_the_ID();Then it start to show in blog post and works, but it just dissapeared from blog archive when using it with shortcode.
The topic ‘Issue with Oxygen Builder’ is closed to new replies.