• Resolved callumk

    (@callumk)


    I have seen that in version 1.2.3 there has been a hook added to disable jquery-ui styles. I would like to do this from within my theme. I see that a function is called by the name is_jquery_ui_enabled(). How can I go about updating this.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @callumk

    There was an answer here.
    The hook’s documentation is here.

    To disable JobBoardWP jquery-ui styles for all website please paste this code line inside your theme or child-theme functions.php file:

    add_filter( 'jb_disable_jquery_ui', '__return_true' );

    Let me know if you have other questions,
    Best Regards!

    Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @callumk

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable jquery-ui’ is closed to new replies.