Discussions

Ask a Question

Issue with Database Queries

Hello I'm having an issue where the newest version of our site is having really bad response time. When comparing the old version and new version using mongostat, it seems that the amount of queries being performed is much higher on the new version. This is even when just accessing our home page. To clarify the homepage of both sites are exactly the same. The response time gets so bad when hosting that our server tends to crash.

TLS Support ?

Hello,
We use Locomotive to support our site and we received this email.
Can you advise me on what this is or means?

Flexible Fields

I am coming from a Wordpress background and am looking into Ruby based CMS's. Locomotive seems to be on the top of list as of now. I am wondering if it is possible to have flexible fields in a content type. I call them flexible fields because I am used to the Advanced Custom Fields plugin for wordpress and using their terminology.

Reversed paginate

I have a collection of post, which I wish to handle reversed:

Pulling ContentAssets # Error description: undefined method `<' for nil:NilClass

Helle Support,
every time we try to clone or backup our site from server to local we get

LocomotiveCMS 2.3 MongoDB 2.6.2 hosting

hi Team,

Using markdown

I've got a content block defined as markdown, and it's working fine on the production server, but when viewing locally it's not converting the markdown:

Keep IDs and Classes with WYSIWYG

When I create an editable text block, the HTML id's and classes are missing from the CMS' WYSIWYG editor if you click on the "<>" code button. That means you lose those from the markup the minute you make a change and save it. It looks like Locomotive is using wysihtml5. Is there somewhere we can change the config for the parser rules for this?

Empty/Broken Editable Elements in the Backend after just

Hi,

Use member's name when displaying content_type creator?

I'd like to have the content_type creator's name pull straight from the member that created it. Right now, I'm having to create an Author content_type and associate it, but that doesn't seem to be the most efficient way to achieve this.