• Resolved milada07

    (@milada07)


    Hi Tobias,

    I have a problem when inserting my table into posts. My table embraces links in the columns.
    In the preview, everything is as it should be. However, when I insert the table code into the post, there are only few of all supposed links. What is wrong?
    Thank you for your help!

    Milada

Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    That sounds strange. Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter milada07

    (@milada07)

    Hi,

    please have a look at these links:

    this link is a preview of the correct table: http://moreyouthfulskin.com/wp-admin/admin-post.php?action=tablepress_preview_table&item=10&return=list&return_item=10&_wpnonce=1f973c4048

    this link refers to the wrong table (at the bottom of the page: http://moreyouthfulskin.com/cs/rehydrating-ginseng-toner/

    Thank you in advance!

    Milada

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the links. Unfortunately, those are not working for me 🙁
    For the Preview, I would need to be logged-in, so that I can not see this page. Can you maybe post a screenshot of what you see in the Preview?

    For the actual page with the table: I only get a 404 Not found error here. Is this really a published page?

    Regards,
    Tobias

    Thread Starter milada07

    (@milada07)

    Hi,
    haven´t you forget about me?
    have you received the attachments in the e-mail I sent you?)
    Please let me know,

    Milada

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    I’m not sure what you mean. I don’t remember receiving an email.

    Regards,
    Tobias

    Thread Starter milada07

    (@milada07)

    Hi Tobias,

    I started a new discussion, as the previous was left unresponded. TP_preview

    and here is the link: http://moreyouthfulskin.com/cs/rehydrating-ginseng-toner/

    Thank you in advance!
    Regards,

    Milada

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the screenshot and the link to the page!

    Your links are actually on the page (which you can see when hovering over them with the mouse). They are just not visible because you have set the background color of the rows to the same color that your theme uses for links. So, just change the color of links using CSS as well. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress a {
    	color: #ffffff;
    }

    regt

    Thread Starter milada07

    (@milada07)

    Hi,

    not at all!
    Thank you for your prompt reply and solution!
    I tried your code, but I want the font colour as this, so I created this code:

    .tablepress-roster2-table a {
    font-family: Cambria;
    font-size: 14px;
    color: #000000;
    }

    but, it does not change the overall font type.
    When I would like to apply the same for a three-column table, how should I proceed?

    Thank you very much in advance.
    Regards,

    Milada

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    are you sure that .tablepress-roster2-table is the correct CSS class?
    Is the table ID “roster2-table”? Then the CSS class should be .tablepress-id-roster2-table.

    If this is not it, please make your link public again.

    Regards,
    Tobias

    Thread Starter milada07

    (@milada07)

    I do not know.
    I named Extra css classes: tablepress-roster2-table

    Is it correct?
    If not, how should it all be correct?
    Thanks,

    Milada

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ah, if this is a “Custom CSS” class, then everything is correct.

    To make the color change work, please modify that line to
    color: #000000 !important;
    Regards,
    Tobias

    Thread Starter milada07

    (@milada07)

    Thank you Tobias, I did this code then:

    .tablepress-roster2-table a {
    font-family: Cambria;
    font-size: 14px;
    color: #000000 !important;
    }

    but one column has one font, the other has another font type. What is wrong?
    Thank you,

    Milada

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    this command is only setting the link color. To have it affect all regular cells as well, you’d have to use

    .tablepress-roster2-table td,
    .tablepress-roster2-table a {
      font-family: Cambria;
      font-size: 14px;
      color: #000000 !important;
    }

    Regards,
    Tobias

    Thread Starter milada07

    (@milada07)

    Hi,

    thank you so much! It works well now,

    Milada

    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 15 replies - 1 through 15 (of 17 total)

The topic ‘difference in table preview vs. web display’ is closed to new replies.