dlongm01
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Possible bug?Ah – I wondered what the ‘min’ was about!
What is minification?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Feature suggestionOK you are ahead of me!
Yes the notifications should be straightforward enough. As to the locking idea well that’s your call. I think I agree with you, especially if there are other safeguards in place (such as your ‘edit undo’ idea)
Just suggestions. As I, and others, keep saying you have built a superb plugin in and it’s really useful.
Thanks for the response.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Possible bug?Fair enough. It could be a plugin conflict of course.
I assume that I can keep my CSS in my style.css? I haven’t tried that yet but I assume it will work.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Position of entry countAh, that’s lovely. Thank you yet again.
It’s more informative in that position I think.
I’m still working on tweaking the layout of the filter list when the list of terms is generated, but it’s pretty much working as it should now: https://mirandanet.ac.uk/aaaa2testingpage/
Also looks nice on this page too: https://mirandanet.ac.uk/aaaa2testingpage-2/?Category=Assessment+%28General%29&Tbl_id=11&submit=Submit
Those DOM parameters are not easy to understand!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Position of entry countThanks again. That’s v helpful.
It works but that particular formulation overwrites the category filter! I need to play with that a bit. I only want to move the item count on particular tables, not all of them.
I’m guessing that I can’t do that from within a shortcode?
Cheers.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Which template?Thanks
Yes I was probably trying to things too complicated. I’ve followed your hint and a mixture of PHP and CSS does the job well enough:
https://mirandanet.ac.uk/aaaa2testingpage-2/?Category=Action+Research
Forum: Plugins
In reply to: [The Events Calendar] Hide expired events?Thanks Brook – I’ve voted and that makes 3 votes for this feature!!
It may be some coming … ??
Forum: Plugins
In reply to: [The Events Calendar] Position of next/previousVery simple, very neat. Thank you.
I say simple – I would have spent hours working out that CSS!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Which template?Sorry. That was not clear.
Have a look at this page where I have created some hyperlink query strings:
https://mirandanet.ac.uk/aaaa1testingpage/These are passed to a simple PHP script that constructs the shortcode to filter my main table. The shortcode is executed with the function do_shortcode.
As you see the output display is rather basic.
My question was: which template could I adapt or use to display the output – or are they all pretty much the same?
That may not be a question you can answer. I don’t know a lot about templates yet so any info can help.
Thanks
Works a treat! Thanks
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Filtering issue?Thanks Tobias. No problem. I can just use ‘and’ instead!
I was only drawing it to your attention in case you hadn’t come across it.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] A use-caseOh yes! Thanks Tobias that’s brilliant!
I now think I’ve got what I need for my little project.
All that’s left is to use CSS to alter the display position of the selected term. Users won’t search for a very long list of tags but with the default display layout the list quickly disappears behind the table.
I’ll play around with that for a couple of days and get back to you when I get stuck. My ideal layout I think is to bring the category filter closer to the table and then display the list of selected search terms in a row above the filter box.
We’ll see.
Thanks for the new parameter! This plugin has so much in it.
It’s OK – I got it – forgot to use’tbody’
should be:
.tablepress-id-12 tbody td {vertical-align: middle;}
}Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Use string with column filter?Final note: I copied the CSS back into the options and saved it. It seems fine now (but have spare copy of CSS just in case).
Thanks for reading.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Use string with column filter?Aha – I’ve found the CSS in the file tablepress-custom.css
At least it’s safe but why isn’t it loading?
I tried deactivating and restartng the plugin but that had no effect.
Any suggestions?
Thanks. ??