Discussions

Ask a Question

Nested sections

Is it possible for sections to contain other sections?

ANSWERED

Include font-awesome

Has anyone successfully managed to include font-awesome in a wagon project (outside of using the built-in bootstrap theme that includes font-awesome)? I've tried using the official Font Awesome gem (https://github.com/FortAwesome/font-awesome-sass) with no success. Including just font-awesome in my application scss looks for the fonts at the path /fonts/font-awesome/, which gives a 404. Including font-awesome-sprockets as well gives the error Custom asset_path helper is not implemented.

ANSWERED

how to set up custom domain for a website on a heroku-hosted locomotive

Hi,

is there a way to set up a download zone ?

Hi,

How to integrate with my existing rails app?

I would want to know how to integrate locomotiveCMS with and existing Rails app.

Why are stylesheets and javascripts not minified on the engine?

From the v3.1 release notes I take it that the feature still exists, but only works under certain conditions:

Search among content_type entries

I've already read this question (https://doc.locomotivecms.com/discuss/5f4f4c6f7b7bb5002a75e8f5) which deals with site-wide search, and this question (https://doc.locomotivecms.com/discuss/574370bc6b0c5c0e00099b4d) which is talking about searching content entries in the Back Office.

How to add custom commands to wysihtml?

I'd like to add custom plugins to the richtext editor so that users can insert some custom liquid tags. In v2 with tinyMCE that was possible, but in V3 this looks different.
Any idea?