petemichaud

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Javascript Error #203700
    petemichaud
    Participant

    Adding that line of code to wp-config.php isn’t forcing the plugin to serve unminified JS files (Screenshots: http://imgur.com/a/sOWqr). Do you have any other work arounds to get this working?

    in reply to: Javascript Error #150225
    petemichaud
    Participant

    Yes, mine was never resolved either. I haven’t had time to really dig in and fix it, but I know from the nature of the error that it should not be the result of theme conflicts or anything like that. I’m taking an educated guess that the client code is not encapsulated correctly in a closure, so key values are leaking and perhaps being overwritten. That would make it “work” while on it’s own, and break when you introduce other javascript, and it would also mean the problem isn’t the other javascript 8)

    in reply to: Javascript Error #130367
    petemichaud
    Participant

    This code is really gross 8/

    Crappy, table-based HTML output from php code directly (talking about EDD Tickets plugin here) 1998 much?.

    Events PRO also has an issue that I haven’t even tried to begin troubleshooting yet (“Uncaught TypeError: Cannot read property ‘pro_tooltips’ of undefined”)

    document ready isn’t firing my custom jquery code, I suspect because of invalid markup being output by EDD Tickets, and when I fix that it’ll mean I can’t upgrade the plugin anymore without losing my changes.

    I just spent like $150 on these plugins, and I’m not too happy about how they are working.

    in reply to: Javascript Error #130292
    petemichaud
    Participant

    I see on line 640 of tribe-template-factory.class.php where it uses the min version if the SCRIPT_DEBUG constant is not true, but I’m not sure where to set that value so I can output unminified files.

    in reply to: Javascript Error #130279
    petemichaud
    Participant

    Yeah, I tried reverting to 2013, but the error didn’t change. I also resolved the other errors, which were unrelated, and the code still breaks. I’m trying to figure out how to enqueue the unminified version of the file to see if that changes things, but I haven’t quite figured that out yet.

Viewing 5 posts - 1 through 5 (of 5 total)