wptoken
Forum Replies Created
-
Hi Tobias,
Thanks again for your help but I’m afraid I still get the same result. I had already deleted local cache on my browser, tried four different browsers and a different device but they all displayed col-4. I wondered if it was a server-side cache issue but if you’re seeing the table the way I had intended, I assume this can’t be the issue. Thanks for your help but it seems there is a problem unrelated to your recommended code so I’ll keep wittling away at the problem in the hope that it is resolvable.
Ken
Hi,
Many thanks for getting back to me so promptly. I had thought to start a new topic but it seemed to so simple and relevant that others might want to find what can go wrong. Apologies, I’m from the dark ages – I only started with WordPress and Tablepress a couple of months ago and I last coded a web page more than 10 years ago.
I’m trying to put together a site for a small community association and working out the best way of displaying certain information relating to awards. The page ‘Cup – Test’ is my first effort and I have already fallen at multiple hurdles to get this far. The test page is at https://glassfrog.net/gxwp/cups-test/ and selecting Cup 1 highlights the design problem I am experiencing. I want Col 4 to be hidden but with a click on the row to make the data available (eventually opening a pdf window). Everything seems to be working OK apart from Col 4’s visibility.
Any help you can give would be much appreciated.
Ken
Hi, can I follow-up on this post?
I have a similar need to keep one particular column hidden – it contains a link which needs to be hidden from the user but accessible by code. As suggested above I have used ‘display: none; ‘ but doesn’t seem to do anything. All of my other “Custom CSS” works fine but the last option fails. What am I missing?
.tablepress .row-hover tr:hover td { background-color: #b3f0ff; color: #000000; } .tablepress-id-4 tbody td { padding-top: 8px; padding-bottom: 8px; } .tablepress-id-4 .column-2 { text-align: center; } .tablepress-id-4 .odd td { background-color: #DFF2FE; color: #000000; } .tablepress-id-4 .even td { background-color: #F2FAFF; color: #000000; } .tablepress-id-4 .column-4 { /* enable data in column 4 - cannot use 'hidden' */ display: none; }Partly resolved – the zombie script was in the header. Still trying to get code into the body but suspect5 this is a limitation of WPCode so will mark my post as ‘resolved’ Sorry for throubling thnose of you who chose to read my rantings.