Shoelace theme for Moodle 2.5 updated

Shoelace theme for Moodle 2.5 updated

Gareth J Barnard -
回帖数:16
Core developers的头像 Particularly helpful Moodlers的头像 Plugin developers的头像

Hi all,

A new version of the Shoelace theme is now available: https://moodle.org/plugins/pluginversion.php?id=3119 - V2.5.1.1

It fixes a few small issues:

1. Tweaked css for course search box on the course category page.
2. Updated layouts from core.
3. Adjusted custom css setting so that when it changes its effects are applied immediately.
4. Fixed inverse setting.
5. Fixed no purge when setting footnote.
6. Reversed this version information list to make the latest updates easier to find.

Cheers,

Gareth

回复Gareth J Barnard

Re: Shoelace theme for Moodle 2.5 updated

Mary Evans -

Hi Gareth,

Will take new/updated shoestring on test run in a few mins.

Cheers and thanks for updating your Shoestring theme

Mary

回复Mary Evans

Re: Shoelace theme for Moodle 2.5 updated

Gera Rocha -

Hi,

I'm using MOODLE 2.5 with Shoelace Theme. It works really fine.

But I need change the theme's colours for my school's colours.

How can I do that?

I didn't installed the Bootstrap theme, it's still needed?

Cheers and thanks for this nice work.

回复Gera Rocha

Re: Shoelace theme for Moodle 2.5 updated

Gareth J Barnard -
Core developers的头像 Particularly helpful Moodlers的头像 Plugin developers的头像

Dear Gera,

The Bootstrap theme comes with Moodle core and I messaged you the details about changing colours.

Cheers,

Gareth

回复Gareth J Barnard

Re: Shoelace theme for Moodle 2.5 updated

Gera Rocha -

Hi, Gareth.

I still working in CSS changes em SHOELACE 2.5

I have all the CSS rules I want to change, but in the archive custon.css or in the css editor in the SHOELACE the changes are not going on.

What can I do?

Thank you.

PS.: Sorry my poor english

回复Gera Rocha

Re: Shoelace theme for Moodle 2.5 updated

Gareth J Barnard -
Core developers的头像 Particularly helpful Moodlers的头像 Plugin developers的头像

Dear Gera,

Do your changes work in the custom CSS setting for the theme?  And have you done a 'Purge all caches'?

Cheers,

Gareth

回复Gareth J Barnard

Re: Shoelace theme for Moodle 2.5 updated

Gera Rocha -

Hi, Gareth.

I do try 'purge all caches'. It doesn't work.

These are the changes I want to do:

Change padding and change the colour of the name of the site in the navbar.

It work fine in a local site, but 2.4 version.

Do you imagine what should be happen?

Thank you again

cheers

 

回复Gera Rocha

Re: Shoelace theme for Moodle 2.5 updated

Gareth J Barnard -
Core developers的头像 Particularly helpful Moodlers的头像 Plugin developers的头像

Dear Gera,

I'm now confused as you are now talking about the M2.4 version and not the M2.5 version.  Could you kindly post the CSS that is not working and I'll see if I can sort it.

Cheers,

Gareth

回复Gareth J Barnard

Re: Shoelace theme for Moodle 2.5 updated

Gera Rocha -

HI, Gareth.

Forget about 2.4, I'm working with 2.5, sorry the misunderstood.

I add a doc with the css. ODT is OK? 

Thank you.

Cheers

回复Gera Rocha

Re: Shoelace theme for Moodle 2.5 updated

Gera Rocha -

Hi, Gareth.

Do you saw the code? I send you in ODT because MOODLE reconizes and apply CSS codes.

Cheers.

回复Gera Rocha

Re: Shoelace theme for Moodle 2.5 updated

Gareth J Barnard -
Core developers的头像 Particularly helpful Moodlers的头像 Plugin developers的头像

Dear Gera,

Sorry, I did not see the post.  I now have the ODT and can read it.  I'll have a look.

Cheers,

Gareth

回复Gera Rocha

Re: Shoelace theme for Moodle 2.5 updated

Gareth J Barnard -
Core developers的头像 Particularly helpful Moodlers的头像 Plugin developers的头像

Dear Gera,

After much head scratching I found that the order of the parameters in:

text-shadow:#FFE399 0 1px 0;

was incorrect causing the style not to applied, it should have been:

text-shadow: 0 1px 0 #FFE399;

But then I realised that you are using CSS to hide something by using the same colour scheme etc.  But this does not quite work as some browsers render slightly differently.

What you need to do is remove the printing of the brand in the first place, so edit the layout files and remove (in the case of frontpage.php, line 71):

< a class="brand" href="< ? php echo $CFG->wwwroot; ? >">< ? php echo $SITE->shortname;  ? > < / a >

Cheers,

Gareth

回复Gareth J Barnard

Re: Shoelace theme for Moodle 2.5 updated

Gera Rocha -

Hi, Gareth.

I really can't find the frontpage.php file in Shoelace theme and I try really hard to find. Can you, please, tell me where the file is?

Thank you.

Cheers.

回复Gera Rocha

Re: Shoelace theme for Moodle 2.5 updated

Gareth J Barnard -
Core developers的头像 Particularly helpful Moodlers的头像 Plugin developers的头像

Dear Gera,

It's in the 'layout' folder.

Cheers,

Gareth

回复Gareth J Barnard

Re: Shoelace theme for Moodle 2.5 updated

Gera Rocha -

Hi, Gareth.

Thank you again. I change the general.php file and everything went fine.

This is how my shoelace looks like actually : http://177.11.48.116/~pipsfies/cursos/

One last question: how i change the button colours? 

In time: how can I pay you if my boss ask me for huge changes? answer me inbox, please.

cheers

回复Gera Rocha

Re: Shoelace theme for Moodle 2.5 updated

Gera Rocha -

Dear Gareth

Did you see my last message?

cheers

回复Gera Rocha

Re: Shoelace theme for Moodle 2.5 updated

Gareth J Barnard -
Core developers的头像 Particularly helpful Moodlers的头像 Plugin developers的头像

Dear Gera,

Umm no, I did not see it.  I will message you.

I suspect that the button class is '.btn' but please don't quote me on it as I change the LESS files.

Cheers,

Gareth