Discussions

Ask a Question

Filter Tag with with_scope doesne't work

Hi,
i got a problem while trying to filter my blog entries through with_scope. In wagon my filter system it worked quiet well. But when i deploy it to my locomotive site it won't filter these entries anymore.

how to fix ->SyntaxError: expected expression, got '<'?

Hi I use coffee script and all run very good in my local host, but when I deploy in my preview send me the next " error SyntaxError: expected expression, got '<' "

Quick Start Issue - Digital Ocean

I've just stumbled across Locomotive and it looks really good so thought I'd give it a go. Starting with the quick start guide it all went well until I got down to number 5. Deploy the site. I've got a droplet setup on Digital Ocean and not sure what to do. I ran the command in shell but got an error back? Do I need to do something else to get it to work with Digital Ocean?

Access secont element in contents array

It is possible to access contents.posts.first and .last. How do I access arbitrary elements? I know I can do .all[i], but this fetches all documents from the database and is thus inefficient. In locomotivecms_steam-1.1.1/lib/locomotive/steam/liquid/drops/content_entry_collection.rb a slice(index, length) function is defined which should do exactly what I want. However it is protected and cannot be accessed over the liquid API. What do?

Answered

Problems installing Engine

I'm having problems installing Engine on my own server, following instructions here:

how do to have a dropdown menu?

Hi I try to have a dropdown menu, but I lost try, my structure is the next

Using booleans in metafields

I set up a metafield with a boolean value and used it to control display of a portion of a page inside the tag {% if %}. I set it up in my config file using true or false for the default values, and the page displays in Wagon as I would expect based on the value I set. But when I push the site to the engine, the value I set using the back office makes no difference in the display of the page. The portion of the page I'm trying to control displays regardless of the value. I'm wondering if I have a fundamental misunderstanding of something.