Le site est en surcharge…

Étant bombardés par les robots aspirateurs pour alimenter les super-duper-power modèle IA du futur, nous allons vous damnder de bien vouloir cliquer sur le bouton ci-dessous

(Javascript et cookies doivent être activés, désolé.)

Website is overloaded…

Being harassed by crawler bots that try to collect data for future super-duper-power AI models, we ask you kindly to click the following button

(Javascript & cookies needed, sorry.)

Discussion, tips, feature request and bug report - comments https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum Free forum for discussion. No assistance is made on this forum. If you have specific need : please use contact form for professional assistance. Free space for discussion, if you have tip, feature request and bug report, feel free to use this space. This template is archived, no bug report or merge request was accepted. en SPIP - www.spip.net Discussion, tips, feature request and bug report https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment159 2026-05-07T09:33:25Z <p>Если ищете инструмент для покупки хороших обратных ссылок, рекомендую Prossylki. Не обычная биржа со спамными ссылками, а более аккуратный вариант под долгосрочное SEO. Применял для Google — без санкций, ссылки проходят индексацию, позиции поднимаются стабильно. backlinks сервис</p> Maple Untitled https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment68 2016-05-12T10:21:33Z <p>It's not a template feature : it's a LimeSUrvey core feature.<br class="autobr"> Set date time format to <code class="spip_code spip_code_inline" dir="ltr">yyyy-mm-dd HH:MM</code></p> Denis Chenu Untitled https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment67 2016-05-08T19:58:54Z <p>Hey.<br class="autobr"> Using this amazing theme in LS 2.06. Working perfect.</p> <p>As im making a starter HTML page for my users to accsess the surveys, im using your design. I wonder how can i embedd your nice datepicker in the external HTML.</p> <p>Thanks</p> <p>David</p> David LimeSurvey 1.92+ compatibility ? https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment57 2015-03-13T08:20:27Z <p>Hi,</p> <p>in <a href='https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/article/download' class="spip_in" rel='nofollow'>Download</a> you find a 1.92 compatible version. Else for CAS : maybe the last 2.05 are compatible ?</p> <p>Denis</p> Denis Chenu LimeSurvey 1.92+ compatibility ? https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment56 2015-03-13T08:07:35Z <p>Hi,<br class="autobr"> First, congratulations for your work !<br class="autobr"> Due to the fact that we use CAS to authenticate our users and that there is an incompatibility with LS 2.0 (as far as I know), we are stucked with Version 1.92+ Build 120919.<br class="autobr"> Do you know if your skeleton is compatible with this version ?<br class="autobr"> Thanks<br class="autobr"> Nick</p> Nick survey print https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment55 2015-02-27T08:15:30Z <p>Hi,</p> <p>This is fixed in <a href="https://gitlab.com/Sondages.Pro/SkeletonQuest/commit/c1359b84263437aab53531c177f28bb07541582f" class="spip_url spip_out auto" rel="nofollow external">https://gitlab.com/Sondages.Pro/SkeletonQuest/commit/c1359b84263437aab53531c177f28bb07541582f</a> for master.</p> <p><a href="https://gitlab.com/Sondages.Pro/SkeletonQuest/commit/c1359b84263437aab53531c177f28bb07541582f" class="spip_url spip_out auto" rel="nofollow external">https://gitlab.com/Sondages.Pro/SkeletonQuest/commit/c1359b84263437aab53531c177f28bb07541582f</a> for flatblue but here, seems there are a fix to do for the zip file. Please download it at <a href="https://gitlab.com/Sondages.Pro/SkeletonQuest/tree/flatblue" class="spip_url spip_out auto" rel="nofollow external">https://gitlab.com/Sondages.Pro/SkeletonQuest/tree/flatblue</a> temporary.</p> Denis Chenu skeletonquest flatblue for 205+ survey print https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment54 2015-02-27T00:58:47Z <p>Hello, I have LimeSurvey 205+ build 15211 installed and using skeletonquest flatblue for 205+ will not produce a survey print screen for users at the end of the survey. When print results is selected a preview page is not rendered only the ajax loader image is churning. I've reproduced this on two different web servers (same LS version) and in multiple browsers. Standard templates applied to the survey work fine. Thanks for your help and your work!</p> cburcham mobile array https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment47 2014-09-13T21:35:02Z <p>Like i said, i'm not the best with css and there are probably better ways to do it, but adding this to template.css should do the trick (or to jquery-ui-custom of course)</p> <div class="precode"><pre class="css spip_code spip_code_block" dir="ltr" style="text-align:left;"><code>@media handled,screen and (max-width: 479px) { table.question input[type="text"],table.question input.text{padding:0.2em 0;} table.question th,table.question td {display:block;} table.question thead{display:none;} table.question label.hide{position:relative;left:1em;vertical-align: middle;display: inline;} table.question {display: block; } table.question tbody th.answertext,table.question tbody th.arraycaptionleft{text-align:left;font-weight: bold;} table.question tbody td{text-align:left;padding-left: 1em;display: block;} table.question tbody tr:hover {background:#f9f9f9} input[type=radio]{ display: block; float: left;margin-right: 1em} }</code></pre></div> <p>I'll try to add a few changes in colors later, but if anyone has advice/improvements, please let me know :)</p> <p>Cheers</p> Stefan mobile array https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment46 2014-09-13T10:44:15Z <p>hi, thanks, i'll see what i can do this weekend! Not the greatest expert though, so no promises :)</p> Stefan mobile array https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment45 2014-09-12T06:51:58Z <p>Hi,</p> <p>Yes, actually i don't have time to work on it. But i think starting point is:</p> <textarea readonly cols="40" rows="2" class="spip_cadre spip_cadre_block" dir="ltr">table.question thead{display:none} table.question label.hide{position:relative;left:auto}</textarea> <p>Maybe you can do some test :)</p> Denis Chenu mobile array https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment44 2014-09-12T06:42:12Z <p>Hi, first of all, awesome template, great to work with. I was wondering the following: if you enable the @screen table settings in the css (the ones commented out by default) the array questions get displayed with the answeroptions below each subquestion, which is really cool. Would it be possible to display the text for each subquestion next to the radiobuttons, by either css or js? Right now the asnwer option text is displayed first (as it is the first row of the table). I've attached a picture .<br class="autobr"> Thanks a lot, <br class="autobr"> Best regards, <br class="autobr"> stefan</p> Stefan question content float right in 2.0 https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment43 2014-08-02T20:56:30Z <p>OK,</p> <p>For the 1st part:<br class="autobr"> #1 width of each part is 50/50 : line 855 of the css<br class="autobr"> #2 : yes, rigth, think this for 2.05 next release. Butjust anline to update in template.css<br class="autobr"> #3 : font-size is bigger and 20% of 1024px ....</p> <p>It's some css adpatation not bug.</p> Denis Chenu question content float right in 2.0 https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment42 2014-08-02T17:00:21Z <p>for the question1, if the left or right words is more than 10,like "you are very good man" will display in sencond row. i tried the default template, it has no this problem.</p> iscar question content float right in 2.0 https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment41 2014-08-02T16:54:57Z <p>for the question2, i just think people reading habbit is from left to right.</p> iscar question content float right in 2.0 https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment40 2014-08-02T16:48:17Z <p>pls see the picture, and for the question3, is that possible to add css like display :none?</p> iscar question content float right in 2.0 https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment39 2014-08-02T08:46:25Z <p>Hi,</p> <p>Here is the 2.00 version with 2.00 LmeSUrvey : <a href="http://200.sondages.pro/975921" class="spip_url spip_out auto" rel="nofollow external">http://200.sondages.pro/975921</a></p> <p>I don't understand your need :</p> <p><span class="spip-puce ltr"><b>–</b></span> Slider for multi numeric look great for me ? <br><span class="spip-puce ltr"><b>–</b></span> Subquestion aligned rigth, and overflow is show. Can you provide a screenshot ? <br><span class="spip-puce ltr"><b>–</b></span> It showned on skeletonquest</p> <p>If you need SkeletonQuest adaptation <a href='https://extensions.sondages.pro/about/article/contact' class="spip_in" rel='nofollow'>Contact</a></p> Denis Chenu question content float right in 2.0 https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment38 2014-08-02T08:38:05Z <p>i am using LS 2.00 : skeletonquest for 2.00. i have 3 questions as below:<br class="autobr"> 1.in slider bar type question, the slider bar float right. in the default template, the slider bar should be left side.<br class="autobr"> 2.in array type question, if the subquestion words in long, the second row word float right.<br class="autobr"> 3.in the slider bar question, how to unable display the number above the slider bar when move it?</p> iscar Conditional questions https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment35 2014-07-02T12:26:42Z <p>Strange, can not reproduce :<a href="http://limesurvey.sondages.pro/266587/newtest/Y/lang/en" class="spip_url spip_out auto" rel="nofollow external">http://limesurvey.sondages.pro/266587/newtest/Y/lang/en</a></p> <p>Can you provide a lss example file ? A link from your survey ? Which browser did you use ?</p> Denis Chenu Conditional questions https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment34 2014-07-02T11:49:55Z <p>LimeSurvey Versie 2.05+ Build 140520<br class="autobr"> skeletonquest master (2.05 and up)</p> Erik Happaerts bug in jump question index https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment33 2014-07-02T06:39:56Z <p>Not a skeletonquest bug . It 's a LimeSurvey core bug : <a href="http://bugs.limesurvey.org/view.php?id=8300" class="spip_url spip_out auto" rel="nofollow external">http://bugs.limesurvey.org/view.php?id=8300</a></p> Denis Chenu bug in jump question index https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment32 2014-07-01T16:40:22Z <p>In limesurvey 2.05 if you use question index "Show question index / allow jumping" set at "full" and you have multiple questions group:<br class="autobr"> If I click on question group 6 in question index the survey goes to question group 2. If I click again on question group 6 the survey goes to question group 3, then to 4 and again incremental steps until it arrives at question group 6 - so it is not jumping at question group 6 from the start...</p> chris how to delete the word in progress bar? https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment30 2014-06-20T11:33:16Z <p>only use LS editor to modify template will cause this problem. this is the best ls template i have seen. plain color, won't influence the participant mood. mobile phone can use too.</p> iscar how to delete the word in progress bar? https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment29 2014-06-20T11:32:32Z <p>Srely some Expression manager issue : if you have an expression manager error : this broke javascript.</p> Denis Chenu how to delete the word in progress bar? https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment28 2014-06-20T10:50:16Z <p>i delete meta name="generator"</p> iscar how to delete the word in progress bar? https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment27 2014-06-20T10:44:36Z <p>finally, i find the reason, i delete the .<br class="autobr"> but i still don't understand why it will cause problem.</p> iscar 2.0 cannot display the sliderbar question https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment26 2014-06-20T10:35:13Z <p>i think it's because i modified your template, just delete the <code class="spip_code spip_code_inline" dir="ltr">{if(!is_empty(CLEARALL),"<li>"+CLEARALL+"</li>","")}</code>button and footer.</p> iscar 2.0 cannot display the sliderbar question https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment25 2014-06-20T10:08:28Z <p>A lss file to test ?</p> Denis Chenu 2.0 cannot display the sliderbar question https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment24 2014-06-20T09:57:54Z <p>let's use 2.0 for ls 2.0 to reproduce<br class="autobr"> 1.create multiple mumerical input question<br class="autobr"> 2.use slide layout<br class="autobr"> 3. add 2 dimension in answer option<br class="autobr"> 4. run the question</p> iscar how to delete the word in progress bar? https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment23 2014-06-20T07:21:20Z <p>Can not reproduce : OK for LS 2.0 and SkeletonQuest 200:<br class="autobr"> <a href="http://200.sondages.pro/index.php/survey/index/sid/975921/newtest/Y" class="spip_url spip_out auto" rel="nofollow external">http://200.sondages.pro/index.php/survey/index/sid/975921/newtest/Y</a></p> Denis Chenu 2.0 cannot display the sliderbar question https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment22 2014-06-20T07:21:07Z <p>Can not reproduce : OK for LS 2.0 and SkeletonQuest 200:<br class="autobr"> <a href="http://200.sondages.pro/index.php/survey/index/sid/975921/newtest/Y" class="spip_url spip_out auto" rel="nofollow external">http://200.sondages.pro/index.php/survey/index/sid/975921/newtest/Y</a></p> Denis Chenu how to delete the word in progress bar? https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment21 2014-06-19T17:48:54Z <p>vesion 2.0<br class="autobr"> the progress bar has some word like "you have finished 10%". i still like former progress bar with only "10%".<br class="autobr"> how to change the progress bar without words and show number in bar?<br class="autobr"> thanks in advance!</p> iscar 2.0 cannot display the sliderbar question https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment20 2014-06-19T17:43:56Z <p>version 2.0,<br class="autobr"> test browser:ff, chrome<br class="autobr"> create number input question by slide bar,you can find 2 dimension of slider bar not display.</p> iscar Conditional questions https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment19 2014-06-19T11:53:51Z <p>Hi,</p> <p>I need to know your LimeSurvey version AND the SkeletonQuest version.</p> <p><span class="spip-puce ltr"><b>–</b></span> For LS 1.92 : you need skeletonquest for 1.92 <br><span class="spip-puce ltr"><b>–</b></span> For LS 2.00 : skeletonquest for 2.00 <br><span class="spip-puce ltr"><b>–</b></span> For LS 2.05 (and more) : skeletonquest</p> <p>(see <a href='https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/article/download' class="spip_in" rel='nofollow'>Download</a>)</p> Denis Chenu Conditional questions https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment18 2014-06-19T11:40:11Z <p>I encountered a problem with conditional questions using SkeletonQuest.</p> <p>In other templates conditional questions show up in the questionnaire as soon as the preconfigured condtions are met.</p> <p>With SkeletonQuest however the conditional questions don't show up.</p> <p>Is this by design of can this behavior be changed?</p> Erik Happaerts Discussion, tips, feature request and bug report https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment5 2014-04-09T07:38:43Z <p>OUps, :<br class="autobr"> For 2.0 : it's better to use skeletonquest 2.0 version. Last is done for 2.05.</p> Denis Chenu Discussion, tips, feature request and bug report https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment4 2014-04-09T07:37:10Z <p>Hi iscar,</p> <p>Like explain in LS forum : i can not reproduce. Maybe some question attribute ?</p> <p>Did you have a test loink showing this issue <br class="autobr"> (and your LS version).</p> Denis Chenu 404 error with some jquery-ui files https://extensions.sondages.pro/themes-and-templates/skeletonquest-rwd-for-limesurvey/bug-report-tips-forum#comment3 2014-04-09T06:18:40Z <p>LS VERSION:2.0 LATEST<br class="autobr"> SKELETONG TEMPLATE VERSION: LATEST FROM GITHUB<br class="autobr"> QUESTION TYPE: RADIO<br class="autobr"> it seemed some files are not exist.<br class="autobr"> GET /survey/upload/templates/skeletonquest/images/ui-bg_flat_100_ffffff_40x100.png HTTP/1.1 404<br class="autobr"> GET /survey/upload/templates/skeletonquest/images/ui-bg_flat_100_eee_40x100.png HTTP/1.1 404<br class="autobr"> actually, there's no this file even in latest version, what's the problem?</p> iscar