Blocks not rendered on page_forbidden page when permissions are set

Permalink
I have the members page on a site set so that only people who are logged in can access and see it. Otherwise it goes to the page forbidden page. (I set this up as per this thread:
http://www.concrete5.org/developers/bugs/5-4-1/make-page-forbidden-... )

Thing is, I've added blocks (namely to the "Logo" in the header area) to that page via the dashboard/single pages - yet they don't show unless one is logged in to the site. My theme is picked up properly via my_theme_paths.php but the "Logo" block is not displaying its content.

When I am logged out and type the path like this:
http://vault.kohinoorjewellery.co.il/index.php?cID=108... - I see the blocks, but when I use the navigation in the header menu and/or type the pretty url
http://vault.kohinoorjewellery.co.il/members... - it does not show the blocks. I've gone through several discussions on the forums but can't find the solution for this.

I understand it has to do with the url, and maybe the fact that the page is set with permissions? Perhaps there is an easy solution to this that I am missing?

Attached screenshots:
Logged in, logged out via pretty url, logged out via non-pretty url

3 Attachments

anchoredbutterfly
 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Have you ever find any solutions for that? I've faced the same kinda problem in one of my site. It shows the main navigation but the css doesn't loaded. But the same menu works perfectly if I'm logged in with admin.

Rony
jasteele12 replied on at Permalink Reply
jasteele12
You don't have Full Page Caching turned on do you?

John
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
No its not enabled. Rather I've played with all options by enabling & disabling, but doesn't work.
enlil replied on at Permalink Reply
enlil
http://www.concrete5.org/marketplace/addons/redirect1/

Should be able to add this to the members page and redirect non-logged in users directly to the login page!!
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Its not the issue, my concern is having the navigation block rendered properly while in page forbidden page.

Rony