• Resolved giuseppedichiara

    (@giuseppedichiara)


    Hi,

    I can not understand how to control the output html. Through the template overriding I can control the individual elements but I have no way to control the html output of the block.
    For example I would need to make a div flex for some of the fields and send the wrapped buttons aligned to the right but I do not understand how and if I can control the output html, right?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter giuseppedichiara

    (@giuseppedichiara)

    Hi,

    i solved

    Plugin Author stepasyuk

    (@stepasyuk)

    Hi @giuseppedichiara

    Thank you for using Filter Everything plugin.

    In general if you want to change HTML around filter buttons (Apply and Reset) you have to override the apply-button.php template. If you want to change buttons in the pop-up mobile widget, you have to override the bottom-controls.php template.

    Also you can use next hooks to place custom HTML in the Filters widget:
    do_action( ‘wpc_before_filters_widget’, $args, $instance );
    do_action( ‘wpc_before_display_filters_widget’, $setId, $args, $instance );
    do_action( ‘wpc_before_mobile_filters_widget’, $setId, $args, $instance );
    do_action( ‘wpc_after_mobile_filters_widget’, $setId, $args, $instance );
    do_action( ‘wpc_after_filters_widget’, $args, $instance );

    You can find them all in the /wp-content/plugins/filter-everything-pro/src/Admin/Widgets/FiltersWidget.php file.

    I hope this will be helpful to solve your problem ??

    Plugin Author stepasyuk

    (@stepasyuk)

    @giuseppedichiara

    I’m glad that your problem was solved and thank you for your notice abou that.

    I would be thankful for a positive review about the plugin here on www.ads-software.com – https://www.ads-software.com/support/plugin/filter-everything/reviews/

    Thank you in advance!

    Thread Starter giuseppedichiara

    (@giuseppedichiara)

    Yes, thanks. I’ll give you a 5 Star review

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Modifier html output’ is closed to new replies.