The LimeSurvey Fund-Raiser 2012 is complete. Thank you for donating a total of 25,000 USD!     List of donors »

Welcome, Guest
Username: Password: Remember me

TOPIC: Internet Explorer Issue

Re: Internet Explorer Issue 5 months 1 week ago #90107

  • NkemIku
  • NkemIku's Avatar
  • OFFLINE
  • Senior Lime
  • Posts: 40
  • Karma: 0
Hi Sorry,

I just reactivated it. Maybe it will work now.
The administrator has disabled public write access.

Re: Internet Explorer Issue 5 months 1 week ago #90108

  • tpartner
  • tpartner's Avatar
  • OFFLINE
  • LimeSurvey Team
  • Posts: 2858
  • Thank you received: 424
  • Karma: 244
You accidentally deleted the last closing bracket when you pasted the code.

This:
.boilerplate .answers {
	display: none;
 
.welcome-table {
	width: 100%;
}
 
.welcome-table img {
	width: 90% !important;
	height: auto !important;
	max-width: 1100px !important;	
}

Needs to be this:
.boilerplate .answers {
	display: none;
} 
 
.welcome-table {
	width: 100%;
}
 
.welcome-table img {
	width: 90% !important;
	height: auto !important;
	max-width: 1100px !important;	
}
Cheers,
Tony

LimeSurvey is open-source and run entirely by volunteers so please consider donating to support the project.
The administrator has disabled public write access.

Re: Internet Explorer Issue 5 months 1 week ago #90109

  • tpartner
  • tpartner's Avatar
  • OFFLINE
  • LimeSurvey Team
  • Posts: 2858
  • Thank you received: 424
  • Karma: 244
Ah, now there's a problem caused by invalid HTML.

Change this:
.welcome-table img {

To this:
.welcome-table p img {
Cheers,
Tony

LimeSurvey is open-source and run entirely by volunteers so please consider donating to support the project.
The administrator has disabled public write access.

Re: Internet Explorer Issue 5 months 1 week ago #90110

  • NkemIku
  • NkemIku's Avatar
  • OFFLINE
  • Senior Lime
  • Posts: 40
  • Karma: 0
Hi Tony,

Thanks for that. It worked, but now my logo which is inserted into the template is enormous. Should I just shrink it through the standard files?

I apologize for all the questions. I am learning how to use LimeSurvey everyday.
The administrator has disabled public write access.

Re: Internet Explorer Issue 5 months 1 week ago #90111

  • tpartner
  • tpartner's Avatar
  • OFFLINE
  • LimeSurvey Team
  • Posts: 2858
  • Thank you received: 424
  • Karma: 244
See my answer 1 above.
Cheers,
Tony

LimeSurvey is open-source and run entirely by volunteers so please consider donating to support the project.
The administrator has disabled public write access.

Re: Internet Explorer Issue 5 months 1 week ago #90112

  • NkemIku
  • NkemIku's Avatar
  • OFFLINE
  • Senior Lime
  • Posts: 40
  • Karma: 0
Thanks Tony,

I really appreciate your help. I have one final javascript customization for confirmation messages which I have to figure out next. I have posted questions on this forum, but no one seems to know what to do.
The administrator has disabled public write access.

Re: Internet Explorer Issue 5 months 1 week ago #90113

  • tpartner
  • tpartner's Avatar
  • OFFLINE
  • LimeSurvey Team
  • Posts: 2858
  • Thank you received: 424
  • Karma: 244
Yeah, I sent a reply to your PM about that. There is no simply solution. Any JavaScript would be different for every page and depend on the question type(s) on the page.
Cheers,
Tony

LimeSurvey is open-source and run entirely by volunteers so please consider donating to support the project.
The administrator has disabled public write access.

Re: Internet Explorer Issue 5 months 1 week ago #90115

  • NkemIku
  • NkemIku's Avatar
  • OFFLINE
  • Senior Lime
  • Posts: 40
  • Karma: 0
Hi,
Thanks for your help. I just read your response in my PM. I will talk to my IT officer and see if you will know of more things to do.


HAve a good night.
The administrator has disabled public write access.
Moderators: DenisChenu, ITEd
Time to create page: 0.307 seconds
Donation Image