Discussions

Ask a Question

Can custom libraries be used with the Actions API?

This is mostly a matter of curiosity, but supposing I wanted to include some JS lib to do something server side with some data, could I?

SSL Certificate

What's the process for adding an SSL cert to a custom domain? Or even better having one issued and updated by Locomotive through some kind of ACME provider? I've searched these help articles, but don't see any mention of it.

Editing & Saving issue

Hi, I can make changes but when I click save it takes a while for the save to happen. When I check our site the changes haven't happened. When I go back to Locomotive it looks the same as it did before I mad the changes. So it seems it didn't save and update but I dont know why, any ideas gratefully received? PS I can make changes in other pages and it works OK!

Sign in problem with YML data deploy

Dear All, I'm developing a new site in Locomotive 3.3 with authentication. I am interested in loading some default accounts, so I put them in data YML file, as described in the guide. As a result, the sign in doesn't work properly (Wrong credentials); but, if I update the same password in the back-end in the that model entry, it works perfectly. What could be the problem? Thank you in advance.

path_to object empty

{% for product in contents.products %} <a href="{% path_to product %}">{{product.title}}</a> {% endfor %} What can be the reason to have an empty href attribute?

Domain verification for Facebook

Hi, I believe facebook are making some changes as of 18th Dec. The notification ive had said ive got to register my domain with them. To do this ive had to set up a business manager page and have now got the information that needs to be entered on our website to verify our domain. I dont know where to enter this information so thats one of my questions, where do I go? I can upload a HTML file to the root directory of http://fitin30gym.co.uk or add a TXT record in your DNS configuration, so which one should I use? Thank you

Would you recommend to create an ecommerce based on LocomotiveCMS ?

We need to create a E-commerce ? I'd like to know if you would recommend doing it with Locomotive ? Do you have some example sites ? We come from PHP and Wordpress world.... Is there any woocommerce plugin like ?

Order of field type many_to_many

Hello, we have defined a content type "artists" with a field type many_to_many "artworks". This field type has the option ui_enabled set to true, so we can order the "artworks" manually in the back-end. We output the "artworks" in a template file like this: {% for artwork in artist.artworks %} ... {% endfor %} But the order outputted is different from the back-end. I would like to know: Is there a option for this field type or for the template file, which respects the order set in the back-end? Regards, Andreas

Heroku Timeouts

Why does the app crash after deploying to heroku due to heroku timeout after 30 seconds (H12).

Export

Is it possible to get a a database dump and any uploaded files for a site? I need to switch hosts. Thanks!