The following message appears on the top of the page when viewing the website on mobile. It refers to line 186, which goes as follow:
while ( $activity = each( $this->element_activities[ $tag ] ) )
I tried replacing it by:
foreach($this->element_activities[ $tag ] as $activity )
but it made it worse. Would anyone have a solution?