Xeroxdnb
Forum Replies Created
-
Hello, i think the easiest way is to make a own page with the other table and just put a link into that table to the other one.
For preview you could make a small image of the other table which is clickable.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Email links in a tableHello,
<a href="mailto:tammycattarin@gmail.com">tammycattarin@gmail.com</a>works fine for me. When i click it..outlooks opens with the correct email address.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tablepress Installation problemsJust download it here and move the unzipped file to your worpress installation directory …\wp-content\plugins after that just go to your plugin area in wordpress and activate it.
Or in your wordpress admin-dashboard…. plugins…download it and activate.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Private rowsForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] AppearanceHello, you could remove the bullets with a simple css code
tfoot td {
display: none;
}
but this will remove the footer area from all your tables!
But i dont now why the “next” and “previous” -buttons are disabled or why it only shows 10 of your 13 entries.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Non-Admin CapabilitiesThank you for your quick response.
Could you please tell me where i find the code of the capabilities in your plugin?
I am sorry to tell you that premium extensions arent really an option for me since i am just a trainee who has to setup a new intranet in my company. Btw. greatest free table plugin so far 😉
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adding a link in tableHi, you can just add your html code..
Like this:
<a href="http://your_sample_video_url.de"><img src="http://.../wp-content/uploads/your_image.png" alt="" width="150" height="150" class="aligncenter size-thumbnail wp-image-your_ID" /></a>