Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Katka Pavlí?ková

    (@katerinapavlickova)

    Today I’ve found that the problem is caused with Live Composer working on WP 4.5 so I had to downgrade all my websites to 4.4.2. to be able to work on what is pretty bothering process. Have on mind that Live Composer is not compatible with WP 4.5. Please start working on the change to let us use your plugin again. Thank you.

    Plugin Author LiveComposer

    (@livecomposer)

    Hi Kate,
    Most likely you use TORA theme or other theme that has this code inside:

    table {
      border-style: solid;
      border-collapse: collapse;
    }

    It’s a known problem in the latest version of WordPress and we can’t do nothing on it to fix it form the Live Composer (it’s your theme code).

    If you are using TORA theme, then just update it, otherwise scan styles.css for the code mentioned above and change it to something like:

    body table {
      border-style: solid;
      border-collapse: collapse;
    }

    This minor change should help.

    and how to upload media? if i use “West” theme

    Plugin Author LiveComposer

    (@livecomposer)

    @fest1val You should fix it as described above or contact the WEST theme developer for a fix. You can also wait next WordPress update to have this problem fixed.

    This bug isn’t in Live Composer, but in combination of latest JQuery library + your theme. You can find more about this bug here: https://core.trac.www.ads-software.com/ticket/36533

    Plugin Author LiveComposer

    (@livecomposer)

    @fest1val WEST theme developer informed us that their theme is fixed and you can download the latest version to have the media uploader working again.

    Have a great day.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Media upload not working’ is closed to new replies.