Aligning filters on left
-
Hi, Really like your plug in but because I am less tech I’m struggling regarding where to put the code from Github to align the filters to the left of the page rather than above. Is it in functions.php and if so where is it safe to place the code?
Also do I need to change the code (below) from Github so it has the individual id of the filter?
do_action(‘ymc/filter/layout/left/before’);
do_action(‘ymc/filter/layout/left/before_{filter_id}’);
do_action(‘ymc/filter/layout/left/before_{filter_id}_{$instance_index}’x);do_action(‘ymc/filter/layout/left/after’);
do_action(‘ymc/filter/layout/left/after_{filter_id}’);
do_action(‘ymc/filter/layout/left/after_{filter_id}_{$instance_index}’);Thanks in advance
You must be logged in to reply to this topic.