madebyj
Forum Replies Created
-
Forum: Plugins
In reply to: [SlickQuiz] Brilliant plugin/ Time limit?Hello !
Are you in contact both of you for the timer ?
Turuzyan, could you share a link to check it out ?
Thank you !
Forum: Plugins
In reply to: [SlickQuiz] Brilliant plugin/ Time limit?Hello !
Are you in contact both of you for the timer ?
Turuzyan, could you share a link to check it out ?
Thank you !
Forum: Themes and Templates
In reply to: [Serene] magnifying glass replaced by a U ??? in the main menu..Ok it was a mistake on enqueuing some script on my child-serene.
Benjamin
Dear Tobias,
You are right and it worked for me but there is something I do not understand. Maybe you have an easy answer to that…
Tablepress plugins is installed on my wordpress but if I want to use function of DataTables, I have to load all the libraries. Is it not strange ?
I have tried a lot of diferent ways (header, enqueue etc.) and the only way I found out is to write this at the begining of my wordpress page:
<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.0-rc.1/css/jquery.dataTables.css"><script type="text/javascript" charset="utf8" src="//code.jquery.com/jquery-1.10.2.min.js"></script><script type="text/javascript" charset="utf8" src="//cdn.datatables.net/1.10.0-rc.1/js/jquery.dataTables.js"></script>Maybe you can advice me on this.
Also TableTools is not showing…
<script> $(document).ready( function () { $('#sommets').DataTable({ "sDom": 'T<"clear">lfrtip' } ); } ); </script>Thank you for your help 🙂
Dear Tobias,
By using
<br>I come up with a single line. So to get back to my example. I will have :
User A :line 1 (header) Cars line 2 (body) mercedes dacia renaultI am loosing “sort” functionnality for e.g. as I have all my data in the same line.
I am looking for this result :
User A :line 1 (header) Cars line 2 (body) mercedes line 3 (body) dacia line 4 (body) renaultI hope it is clear 🙂
Ben
Forum: Plugins
In reply to: [SlickQuiz] Changing a picture every right answerDear Jewlofthelotus,
Thank you for your answer. Indeed it is working fine your solution and much more easier ! It will be enough for most of my quiz 🙂
But I was planning to make new rules : a big quiz with several hundred questions and a post calling randomly 10 questions with pictures. For this one, your solution is not enough I guess. (I don’t think it is possible to call the counter in HTML). So I will try to adjust mine and I will let you know when it is correct.
Also, the site is displaying “sexy” content so I will not give the link here but anyone can contact me in private for it.
Again thank you for your work !