• Resolved awpt

    (@awpt)


    TypeError: undefined is not a function (near ‘…jQuery(‘#submitnewissue’).colorbox…’)
    (funzione anonima) (issue-tracker:363:3049)
    j (jquery-latest.min.js:2:27250)
    fireWith (jquery-latest.min.js:2:28059)
    ready (jquery-latest.min.js:2:29903)
    J (jquery-latest.min.js:2:30263)

    Do you have any idea? I have latest jquery plugin

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter awpt

    (@awpt)

    Also I have created a new bug from wp-admin for a product but still viewing this message:
    There are 0 bugs to view based on the currently selected filters.

    • This reply was modified 7 years ago by awpt.
    Plugin Author Yannick Lefebvre

    (@jackdewey)

    I am preparing for a week-long work trip for which I leave tomorrow. Sorry for the lack of response. I will be able to look into your questions started Dec 2nd.

    Thread Starter awpt

    (@awpt)

    No problems, Im working localy at the moment working with my bbpress templates thankyou for your response your plugin is a great solution for my products and customers.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    I am back from travel. Concerning your first question around the javascript error, I ran some tests on my local installation and am not getting this error. Since you are working in a local installation, can you deactivate all plugins, except for Bug Library, and see if the error still occurs?

    Also, when you say that you have the latest jQuery, did you specifically modify your theme or installed a plugin to load the latest jQuery? It is always recommended to not install plugins that load their own version of jQuery, as most plugins are written to work with the one that is delivered inside of WordPress itself.

    Concerning your bugs not appearing, could you perhaps send me a screenshot of the bug in the editor so I can see how all fields are set? I just did a test for this as well, and as soon as I save it, it appeared on the site. Are you using performance plugins that might not refresh your page content immediately, until you clear the cache?

    Thread Starter awpt

    (@awpt)

    Thankyou for your time. I just downloaded the colorbox.js here, so now its working fine Im not sure why you dont face the same issue but here the colorbox.js is required and its not loaded from plugin I included the file in theme and worked.

    Thankyou again.

    Thread Starter awpt

    (@awpt)

    also replaced line 2418 to
    $output .= “<script language=’javascript’>”;

    and 2432 to
    $output .= “</script>”;

    just changed the script to lowercase, there was a div issue I know its strange but this solved the second issue too.

    Thankyou for the plugin.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Is it possible that you theme does not have a call to the wp_head() function? I do not understand why the colorbox script was not getting loaded in your site.

    I made the corrections to the script tag that you indicated.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Error] TypeError: undefined is not a function’ is closed to new replies.