Hi Shaul,
will do it over weekend, right now I have not much time. Will send you an email.
I will do it for starter theme. Where do you want hamburger icon precisely placed ?
For some strange reason theme_body and do_shortcode do not work in this off-canvas menu. So I was forced to use classic call PHP file (include). There is another simple trick to call template, but only Posts part. Difficult to insert any control there, compared to insert before and after content part. This Posts (Blog, index) part of hidden template is literally useless when trying to imitate mega Menu or any menu. it has to be custom TH control, or imported Sections from Clipart.
Second problem is that TH edit screen calculates everything relative to xxxxx_preview theme. So any native WP call of template results in wrong calculated and coded link in real theme.
Will try this time shortcode control, function in functions.php and call templete this way. But I guess it will be the same, xxxx_previev in link. No matter, as PHP file call works, but do not like writing absolute link there. Any changes in URL, transfer to new domain, and it does not work anymore.
I sincerely believed before you can insert any control inside CMS part od Posts listing. But not. For instance a Section cannot be added before, after Posts but inside CMS part.
Hi Shaul,
will do it over weekend, right now I have not much time. Will send you an email.
I will do it for starter theme. Where do you want hamburger icon precisely placed ?
For some strange reason theme_body and do_shortcode do not work in this off-canvas menu. So I was forced to use classic call PHP file (include). There is another simple trick to call template, but only Posts part. Difficult to insert any control there, compared to insert before and after content part. This Posts (Blog, index) part of hidden template is literally useless when trying to imitate mega Menu or any menu. it has to be custom TH control, or imported Sections from Clipart.
Second problem is that TH edit screen calculates everything relative to xxxxx_preview theme. So any native WP call of template results in wrong calculated and coded link in real theme.
Will try this time shortcode control, function in functions.php and call templete this way. But I guess it will be the same, xxxx_previev in link. No matter, as PHP file call works, but do not like writing absolute link there. Any changes in URL, transfer to new domain, and it does not work anymore.
I sincerely believed before you can insert any control inside CMS part od Posts listing. But not. For instance a Section cannot be added before, after Posts but inside CMS part.