Hey there,
I’m running into an issue since I last updated Pro - I had a shortcode in the Content Area Off Canvas that I used to display a a widget area. I created the shortcode in functions.php:
dynamic_sidebar( 'ups-sidebar-fly-out-menu' );
}
add_shortcode('flyoutmenu', 'flyOutMenuShortcode');```
In the header I have this set up:
<img src="//tco-forum-uploads.s3.amazonaws.com/original/3X/2/0/20729bf858cd81e198cd92c93a70282082a6b85e.JPG" width="574" height="291">
Yet it doesn't show the widget area at all:
<img src="//tco-forum-uploads.s3.amazonaws.com/original/3X/2/b/2b53514b95ab73879306d17a412a405ce1bcf301.JPG" width="232" height="500">
There's a menu, search bar, another menu, and some social share buttons there.
I'll attach a hidden post right after this with a URL where you can view the shortcode embedded into a page (to prove that the shortcode works) and will also have the menu where the shortcode is not parsing in the navbar. This worked before (I was a few releases out of date though)