Global Sidebar Requires Refresh?

Permalink
I have a sidebar area defined as a GlobalArea('Sidebar'). It seems to work sometimes. But at other times, it requires a refresh to see the proper sidebar displayed.

It happens even after clearing my browser's cache (Firefox) and clearing concrete5's cache (I have the block, overrides and page caches turned off for development).

Do I need to be making changes elsewhere to get that global sidebar to display on every page the GlobalArea('Sidebar') is defined?

bobrocke
 
enlil replied on at Permalink Best Answer Reply
enlil
Sounds like your having a conflict between global and non global sidebar area. Check all your page type php files and make sure there's not any conflicts.
enlil replied on at Permalink Reply
enlil
To further my answer... if you have an area sidebar on one page and a globalarea sidebar on another page, this is the type of behavior you can expect to see...
bobrocke replied on at Permalink Reply
bobrocke
Thanks so much! That was it. And it was about to make me crazy.

Down deep in the hierarchy of page_type php files, in one of the installed packages, was another 'Sidebar' that was defined locally.