• Resolved DataServices

    (@dataservices)


    We had the 1.5.1 version installed and one of our web guy updated the site without backing up the site, and now the new version of the plugin is not allowing to be able to edit the content in the div tables. When we click on the pencil, it brings up the Column Settings window, however there is no tab for Content, so we can not create or edit the tables. The only tabs the show are:
    – Responsiveness
    – Background
    – Attributes

    Please help us asap!!

    we have try to downgrade back to the old version, but cant do to the database was changed.

    https://wordpress.org/plugins/table-layout/

Viewing 4 replies - 1 through 4 (of 4 total)
  • It is not working for me either.
    Slightly different: If I edit a text block and then press ‘update’ it throws me out to the ‘posts’ page and doesn’t save anything!
    Last update has basically broken it!

    Help please ASAP!!!

    Have clients waiting.

    Plugin Author Maarten Menten

    (@maartenm)

    Hello,

    As of version 1.5.0 the content is not longer editable via a column but via a text block.

    Therefore After updating to version 1.5.0 you get notified that data in the database related to this plugin needs to be updated. this update writes the text blocks.

    Can you check if this update is performed?
    is it possible to provide me some screenshots?

    If I edit a text block and then press ‘update’ it throws me out to the ‘posts’ page and doesn’t save anything!

    It seems this is caused by a JavaScript error.

    Is it possible to provide me login credentials so I can take a closer look?
    You can send the credentials to maarten@ivalue.be.

    Regards,

    Maarten

    Plugin Author Maarten Menten

    (@maartenm)

    There may be an issue that the update database notice is not displayed.

    The updater adds a text block shortcode around the content of a column:

    There are two solutions

    1. add shortcode manually

    replace e.g.
    [mmtl-col]Your content[/mmtl-col]
    with
    [mmtl-col][mmtl-text]Your content[/mmtl-text][/mmtl-col]

    2. enable the updater

    execute following code e.g. in the functions.php theme file.
    update_option( 'mmtl_version', '1' );

    It tells the updater that we have an old plugin version installed

    after reloading any page in the admin area of the website following notice should appear:

    ‘Table Layout: Database data needs to be updated. Go to the update page.’
    click ‘Go to the update page’

    if the notice is not showing go to the this url ‘/wp-admin/admin.php?page=mmtl_updater’ on the domain of the website.

    Don’t forget to backup the data of you database

    click the ‘Update’ button to perform the update.

    Please let me know if the problem still occurs.

    Regards,

    Maarten

    Plugin Author Maarten Menten

    (@maartenm)

    Hello,

    I fixed the update issue in version 1.5.4

    If you update to this version you should get the database notice.

    Greetings,

    Maarten

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The update to the plugin is not working’ is closed to new replies.