• when I click on a category in the sidebar menu, the top of my category list is hidden. I tried with a snippet found in another topic:

    function function_wfs_sidebar_top_offset() {
    return 100;
    }
    add_filter('wfs_sidebar_top_offset', 'function_wfs_sidebar_top_offset');

    https://www.loom.com/share/1afbde9982d84073885c333396ec50f2

    but does not work. Can you help me to solve this problem ?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    Can you do something like this?

    add_filter('wfs_sidebar_top_offset', 'function_wfs_sidebar_top_offset', 90 );

    Let us know if that works for you.

    Regards,

    Thread Starter yasbadri

    (@yasbadri)

    Hi,

    Thank you for your comeback.
    Adding the priority to the function does not change anything.

    Regards.

    Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    That seems to be some strange issue. Could you please create a ticket here so that we can check into it?

    Regards,

    Thread Starter yasbadri

    (@yasbadri)

    Hi,

    Thank you for your feedback, I will create a ticket.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu item hide with category sidebar’ is closed to new replies.