Best practice forum (Archived)

Este foro de discusión ha sido eliminado.

 
Esta publicación en el foro ha sido eliminada.
Sunday, 14 de September de 2014, 22:14
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
Tom Ireland
Re: Changing LMS Appearance
de Tom Ireland - Monday, 15 de September de 2014, 01:51
Grupo Totara

Hi, Gareth

Have you checked to ensure that "Custom Totara" is the current theme selected? Please go to Site administration > Appearance > Themes > Theme selector and double-check to ensure the current theme selected is "Custom Totara".

If you are using another theme e.g. "Custom Totara Responsive", you can follow the path to the theme settings to upload a new logo in the same way you did for "Custom Totara" - Site administration > Appearance > Themes > Custom Totara Responsive.

Cheers

Tom

Lesli Smith
Re: Changing LMS Appearance
de Lesli Smith - Monday, 15 de September de 2014, 07:08
Grupo PartnersGrupo TXP Site Administrator

I would also like to add that while you are there in the theme selector area, you will need to click on the "clear theme cache" button at the top to make sure your theme changes push out where you can see them right away. Usually after I do that and refresh my browser, I can see the new logo. Best,

Lesli

Esta publicación en el foro ha sido eliminada.
Monday, 15 de September de 2014, 10:59
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
? ?
Re: Changing LMS Appearance
de ? ? - Monday, 15 de September de 2014, 14:36
 

Hi Alan

Does the current logo functionality in the Custom Totara theme not meet accessability standards? If so if you could provide a little more detail on how it should work to meet standards then we'll get it fixed.

Esta publicación en el foro ha sido eliminada.
Tuesday, 16 de September de 2014, 06:01
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
? ?
Re: Changing LMS Appearance
de ? ? - Tuesday, 16 de September de 2014, 19:12
 

Hi Alan,

Thanks for the detailed info! I've filed a bug and Brian will be looking at it as part of the ongoing accessibility improvement project.

Brian Barnes (Core Developer)
Re: Changing LMS Appearance
de Brian Barnes (Core Developer) - Monday, 22 de September de 2014, 14:48
Grupo Totara

Hi Alan,

Thanks for pointing this out.

I am thinking that we output something along the lines of:
<div class="accesshide">ACME Company</div>
<div id="logo" class="custom"><a href="<?php echo $CFG->wwwroot; ?>"><img class="logo" src="<?php echo $logourl;?>" alt="ACME Company Logo" /></a></div>

The moodle class "accesshide" already does what you intend to do with "toptitle". I am thinking by adding the word "logo" to the alt tag, it will avoid a screen reader saying something along the lines of "... ACME Company, image ACME Company ..." (and say something along the lines of "... ACME Company, image ACME Company Logo ...").  What are your thoughts on that?

Kind Regards,

Brian Barnes

Brian Barnes (Core Developer)
Re: Changing LMS Appearance
de Brian Barnes (Core Developer) - Monday, 22 de September de 2014, 19:16
Grupo Totara

On further thoughts, is the company name needed there? I understand that currently there isn't a way to see the company name for a screen reader and I am improving that for 2.7. Having it as a "hidden" div as you have described will not present it in a useful manor for a screen reader (it would appear to be some random text).

Cheers,

Brian Barnes

Esta publicación en el foro ha sido eliminada.
Tuesday, 23 de September de 2014, 10:16
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
Esta publicación en el foro ha sido eliminada.
Tuesday, 16 de September de 2014, 18:20
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.