How to Remove Footer in Boost Theme

How to Remove Footer in Boost Theme

by Nate Jones -
Number of replies: 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.

Average of ratings: -
In reply to Nate Jones

Re: How to Remove Footer in Boost Theme

by Chris Kenniburg -
Picture of Particularly helpful Moodlers Picture of 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.  


Average of ratings: Useful (4)
In reply to Chris Kenniburg

Re: How to Remove Footer in Boost Theme

by 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? 

In reply to Nate Jones

Re: How to Remove Footer in Boost Theme

by Chris Kenniburg -
Picture of Particularly helpful Moodlers Picture of 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

Average of ratings: Useful (1)
In reply to Chris Kenniburg

Re: How to Remove Footer in Boost Theme

by Nate Jones -

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

In reply to Nate Jones

Re: How to Remove Footer in Boost Theme

by Chris Kenniburg -
Picture of Particularly helpful Moodlers Picture of 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

Average of ratings: Useful (1)
In reply to Chris Kenniburg

Re: How to Remove Footer in Boost Theme

by Gordee McBride -

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


In reply to Nate Jones

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

by 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)

In reply to alan Fermin

Re: How to Remove Footer in Boost Theme

by Rick Jerz -
Picture of Particularly helpful Moodlers Picture of 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;

}


Average of ratings: Useful (1)
In reply to Rick Jerz

Re: How to Remove Footer in Boost Theme

by 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

In reply to alan Fermin

Re: How to Remove Footer in Boost Theme

by Richard Oelmann -
Picture of Core developers Picture of Plugin developers Picture of 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.

In reply to alan Fermin

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

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of 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

In reply to alan Fermin

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

by Willian Mano -
Picture of Core developers Picture of Plugin developers
You can hide the footer in the theme settings. You don't need to edit the source code to do it.
In reply to Willian Mano

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

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

by Fernando Ximenes -

Thanks, Caspian. Please se attached file. That is the footer I want to remove.

Attachment Footer MoodleCloud.png
Average of ratings: Useful (1)