M
M
MalovaE2020-06-08 18:06:26
WordPress
MalovaE, 2020-06-08 18:06:26

What is the best plugin to use to host a schedule on a WordPress site?

I need to put the class schedule on the website. What is the best plugin to use?
And how can it be implemented so that when you hover over the name of the teacher, a brief information about him appears?
Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Orkhan Hasanli, 2020-06-08
@azerphoenix

Hello!
Given that you need an interactive table, then here is the solution:
https://datatables.net/

And how can it be implemented so that when you hover over the name of the teacher, a brief information about him appears?

By clicking on a cell element, you send a REST request to the server. Get brief information in JSON and show it in popup.
There is a TablePress plugin that uses the functionality of this table, but in any case, you will need to add an Ajax request. Or, as implemented in the example , an additional one is created here . a cell that is hidden and displayed by clicking on the icon ("green plus sign")

M
mipfikus, 2020-06-08
@mipfikus

Little information, if I understood you correctly - you need a table .

so that when you hover over the name of the teacher, a brief information about him appears

poke

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question