-
AuthorPosts
-
June 11, 2018 at 5:53 pm #971318
Hello,
I have used the tablepress plugin to show tables on my pages, but all of the table look not right. You can check what I mean by clicking on this page. http://mee.aripang.com/eb-5/#tab-id-3
Far left line width is not uniform, and far right doesn’t have the line. https://imgur.com/a/FoJXEUX
Is it because of the plugin conflict with other plugin or theme, and I shouldn’t use this plugin, and use others? If so, what would be the best way to show right table on my pages?
Thanks,
AustinJune 13, 2018 at 3:05 am #971997Hey ohmani,
Thank you for using Enfold.
It’s a styling issue. The theme has its own table element and the style of that particular element is being applied to the plugin’s table. How would you like the table to look? Do you want to remove the border? You can use a css like so.
tr th:first-child, tr td:first-child { border: 0; } .tablepress tbody td, .tablepress tfoot th { border-top: 0; }
Best regards,
IsmaelJune 20, 2018 at 4:20 pm #975371Hello,
Thank you for the quick and relevant response.
I applied the code you gave me, but there is still the line here. https://imgur.com/a/GBu6b35
I want also to get rid of this line.
Thanks,
AustinJune 20, 2018 at 10:51 pm #975539Hi,
Please purge the cache and try again, I can see the code not added. :)
Thank you!
Best regards,
BasilisJune 20, 2018 at 11:48 pm #975576Hello
I added the code here https://imgur.com/a/rfDPNwp
I did what you want me to to, but still have the line.
Thanks,
AustinJune 21, 2018 at 4:41 pm #975852Hi Austin,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.tablepress thead th { border-top: none; }
If you need further assistance please let us know.
Best regards,
VictoriaMarch 5, 2019 at 3:08 pm #1074897Hi, I have a similar issue when using Tablepress. Most vertical borders and also the bottom border aren’t showing.
Below I’ve placed a direct link so you can check it.Tahnk you for your assistance
March 7, 2019 at 11:44 pm #1076140Hi,
I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.