Home › Forums › Theme support › Animacare theme: Menu does not appear on mobile version › Reply To: Animacare theme: Menu does not appear on mobile version
Yes, I know, but the Div tag in your code is not javascript code, that’s why it’s not working.
You can try this: replace the first line with this code:
jQuery('body').append('<div id="fb-root"></div>');
I think this could work…