difference in table preview vs. web display
-
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
-
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,
TobiasHi,
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
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,
TobiasHi,
haven´t you forget about me?
have you received the attachments in the e-mail I sent you?)
Please let me know,Milada
Hi,
I’m not sure what you mean. I don’t remember receiving an email.
Regards,
TobiasHi Tobias,
I started a new discussion, as the previous was left unresponded.

and here is the link: http://moreyouthfulskin.com/cs/rehydrating-ginseng-toner/
Thank you in advance!
Regards,Milada
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
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
Hi,
are you sure that
.tablepress-roster2-tableis 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,
TobiasI do not know.
I named Extra css classes: tablepress-roster2-tableIs it correct?
If not, how should it all be correct?
Thanks,Milada
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,
TobiasThank 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
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,
TobiasHi,
thank you so much! It works well now,
Milada
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
TobiasP.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
The topic ‘difference in table preview vs. web display’ is closed to new replies.