this is wrong. this works but lets all views be solo views instead of being rendered to an area.
The solution is to edit line 1032 like this:
$rawElement = $this->_renderElement($instance,$v['id']);// $k);
now renderelelment gets the actual element id instead of the order number of the element on the page.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
this is wrong. this works but lets all views be solo views instead of being rendered to an area.
The solution is to edit line 1032 like this:
$rawElement = $this->_renderElement($instance,$v['id']);// $k);
now renderelelment gets the actual element id instead of the order number of the element on the page.