View Issue Details

This issue affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
11225Bug reportsSurvey takingpublic2016-05-25 21:15
ReporterResearchOnBlogs Assigned ToLouisGac 
PrioritynoneSeverityminor 
Status closedResolutionfixed 
Product Version2.50.x 
Target Version2.50.x 
Summary11225: Lang changer in welcome page in default theme not working
Description

It' seems that the langchanger in the middle of the screen is not working.

The function comes from survey_runtime.js

line 307

 }
    }else{
        $(this).closest('form').find("[name='lang']").not($(this)).remove();// Remove other lang
        $('#changelangbtn').click();
    }
});

The .. find("[name='lang']") is not working

The only lang attribute is in html wrapper tag.

TagsNo tags attached.
Bug heat6
Complete LimeSurvey version number (& build)limeservice
I will donate to the project if issue is resolvedNo
Browser
Database type & versionxx
Server OS (if known)xx
Webserver software & version (if known)xx
PHP Versionxx

Users monitoring this issue

There are no users monitoring this issue.

Activities

LouisGac

LouisGac

2016-05-25 16:17

developer   ~38864

working here.
could you attach a lss file please?

ResearchOnBlogs

ResearchOnBlogs

2016-05-25 17:35

developer   ~38877

in the current build, there is no lang-changer in the middle of the welcome page anymore - in the default theme.

It seems it was removed?

I mean it was like that from default template and this lang changer ist not working.

<!-- Survey Description -->
<div class="container">
<div class="row" id="welcome-container">
<div class="col-sm-12 ">
{CHECKJAVASCRIPT}
<h1>{SURVEYNAME}</h1>

<p class='surveydescription text-info'>{SURVEYDESCRIPTION}


</div>
</div>

<!-- Language Changer -->
<div class="row language-changer">
    <div class="col-sm-12 ">
        <!-- {LANGUAGECHANGER} -->
        </div>
    </div>

    <!-- Survey Welcome -->
<div class="row survey-welcome">
    <div class="col-sm-12 ">
        <p class='surveywelcome'>
            {WELCOME}
        </p>
    </div>
</div>

<!-- Question number -->
<div class="row questions-number">
    <div class="col-sm-12">
        <p class="x-questions">{THEREAREXQUESTIONS}</p>
    </div>
</div>

</div>

LouisGac

LouisGac

2016-05-25 17:45

developer   ~38882

yep has been removed

c_schmitz

c_schmitz

2016-05-25 21:15

administrator   ~38889

Version 2.50+ Build 160526 released

Issue History

Date Modified Username Field Change
2016-05-20 15:14 ResearchOnBlogs New Issue
2016-05-25 16:17 LouisGac Note Added: 38864
2016-05-25 16:17 LouisGac Assigned To => LouisGac
2016-05-25 16:17 LouisGac Status new => feedback
2016-05-25 17:35 ResearchOnBlogs Note Added: 38877
2016-05-25 17:35 ResearchOnBlogs Status feedback => assigned
2016-05-25 17:45 LouisGac Note Added: 38882
2016-05-25 17:45 LouisGac Status assigned => resolved
2016-05-25 17:45 LouisGac Resolution open => fixed
2016-05-25 21:15 c_schmitz Note Added: 38889
2016-05-25 21:15 c_schmitz Status resolved => closed