Live composer gallery slider lacks the prev and next button. Hope this tutorial helps to add this button on live composer. Step 1: First create js files somewhere on your child theme. Here I kept js files inside child-theme/js/child-theme-custom-scripts.js. Step 2: Enqueue this scripts on the WordPress standard way. function child_theme_enqueue_styles() { $parent_style = ‘parent-style’; …
Continue reading “How to add Navigation on Live composer gallery slider?”