Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks for your reply! I meant the first one, a title for the whole widget.

    I found a workaround, it’s very ugly/hacky, but adding the title to the custom JS as follows:

    $("#wpfwoofilterswidget-17").before( "<div class=\"widget\" style=\"margin-bottom:0px;\"><span class=\"gamma widget-title\">Filter</span></div>" );

    gets the title to only show up when the widget is actively displayed.

    I have the same issue. The problem with the suggested solution is that it doesn’t work with the “hide on pages without products” option, as the title will be shown even if the widget is not displayed.

Viewing 2 replies - 1 through 2 (of 2 total)