Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,

    Many users complain that they do not see the filter or reset the widget list is not updated or not chosen class was apply after filtering. The problem in most cases is this:

    The problem is in the before_widget arg in register sidebar settings. The correct way to register a sidebar is: ‘before_widget’ => ‘<li id = “% 1 $ s” class = “widget% 2 $ s”>’, with id and class params, like you read in the WordPress Codex . You use only class theme.
    Please, look here: https://codex.www.ads-software.com/Function_Reference/register_sidebar

    That amends must do the theme developer otherwise the first update will lose all changes.

    Thread Starter blue-frontend

    (@blue-frontend)

    Thank you! Works perfectly..

    Plugin Author YITHEMES

    (@yithemes)

    Hi, you’re welcome!
    If you like our plugin and support, please give us a 5-star review.
    Thanks.
    Have a nice day

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add class when selecting item’ is closed to new replies.