• Resolved ljmac

    (@ljmac)


    I know this bug has been reported already, but if my reading of the release notes is correct, it was supposed to be fixed in 4.04:

    Bug Fix – SNAP plugin messes admin Interface, breaks Visual Composer, Woocommerce interfaces (Add Order, Add Coupon, Add Product)

    However, for me (in wordPress 3.7.22) it isn’t.

    BTW, thanks for maintaining compatibility with earlier WordPress versions in 4.x (I have no intention of ‘upgrading’ from the 3.7 branch).

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author NextScripts

    (@nextscripts)

    What exactly is still not working?

    The issue that was messing up admin was a missing javascript function “nxs_doManPost”. That was causing “nxs_doManPost is not defined” JavaScript error and disturbance to all further Javascript code. Obviously this function is no longer missing.

    Thread Starter ljmac

    (@ljmac)

    Basically, clicking on the visual editor tab adds tags to the output in the text editor, instead of switching to the visual editor. If you are already in the visual editor, images do not display – it displays a squiggly red line instead. There is also a red dot after the title.

    Plugin Author NextScripts

    (@nextscripts)

    Please take a look at your debug console in any browser for Javascript errors.

    Thread Starter ljmac

    (@ljmac)

    Okay, the error I’m getting when I try to go the visual editor is:

    TypeError: ‘undefined’ is not a function (evaluating ‘ed.on(‘NodeChange’, function(e){nxs_updateGetImgsX(e);})’)

    Plugin Author NextScripts

    (@nextscripts)

    ok. Will be fixed in the next release.

    Thread Starter ljmac

    (@ljmac)

    Great. thanks!

    Thread Starter ljmac

    (@ljmac)

    This still isn’t fixed in 4.0.6

    Thread Starter ljmac

    (@ljmac)

    Although this was supposed to be fixed in 4.05, it remains unfixed in 4.0.7.

    I’m still seeing the “unhealthy cron request” error reported elsewhere too – 3.x did NOT do this.

    Plugin Author NextScripts

    (@nextscripts)

    Please read here about “unhealthy cron request” https://www.nextscripts.com/known-issues/unhealthy-cron-request/ You always had this problem, version 3 DID NOT check the health of your cron. This feature is new for V4.

    Thread Starter ljmac

    (@ljmac)

    I do know the way you suggest is recommended by many, but it is non-standard – WordPress themselves will not tell you to disable their cron unless you have an extremely high number of requests that will trigger it. Still, if it’s just more fine-grained error reporting then I guess it doesn’t really matter anyway (although it would probably make sense not to log it by default).

    Still, the TypeError: ‘undefined’ is not a function (evaluating ‘ed.on(‘NodeChange’, function(e){nxs_updateGetImgsX(e);})’) bug really does need to be fixed – if I’m reading your change log correctly it was supposed to be fixed in 4.05, but it hasn’t been.

    • This reply was modified 7 years, 5 months ago by ljmac.
    Thread Starter ljmac

    (@ljmac)

    This JavaScript error is STILL present in 4.0.9, which still breaks the visual editor (at least in 3.7). Do you have an ETA on when this will be fixed?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Visual Editor Still Broken in 4.04 For Me’ is closed to new replies.