Viewing 5 replies - 1 through 5 (of 5 total)
  • same here. any solution to this..? guess some wc script is interfering here..

    same issue here.
    checked the paths of neccessary files, everything ok.
    still getting an error:
    $(...).selectBoxIt is not a function
    which usually appears when the jquery plugin core is missing.
    any ideas?

    Finally found the solution. ??
    SelectBoxIt needs several files to work, such as the jQuery UI Widget Core.
    Add both to your header and it works.

    <link type="text/css" rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/jquery-ui.css" />
    <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>

    Of course it also works with a custom UI download.

    Good stuff! But I’d rather not change WC default looks installing 3rd-party plugins such you mention. Instead, I’d rather have buy themes (ofcourse, w/ WC compatibility) on sites like Themeforest. Prices aren’t good but I’m sure it worth every penny. Cheers!

    hey dude,
    there’s no need to keep WC defaults if you know what you’re doing.
    customizing themes is just normal…
    and, ready-to-use-themes are often not the best solution.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘SelectBoxIt and WooCommerce’ is closed to new replies.