Deactivating Microthemer => result extra code on frontend website

Tagged: 

Author Posts

Tenerife

Dear Sir,
I followed your instructions to deactivate Microthemer. First copied the code (General/Preferences/Inactive) to the bottom of function.php of the Hueman themes child theme.
But then extra code is displaid on the frontend of the website.
See attached screenshot.
Is this normal?
Regards,
Guy


Tenerife

Extra information:
Microthemer Versie: 5.6.1.9
Chrome browser


Sebastian

Hey,

No, the code shouldn’t display on the website. I suspect you have pasted the code AFTER the closing PHP tag in your functions.php file:

?>

[your code here]

In order for the code to work correctly, it needs to be added BEFORE the closing PHP tag, like so:

[your code here]

?>

I hope that helps. Please let me know if you need further assistance.

Thanks,
Sebastian

You must login or register to reply to this topic.