• Resolved turkeylegs

    (@turkeylegs)


    I have downloaded, installed and activated TablePress and am attempting to insert an image. I click in the cell and move the cursor to insert image, click and get a message that tells men to click in the cell where I want to image and it will open the media library. So I click in the cell I want, click insert image and get the message again. I suppose I am doing something wrong, but can’t figure out what it is. Please steer me in the right direction.
    Thanks,
    Joe

    https://www.ads-software.com/plugins/tablepress/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter turkeylegs

    (@turkeylegs)

    I dropped down a couple of rows and the dialog worked and deleted the rows above so I startee the table in row 1. I entered the CSS: .tablepress-id-N .column-2 {padding: 4px;}, am getting the same results as in tablemaker. I need the text to left justify next to the image: https://pleasantgrovepb.com/pleasant-grove-ministries/
    Thanks,
    Joe

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    From what I can see, the “Insert Image” is working now? You’ll basically have to click the button first, then confirm that dialog (but just once per loading of the “Edit” screen) and then click into the desired cell.

    For the widths: You’ll actually not have to modify the padding here. Instead, you’ll want to set column widths, from what I understand. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-2 .column-1 {
      width: 220px;
    }

    Regards,
    Tobias

    Thread Starter turkeylegs

    (@turkeylegs)

    Thank you sir!
    Joe

    Thread Starter turkeylegs

    (@turkeylegs)

    That trick pulled the text over!!! YEA!! Is there a way to A. reduce the overall; width of the table and once that happens center it on the page?
    Thanks again!
    Joe

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Joe,

    yes, that’s possible as well. Please add this to the “Custom CSS”:

    .tablepress-id-2 {
    	width: 800px !important;
    	margin: 0 auto 1em;
    }

    Regards,
    Tobias

    Thread Starter turkeylegs

    (@turkeylegs)

    Tobias,
    You are my hero of the day.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Insert image won't work’ is closed to new replies.