Discussions

Ask a Question
ANSWERED

Call active model in root.liquid layout

Hello, How do I get the current/active model in the `root.liquid` layout? Right now when I add custom text (SEO title, meta keywords and meta description) it is inheriting from `pages`, and I want it to be customised for the current model. I can call the different models using `{{ models.references.first.meta_keywords }}` so I know the information is available, but need to call only the active/current model

Ruby in Wagon

How do I use Ruby in a wagon site? I don't know how to make a "drop". I have searched and pulled all of the source code and still no luck. Any tip on even what file to look in?

I cannot launch wagon serve

Hi, I have a problem with an installation on Windows 8.1. I try: bundle exec wagon serve -v and reply me: cannot load such file -- 2.2/redcloth_scan Couldn't load 2.2/redcloth_scan Could you help me?
ANSWERED

Filter fields Locomotive 3?

Where I can now define "Filter fields"? In locomotive 2 I was able todo that on a admin user interface. Now model edit is gone. My search in a admin panel dosn't work like it should after upgrade... :(

Engine: Disable sign up

I don't like the idea of random individuals signing up for a cms account on a digital ocean droplet with engine set up. Is it possible to disable sign up? Thanks.

Is it possible to specify a custom path for assets?

I'm trying to incorporate a library that has javascript, css and fonts that are all expected to be in the same folder. Can I put all of the assets together in a folder and then refer to them in my liquid template using a specific path? The docs don't cover this scenario. Is it even possible? If not, is there some other way to accommodate this scenario?

How do I backup and restore my site along with all content?

I'm wondering how do I backup my site and content as I'm guessing the edits are in Mongo? I've tried using the backup command with wagon 2.2.0 but I always get this error: Locomotive::Coal::UnauthorizedError Does this backup (if it works) give me a full backup with all site content? If so how to I restore the backup?

LOGIN

A web developer that has gone AWOL left us without our log in information. Can you supply us with this information? Our website is www.acmefinewines.com. My email contacts are [email protected] and [email protected]. Thank you !
ANSWERED

Deploy all environments in one command?

Is it possible to deploy all environments from your config file in one command? So to do something like: bundle exec wagon deploy *allenvs* -r theme_assets -f functions.js -v or should I need to list them like: bundle exec wagon deploy dev live_1 live_2 -r theme_assets -f functions.js -v Are any of those even possible? Thank you for your answers!