Take the 2-minute tour ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I've set up a landing page panel with two items in it, a content page with a welcome message and a view showing certain content. It works great, but when I look at it as an anonymous user only the view is showing up, not the welcome page message.

I haven't put any special access conditions and my only variant is the landing page and I can see all the content in the preview, so I don't understand why it isn't visible to everyone. The welcome message is on a published page as well, and caching is disabled for that panel for the moment.

share|improve this question

1 Answer 1

Ok, it was a caching issue after all. >.<

I'm not sure which caches Panels uses, but the very handy Administration menu's flush all caches link seems to have fixed the problem.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.