Best practice forum (Archived)

Cette discussion de forum a été supprimée

 
Ce message du forum a été supprimé
Sunday 14 September 2014, 22:14
Le contenu de ce message de forum a été supprimé et n'est plus accessible.
Tom Ireland
Re: Changing LMS Appearance
par Tom Ireland, Monday 15 September 2014, 01:51
Groupe 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
par Lesli Smith, Monday 15 September 2014, 07:08
Groupe PartnersGroupe 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

Ce message du forum a été supprimé
Monday 15 September 2014, 10:59
Le contenu de ce message de forum a été supprimé et n'est plus accessible.
? ?
Re: Changing LMS Appearance
par ? ?, Monday 15 September 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.

Ce message du forum a été supprimé
Tuesday 16 September 2014, 06:01
Le contenu de ce message de forum a été supprimé et n'est plus accessible.
? ?
Re: Changing LMS Appearance
par ? ?, Tuesday 16 September 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
par Brian Barnes (Core Developer), Monday 22 September 2014, 14:48
Groupe 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
par Brian Barnes (Core Developer), Monday 22 September 2014, 19:16
Groupe 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

Ce message du forum a été supprimé
Tuesday 23 September 2014, 10:16
Le contenu de ce message de forum a été supprimé et n'est plus accessible.
Ce message du forum a été supprimé
Tuesday 16 September 2014, 18:20
Le contenu de ce message de forum a été supprimé et n'est plus accessible.