Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Where is the Save button in the Edit & Add Conditions?

  • alexdp
  • alexdp's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 2 months ago #131011 by alexdp
Hello to you all.
Just upgraded to LS 2.5- + build 160206
Tried to Add a condition to a question and found I could not Save the condition since no Save button is available.
Awkard to say the least.

Alex
Note : Nice new interface. However, I am not sure if the logic of the UI is better than in the earlier versions.
The topic has been locked.
More
8 years 2 months ago #131014 by jbuchberger
The same problem here, but I was sure, that conditions worked in older version of the stable release 2.50+. So I compared the complete folder "application/views/admin/conditions" with the equal ones from 2.50+ 20160202 and 2.50+ 20160204. The complete structure has changed. I will have a closer look to that...
The topic has been locked.
  • alexdp
  • alexdp's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 2 months ago #131017 by alexdp
Thank you for reassuring me on this topic.

I asked the same question on the French section of this forum and the expert who replied to me did not see any problem and advised me to hire an expert programmer to implement this button.

Regards,

Alex DP
The topic has been locked.
More
8 years 2 months ago - 8 years 2 months ago #131019 by jbuchberger
I found the bug. Seems there is a little css or template problem. Have a view to the appended screenshots
1. Limesurvey 2.5+ 20160206 > The RegEx tab is below the other ones > Here you can't see the "Delete / Save" buttons
2. Limesurvey 2.5+ 20160202 > The RegEx tab is in line with the other ones > Here you can see the "Delete / Save" buttons

Will check it...
Last edit: 8 years 2 months ago by jbuchberger.
The topic has been locked.
More
8 years 2 months ago #131020 by jbuchberger
If you read the source code of the output, you can see the buttons are there:

<div class="condition-tbl-full">
<input class="btn btn-default limebutton" id="resetForm" value="Löschen" type="reset">
<input class="btn btn-default limebutton" value="Bedingung hinzufügen" type="submit">

But they are not visible because of overlay problems with the footer.

The solution is:
1. Edit "views > admin > conditions > includes > form_editconditions_header.php"
> change line 21
from <div class="col-sm-4>
to <div class="col-sm-4 col-lg-12">
> this will make the form using the complete width on large screens

2. Edit "styles > Sea_Green > css > lime-admin.css"
> change line 1704 - 1706
from .footer {
z-index: 100;
position: absolute;
to .footer {
z-index: 100;
position: relative;

That's it, if you use another admin template search for ".footer" and change the position from "absolute" to "relative".
Now the buttons appear correctly, see the attached screenshot.

Best regards,
Jürgen
The topic has been locked.
  • alexdp
  • alexdp's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 2 months ago #131029 by alexdp
Great,
Thank you all. This makes my day.

Note : Hopefully the next built will correct this problem.

Best regards,

Alex DP
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose