How to Remove Footer in Boost Theme

How to Remove Footer in Boost Theme

av Nate Jones -
Antall svar: 16

We are using Moodle 3.2.1 with the Boost theme. I'm looking to remove the footer section on all pages. I can't figure out where/how to remove it as a whole. Any help would be appreciated, thanks.

Gjennomsnittlig vurdering: -
Som svar til Nate Jones

Re: How to Remove Footer in Boost Theme

av Chris Kenniburg -
Bilde av Plugin developers

The easiest way would be to drop this in the custom scss box:

footer#page-footer {display: none;}


This just hides it from the browser without hacking any files.  


Gjennomsnittlig vurdering:Useful (4)
Som svar til Chris Kenniburg

Re: How to Remove Footer in Boost Theme

av Nate Jones -

I don't see a custom.scss file in the scss directory (/usr/moodle/theme/boost/scss). I can find an custom.scss file in the bootstrap directory (/usr/moodle/theme/boost/scss/bootstrap).  Since I originally posted this question we have upgraded to 3.2.2.  Does that make a difference? 

Som svar til Nate Jones

Re: How to Remove Footer in Boost Theme

av Chris Kenniburg -
Bilde av Plugin developers

You don't have to touch any files.  It's the second box on boost settings advanced tab.  Look in theme settings for boost.

Site admin/ appearance / boost

Gjennomsnittlig vurdering:Useful (1)
Som svar til Chris Kenniburg

Re: How to Remove Footer in Boost Theme

av Nate Jones -

Sorry for the confusion. That did work. I appreciate your insight and knowledge.

Som svar til Nate Jones

Re: How to Remove Footer in Boost Theme

av Chris Kenniburg -
Bilde av Plugin developers

No problem.  A cool effect is to actually make the footer the same color as the page background.

Might want to try that

Gjennomsnittlig vurdering:Useful (1)
Som svar til Chris Kenniburg

Re: How to Remove Footer in Boost Theme

av Gordee McBride -

Hi Chris, There is no raw scss in fordson. is there a way to do this in fordson without messing with files?


Som svar til Nate Jones

MOOVE THEME | Re: How to Remove Footer in Boost Theme

av alan Fermin -

I can't modify the footer. I was only able to delete the default text in the following way:

In the directory: public_html/aulavirtual/theme/moove/templates file footer.mustache

**Your virtual classroom name **

In file footer.mustache i deleted the line 27 "<h2>{{#str}}stayintouch, theme_moove{{/str}}</h2>"

And i deleted from line 98 to 105 "

<div class="madewithmoodle">

            <p>{{#str}}madewitmoodle, theme_moove{{/str}}</p>

            <a href="https://moodle.org"><img src="{{output.get_pix_image_url_base}}/moodle-logo-white.png" alt="Moodle logo"></a>

        </div>

 

        <div class="madeby">

            <p>{{#str}}madeby, theme_moove{{/str}} <a href="http://conecti.me">conecti.me</a></p>

        </div>" 

Also the linea 111 "{{{ output.standard_footer_html }}"

But I couldn't find the file to modify the footer and not delete it. And I want to know how I can find it, so I can modify it instead of eliminating it

(Edited by Mary Evans - added MOOVE to subject line as reference - original submission Tuesday, 9 January 2018, 3:47 PM)

Som svar til alan Fermin

Re: How to Remove Footer in Boost Theme

av Rick Jerz -
Bilde av Particularly helpful Moodlers Bilde av Testers

I think that I added the CSS code below in Advanced Settings to remove the footer in my Boost.

/* This might remove the Home link in the footer */

.homelink {

    display: none;

}


Gjennomsnittlig vurdering:Useful (1)
Som svar til Rick Jerz

Re: How to Remove Footer in Boost Theme

av Fernando Ximenes -

I am using MoodleCloud with Boost. I have inserted the suggested code in Advanced settings -> Pure SCSS (theme_boost | scss), but it didn't work. Any suggestions?

Tks in advance

Som svar til alan Fermin

Re: How to Remove Footer in Boost Theme

av Richard Oelmann -
Bilde av Core developers Bilde av Particularly helpful Moodlers Bilde av Plugin developers Bilde av Testers

Alan,

You may need to start a new thread for this issue - the header on this thread refers to the Boost theme, while your code is referencing the Moove theme. You may get better targetted help in a new thread where people can see what theme you are referring to, rather than continuing to give advice on Boost, which may or may not be relevant to you.

Som svar til alan Fermin

Re: MOOVE THEME | Re: How to Remove Footer in Boost Theme

av Mary Evans -
Bilde av Core developers Bilde av Documentation writers Bilde av Peer reviewers Bilde av Plugin developers Bilde av Testers

Hi Alan,

No need to do as Richard advised as I will contact the Author of the theme who, with luck, will give you instructions on what to do.

Cheers

Mary

Som svar til alan Fermin

Re: MOOVE THEME | Re: How to Remove Footer in Boost Theme

av Willian Mano -
Bilde av Core developers Bilde av Plugin developers
You can hide the footer in the theme settings. You don't need to edit the source code to do it.
Som svar til Willian Mano

Dette foruminnlegget har blitt fjernet

Innholdet i dette foruminnlegget har blitt fjernet og er ikke lengre tilgjengelig.