locomotivecms / engine

A platform to create, publish and edit sites
http://www.locomotivecms.com
Other
2.31k stars 625 forks source link

Issues with fresh installation #1401

Closed alg closed 2 years ago

alg commented 2 years ago

Hi everyone,

I must be doing something wrong. Here's what's going on.

  1. I cannot add / delete sections (say, more hero blocks)
Screenshot 2022-09-28 at 15 44 21
  1. Whenever I add pages, they all look like my first page -- all have hero and latest project blocks.

I tried creating users with different roles to no effect.

  1. The views render ultra-slow. Normally, it takes 5-10 seconds to handle any clicks. Sometimes up to 100 seconds. Mongo responds snappily (1-3ms), the rest is view rendering judging by the timings in Rails logs. But first things first.

Any pointers on how to enable editing? I really loved the demo where I can add sections. That's what we really need.

alg commented 2 years ago

After digging more I found that I need to include {% sections_dropzone %} in the layout. It wasn't obvious, sorry. Closing this one.