Yukon Cornelius – can you provide any further instructions on your work around? I tried adding it in the footer and hiding it with CSS, but I still received the walls_to_load error. What conditional code do you use?
Note, I tried using the code provided by swfideas on another board (https://ww.wp.xz.cn/support/topic/wptouch-menus-breaking?replies=10). It seemed to work, but my plugin disappears after a time. I’m concerned it may be because this code is causing an error.
`
jQuery(document).ready(function(){
if(typeof walls_to_load !== ‘undefined’) {
var agragator = new Agregator(walls_to_load);
}
});
`
Thanks in advance for any help.