• Resolved heskella

    (@heskella)


    I can’t fill the textarea for the content of my page, then I activate the plugin. The text seems to be lost, but it ‘s only white on white instead of black on white. As soon as I deactivate the plugin everything is back to normal and I can use the HTML view as well as the Visual view. Everything is working as expected.

    I noticed the problem then I tried to paste the shortcode into the content for my page.

    I must admit that I am using a lot of other plugins, so this problem might be caused by an interaction. I was always very satisfied with WP table reloaded, so I just wanted to let You know. I haven’t used it on this WP website so I might try that instead.

    Thanks for making it a lot easier for all of us to handle tables!

    Greeetings from Berlin

    http://wordpress.org/extend/plugins/tablepress/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post.

    I can not reproduce any issues like this. On all of my test sites, the integration into the Visual Editor works fine in all browsers.

    A possible reason for this might be a conflict in the JavaScript code of TablePress and another plugin. Can you see any JavaScript errors in the browser console? (See http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors for information on how to check this.)

    I then suggest that you deactivate other plugins besides TablePress one by one, until the problem disappears.
    And: Are you maybe using a plugin that loads a different or extended version of the TinyMCE JS editor that WordPress uses?

    Regards,
    Tobias

    I’m having the same issue as Heskella. It looks fine in the preview within the plugin, but this is what it looks like live. http://quantum.esu.edu/saa/testing-page/

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    No, this is a different problem than Hekella, but fortunately, we can fix it 🙂
    The problem is that your theme is setting a white text color for the table, and that doesn’t look good, obviously.
    To change this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress {
        color: #333333;
    }
    .tablepress tbody td,
    .tablepress thead th {
        border-left: none;
        border-right: none;
    }

    This will set a darker text color and change an issue with the border that would otherwise cause trouble.

    Regards,
    Tobias

    Awesome, thanks that worked! Before my first post I tried putting some code in that same box that I found somewhere in your documentation, but it didn’t work. The important thing is, though, the code you just gave here DID work!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great to hear that this worked! Thanks for the confirmation. 🙂 Sorry again for the trouble!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    I just left a 5 star review, I really appreciate how quickly you got me up and running!
    Thanks Again,
    Cindy

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Cindy,

    thank you very much, I really appreciate it!

    Best wishes,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘WYSIWYG editor doesn't work after activation of the plugin’ is closed to new replies.