Widget Overlay unresponsive after login

Permalink
I'm not sure if the problem I'm experiencing would fall under an issue with the theme or Concrete5. After login the welcome back widget overlay does not load completely which then prevents navigating to any other page. If I type in the URL for a specific page that is publicly viewable I can get to it, but any pages requiring authentication do not load. I hope this makes some sense, but if not I can clarify further hopefully. One more thing, it doesn't matter what browser or OS I use client side, the results are the same.

obtechsupport
 
hutman replied on at Permalink Reply
hutman
I believe if you add these two lines into your config/site.php that overlay should be disabled. I'm not sure why it wouldn't load completely, but this should be a workaround for you.

define('ENABLE_NEWSFLOW_OVERLAY', false);
define('ENABLE_APP_NEWS', false);
exchangecore replied on at Permalink Reply
exchangecore
I think technically you only need the first one.
define('ENABLE_NEWSFLOW_OVERLAY', false);


The enable app news will simply prevent it from trying to connect, the enable newsflow overlay is what actually causes it to be displayed. (though you could argue wtihout the newsflow overlay, the app news isn't of much use).

http://www.concrete5.org/documentation/how-tos/developers/white-lab...
obtechsupport replied on at Permalink Reply
obtechsupport
SO adding the line of code definitely resolved the issue with the modal window, but I still can't seem to get any of the private pages to load. In an effort to resolve this I have replaced the "Concrete" folder and all contents with a freshly downloaded copy of the same C5 version. No Joy though.