• Hola, tengo un problema de incomptabilidad del plugin con datatables, intente excluir “cdn.datatables.net”, pero los errores aumentaron.

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

Viewing 15 replies - 1 through 15 (of 22 total)
  • Thread Starter andrygoldcheid

    (@andrygoldcheid)

    Se?alo que la página que dejo, no es la página oficial que necesita ayuda, dejo una captura de los errores https://imgur.com/mgrOG60

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    Can you try excluding jQuery from being asynced/ deferred andrygoldcheid ?

    Thread Starter andrygoldcheid

    (@andrygoldcheid)

    Esta siendo exluido, escribo acá los script que tengo en excluir, por favor corregir si tengo un error:

    js/jquery/jquery.min.js, cdnjs.cloudflare.com, ajax/libs/jquery/3.6.1/jquery.min.js, wp-includes/js, ajax/libs/pdfmake/0.1.53/vfs_fonts.js?ver=6.2.2, assets/ajax/libs/jquery /jquery-3.6.0.min.js, buttons/1.6.1/js/buttons.print.min.js, charts/loader.js, cdn.datatables.net,js/dataTables.buttons.min.js

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    given the “jQuery is not defined” error something else must be wrong, but as I can’t see the site I cannot begin to guess what is I’m afraid :-/

    Thread Starter andrygoldcheid

    (@andrygoldcheid)

    Podría, darme una lista, de los posibles errores?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    the only thing I can think of is that jQuery (which I see multiple times in your list) is loaded from yet another URL, resulting in the exclusions not matching and thus jQuery still being asynced/ deferred?

    maybe, just maybe; if you’re currently running “async”, try switching to “defer” mabye? async does not guarantee the order of execution, defer does .. (fingers crossed)

    Thread Starter andrygoldcheid

    (@andrygoldcheid)

    Un segundo, me llamo la atención de lo de otra url. Sabe como puedo buscar si el JQuery carga de otra url?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    you’ll have to look through the HTML source for any occurrence of jquery I’m afraid.

    Thread Starter andrygoldcheid

    (@andrygoldcheid)

    Podría verificar esa capture? Disculpe las molestias ocasionadas, pero si puede ayudarme se lo agradecería mucho

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    ah, but that’s CSS so irrelevant in this case I’m afraid, you need JS jquery ??

    Thread Starter andrygoldcheid

    (@andrygoldcheid)

    Thread Starter andrygoldcheid

    (@andrygoldcheid)

    Ese es el correcto

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    OK, I see this in your exclusion list;

    assets/ajax/libs/jquery /jquery-3.6.0.min.js

    but that _should_ be

    assets/ajax/libs/jquery/jquery-3.6.0.min.js

    instead (so removing the space), can you try that?

    (going offline for the next couple of hours, will follow up later today)

    Thread Starter andrygoldcheid

    (@andrygoldcheid)

    Perfecto. Podriamos seguir el hilo más tarde? Para poder hacer la prueba

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    sure, but but don’t wait for me to test with the space removed ??

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Problemas con DataTables’ is closed to new replies.