How to edit footer and header (mfe) if i using tutor-indigo

I’m having trouble editing the header and footer for tutor-indigo on pages where tutor-mfe is used. If I use the plugin slots, I end up seeing two headers and two footers at the same time. Could you please provide instructions on how to do this correctly?

You can refer to the discussion on customizing on Header and Footer - How to customize header and footer in tutor mfe

Hi @abylaikhan.suev.02 I searched the forums for “indigo footer” and found this thread, please check it out: Modify tutor open edx mfe indigo footer

Hi @abylaikhan.suev.02 ,
ndigo basically has its own custom headers and footers baked in, which are outdated and don’t include the plugin slot functionality. We’re currently doing R&D on removing Indigo’s headers/footers and replacing them with the default Open edX ones — once that’s in place, plugin slots will work out of the box.

In the meantime, if you want to keep using Indigo but still leverage plugin slots, you can fork Indigo and comment out or remove the following lines:
https://github.com/overhangio/tutor-indigo/blob/712ccff2992416f49fdd35cdcb90dfac8d778a21/tutorindigo/plugin.py#L123C1-L124C102

This will strip out Indigo’s headers/footers so the default Open edX ones load, allowing plugin slots to work as expected and then you wont be seeing two headers and footers

Thank you, yes that’s exactly what I did. Sorry, I forgot to write that I already found the solution.