Viewing 15 replies - 16 through 30 (of 33 total)
  • Would I lose my poll data if I delete the latest version and roll back to version 2.65 ?

    Plugin Author Lester Chan

    (@gamerz)

    @digitaldjinfo: But why you want to, why is 2.66 not working for you? I am more interested in that

    Well, the reason is the title of this topic. I’m having the same problem and trying to find a solution without losing my data. I guess I’ll keep it deactivated till there is an update.

    Plugin Author Lester Chan

    (@gamerz)

    @digitaldjinfo: Try something for me, on Line 291 of wp-polls.php, https://github.com/lesterchan/wp-polls/blob/master/wp-polls.php#L291

    You will see $plugin_array['polls'] = plugins_url('wp-polls/tinymce/plugins/polls/plugin.min.js')

    Replace with $plugin_array['polls'] = plugins_url('wp-polls/tinymce/plugins/polls/plugin.min.js?v=2.66')

    This shld burst the cache

    I replaced that line and so far it seems to be working. I’ll let you know if anything goes wrong again.

    Plugin Author Lester Chan

    (@gamerz)

    @digitaldjinfo: If that works, it means that you forgotten to clear some of the cache, either your browser or your CDN.

    I use Cloudflare and don’t really wish to dump all its cache. That may be the reason.

    Thread Starter Tom

    (@godsdead)

    Cache purge on all platforms and the ?v=2.66 addition seemed to fix this bug.

    Plugin Author Lester Chan

    (@gamerz)

    I will add that v=2.67 (next version) in the plugin.

    Hi,

    I’ve tried all the solutions mentioned here and in the other threads, but the visual editor still is not working. Even after I’ve disabled all other plugins.

    Here is my error code. I am using the 2.67 build you’ve posted earlier.

    Uncaught TypeError: undefined is not a function plugin.min.js?v=2.67&ver=359-20131026:1
    (anonymous function) plugin.min.js?v=2.67&ver=359-20131026:1
    A wp-tinymce.php?c=1&ver=359-20131026:2
    c.each wp-tinymce.php?c=1&ver=359-20131026:2
    k.create.init wp-tinymce.php?c=1&ver=359-20131026:2
    (anonymous function) wp-tinymce.php?c=1&ver=359-20131026:2
    (anonymous function) wp-tinymce.php?c=1&ver=359-20131026:2
    c.each wp-tinymce.php?c=1&ver=359-20131026:2
    o wp-tinymce.php?c=1&ver=359-20131026:2
    (anonymous function) wp-tinymce.php?c=1&ver=359-20131026:2
    p wp-tinymce.php?c=1&ver=359-20131026:2

    Plugins are, besides WP-Polls:
    – FS Contact Form
    – Image Widget
    – Page Links To
    – Responsive Lightbox
    – Scroll Back To Top
    – Symple Shortcodes
    – WordPress SEO
    – WP Emails Encoder

    Would be awesome if you could help me out here.

    Plugin Author Lester Chan

    (@gamerz)

    @philex: I am not sure about your case wp-tinymce.php doesn’t seem to be part of the default WordPress installation and it might be conflicting with the WP-Polls

    Hi Lester,
    thanks for your reply. Sorry for the late response – vacation and stuff ??

    Hmm, the wp-tinymce.php file is part of the default WordPress installation, located under /wp-includes/js/tinymce
    I’ve tried activating the error reporting, but nothing really happens.

    I’ve also tried installing the Tinymce Advanced plug-in in hopes that it would work then… nothing :/

    Do you have any idea what else I could try?

    Plugin Author Lester Chan

    (@gamerz)

    Yeap wp-tinymce.php is in ./wp-includes/js/tinymce/wp-tinymce.php but when I load the create post page in the admin, wp-tinymce.php doesn’t seem to load for me.

    So something must has been triggering it to load on your end and and it doesn’t pick up the newer polls-js.js

    I am getting the exact same error as Philex, and what I get in the Chrome console mirrors what they have posted.

    I was originally getting this error using version 2.66 (which is the first version of WP-Polls I have tried). So I’ve installed 2.67 now which has not made any difference. This is on a fresh WordPress installation, the only other plugins I have is ‘Better WordPress Minify’, ‘Responsive Lightbox’ and ‘WP Parallax Content Slider’.

    When I click on the ‘Visual’ button of the editor, I get an additional error:

    Uncaught TypeError: Cannot read property ‘body’ of undefined
    in
    wp-includes/js/tinymce/tiny_mce.js?ver=359-20131026:1

    The only way I have been able to edit posts is to disable Wp-polls, edit my post, then re-enable Wp-polls afterwards. I do this every time I want to make an edit.

    Plugin Author Lester Chan

    (@gamerz)

    How about fresh install with just WP-Polls, I tried that and I can’t reproduce it.

Viewing 15 replies - 16 through 30 (of 33 total)
  • The topic ‘wp-polls breaks visual editor’ is closed to new replies.