• Resolved steve53990

    (@steve53990)


    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

Viewing 1 replies (of 1 total)
  • Plugin Author YMC

    (@wssoffice21)

    Hi!
    If you need to place the filter in the left sidebar, use the plugin settings (see screenshot). Select Filter Type – Combined filter, then select Filter Position from the drop-down lists (top, left, right), and save the settings. We hope this helps you solve your tasks.

    https://prnt.sc/FoaIiwNB2Qln

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.