Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1493852

    Hi,

    I’m currently creating a number of pages that require tables, with variations across roughly 80 pages. I’ve been using the Enfold Table element, which looks good, but each entry needs to be added manually.

    I have all of the table data in a PDF document, and it would be much quicker if I could copy the whole table content (with tabs) and paste it into Enfold so it formats everything automatically.

    Is there a way to do this to speed up content population, or do I need to copy each individual value from the source PDF and paste it into the Enfold table fields separately?

    Any advice on the most efficient approach would be much appreciated.

    Thanks,

    #1493861

    Hey woogie07,

    Thank you for the inquiry.

    Unfortunately, it’s not possible to automatically copy or transfer the content of a PDF file into a table element. This must be done manually by editing each cell. You may want to look for and install a third-party table plugin, if one is available with the feature you’re look for.

    Best regards,
    Ismael

    #1493876

    have a look at https://en-gb.wordpress.org/plugins/tablepress/
    it might be interesting because it can handle excel tables or csv etc.

    #1494102

    Hi,

    I have looked at table press and it seems to work well.

    One thing, I need to add CSS so that the top table row header has a background colour of #ebebeb

    Would you know the CSS coding to add for this?

    See sample page in Private Content

    Thanks

    #1494121

    Hi,

    Thank you for the update.

    You can add this css code to adjust the heading row.

    #top .main_color .avia-data-table .avia-heading-row th {
        background: #ebebeb;
    }

    Result:

    fr50aWB.md.png

    Let us know if you need more info.

    Best regards,
    Ismael

    #1494132

    Thanks

    Is that in the theme quick CSS?

    #1494159

    Hi,

    Yes, you can place the code in the Enfold > General Styling > Quick CSS field or in the style.css file. Let us know the result.

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.