Discussions

Ask a Question

Is there a way to shorten urls of filtered images ?

Hi, I use the imagemagick filters to edit images on the fly on my website. The urls generated for these filtered images are very long, like in : `/steam/dynamic/W1siZmYiLCIvaG9tZS9ib2xvc3MvbG9jb21vdGl2ZS9wdWJsaWMvc2l0ZXMvNjA4MmFiZTI3NGZlNzIwNmFlMjE4N2I2L2Fzc2V0cy82MDgyYWM1MDc0ZmU3MjA2YWUyMTg3ZjQvV2ViXzE5MjBfLV8xLWltYWdlLTEucG5nIl0sWyJwIiwidGh1bWIiLCIyMDAwMDB4PiJdLFsicCIsImNvbnZlcnQiLCIrcHJvZmlsZSAnKicgLW1vZHVsYXRlIDEwMCwwIC1zaXplIDI1NngxISBncmFkaWVudDojRkYwMDJFLSNGRkY1OUIgLWNsdXQiXV0/a021273a9e4f1a38/Web_1920_-_1-image-1.png ` My client would like to shorten it. Do you know a simple way to do that ? Or should I use a javascript library to achieve that ? Thanks, Grégoire
ANSWERED

Add User

Hi there, Our company have a number of sites hosted with you guys and one of our clients would like to access their site and make changes without us. Please could you advise on how we can create a new user for them to access their site but none of the other sites we have set up on our user profiles with you? Thank you.
ANSWERED
ANSWERED

Heroku - Locomotive Wagon Assets dissappear

Hi, We currently have our website running on Heroku using the new wagon and professional dyno (www.careerseekers.org.au) . After a day or two, the Theme Assets on the wagon dissappear, and shows our public website without any style or theme, like its just the plane HTML being rendered. Is this a bug on the wagon? or would this be an issue on Heroku?
ANSWERED

unique / required bug when empty

I have a content_type `people` with an attribute `email` set like this : ``` - email: label: Email type: string required: false hint: Email / contact de la personne localized: false group: Attributs unique: true ``` The issue (which I think is an actual bug) is that, as it is not required, editors sometimes leave it blank, but as it should be unique, it does not work for more than one person. In my opinion, when required is false and unique is true, the uniqueness should only be verified when the attribute is not blank.

Can I make a subscription-based website in locomotive?

I want to make my own custom subscription-based website in the future, and right now I'm just in the research phase on which method/software to use as I don't want to use woocomerse or teachable. Can I make a subscription-based website in locomotive?
ANSWERED

Next / Previous Content Entries

I'm trying to get the next/previous siblings of a content entry. I have 6 content entries and for each `content_entry.next` and `content_entry.previous` return the `first` and `last` entries (except on the first or last entry where `previous` or `next` returns nil respectively). Any advice?
ANSWERED