• Resolved jessicaguy

    (@jessicaguy)


    I am having trouble adding rows to tables. I am fairly new to wordpress and editing existing pages that I did not create.

    In the first instance, when I tried to click on ‘table’ in the visual editor, no drop down menu appeared. I tried this across several of these pages based on the same templated. Eventually, somehow, but I am not sure how, I managed to get that drop own to appear and I added a row. But this caused the who table to become much narrower and now I cannot widen it.

    What I have tried:
    1. Clearing browser caches
    2. Disabling and re-enabling visual editor
    3. Highlighting table in the editor before clicking ‘table’ in an attempt to get a drop-down menu
    4. Placing the cursor in a table cell and clicking ‘table’ in an attempt to get a drop-down menu

    When I hover on the table, a cursor appears as if I could widen columns with it, but when I try it does not work.

    What I need:
    1. To be able to add rows to tables (unsure why ‘table’ doesn’t offer drop-down options when I click it – is there a trick to this?)
    2. When I add a row, it doesn’t change the width of each column in the table, or if it does I can easily edit it back to the desired widths.

    Any help appreciated.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • WordPress provides extremely limited support for tables other than inserting them into the Editor.
    You will need to look at the code editor and edit the table yourself with HTML or apply CSS to the table to get your desired result.

    Your table, somehow, has the following inline style: style="width: 0%;height: 1004px"

    Please remove both the fixed width and height.

    Thread Starter jessicaguy

    (@jessicaguy)

    That helped me reformat the width of the table that went too narrow, thank you.

    Still unsure how to add rows to tables, the issue of the ‘table’ button not showing a drop-down menu continues.

    Thread Starter jessicaguy

    (@jessicaguy)

    I have worked out how to add rows from the text editor section. Will close thread now

    Thread Starter jessicaguy

    (@jessicaguy)

    resolved

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Table editor issues’ is closed to new replies.