Layouts Bug After Latest Update
-
Hi, i use a custom product archive layout (its a clone of Mega Electronics demo) the product category elements i have setup to display categories (6 slides per page) and on some categories the navigation its not working anymore.
I created a video so you can understood better, please check it on private content
Hello,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_action( 'woodmart_option', function ( $value, $slug ) {
if ( $slug == 'swiper_library' ) {
return 'required';
}
return $value;
}, 10, 2);
Kind Regards
Its a know bug? so it will be fixed on a patch release or version or is it needed to keep it?
Yes, we will fix it in the next update soon. Then you can remove this code from the child theme.
Thank you Artem, you can close this thread
You are welcome. Feel free to contact us if you have any further questions.
The topic ‘Layouts Bug After Latest Update’ is closed to new replies.