Discussions
How to get Best Autobiography Writers in Dubai
Dubai, a melting pot of cultures and experiences, boasts a vibrant community of talented [best autobiography writers in Dubai](https://www.ghostwriting.ae/autobiography-ghostwriting/) who excel in capturing the essence of personal journeys. Among the best are authors like Khaled Hosseini, renowned for his poignant storytelling that resonates with diverse audiences, and local talents such as Leila Aboulela, whose narratives often weave rich cultural tapestries. Additionally, writers like Rania Naim bring fresh perspectives to the genre, blending personal anecdotes with broader societal themes. These authors not only reflect the dynamic spirit of Dubai but also inspire readers through their compelling life stories, making them stand out in the literary scene.
Posted by null 1 day ago
What is the latest version of Locomotive Wagon?
What is the latest version of Locomotive Wagon? And is the platform end of live or still being developed?
Posted by Gysbert 3 days ago
I have a page with many sections, each section contains many blocks, and within each block, I want to have many child blocks. Can someone please support me?
I have a page with many sections, each section contains many blocks, and within each block, I want to have many child blocks. Can someone please support me?
```
---
title: Mobile dashboard
published: true
listed: false
# response_type: application/json
sections_dropzone_content:
# Manage more way to use abc section
- type: mobile_dashboard_abc_ways
settings:
show_section: true
section_title: More ways to use abc
blocks:
- type: mobile_dashboard_abc_ways_card
settings:
image_banner: ""
name: "Way
title: "This is way 1"
description: "This is way 1"
cta_name: ""
cta_url: ""
project_codes: 'code-001,code-002'
design_profile_codes: 'code-001,code-002'
steps: [
{title: 'test', description: 'des'}
]
features:[
{title: 'test'}
]
show_card: true
show_tag: true
---
{% extends 'layouts/mobile-dashboard' %}
{% block main %}
<div id="page__{{ page.slug }}">
{% sections_dropzone %}
</div>
{% endblock %}
```
In my sections
```Text Section Definition
---
name: Mobile dashboard
icon: default
settings:
- label: Title
id: section_title
type: text
- label: Show Section?
id: show_section
type: checkbox
default: true
blocks_label: List of abc ways cards
block_max_depth: 1
blocks:
- name: Sakani ways cards
type: mobile_dashboard_abc_ways_card
settings:
- label: Steps
id: steps
type: text
- label: Features
id: features
type: text
---
<p>This is management section for mobile dashboard</p>
```
I want Steps and Features I can input value is title and description for show value in navigation of admin cms.
Posted by Tony about 1 year ago
Order many_to_many relations
Hello, I have two models with a `many_to_many` relation. I want to display these models on a page in the same order as I set in back-office, but instead they are ordered based on the setting in my model definition file. Is there any way to control the display order in the Liquid template?
Regards, Igor
Posted by Igor over 1 year ago
Locomotive doesn't allow me to add noscript and object html to text field in backoffice
When I add tableau code with some noscript and object tags and save it, code just disapppear
Posted by Misha Shelestiuk over 1 year ago
wagon not installing on ubuntu
Hi,
I have ruby: ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu] and also imagemagick, bundler, rake installed still when I try to run `gem install locomotivecms_coal --pre` it fails with these errors
```ERROR: Error installing locomotivecms_wagon:
ERROR: Failed to build gem native extension.
current directory: /var/lib/gems/2.7.0/gems/nio4r-2.5.8/ext/nio4r
/usr/bin/ruby2.7 -I /usr/lib/ruby/2.7.0 -r ./siteconf20230304-6677-1jq3ni4.rb extconf.rb
checking for unistd.h... *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/bin/$(RUBY_BASE_NAME)2.7
--with-unistd-dir
--without-unistd-dir
--with-unistd-include
--without-unistd-include=${unistd-dir}/include
--with-unistd-lib
--without-unistd-lib=${unistd-dir}/lib
/usr/lib/ruby/2.7.0/mkmf.rb:471:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
You have to install development tools first.
from /usr/lib/ruby/2.7.0/mkmf.rb:613:in `try_cpp'
from /usr/lib/ruby/2.7.0/mkmf.rb:1124:in `block in have_header'
from /usr/lib/ruby/2.7.0/mkmf.rb:971:in `block in checking_for'
from /usr/lib/ruby/2.7.0/mkmf.rb:361:in `block (2 levels) in postpone'
from /usr/lib/ruby/2.7.0/mkmf.rb:331:in `open'
from /usr/lib/ruby/2.7.0/mkmf.rb:361:in `block in postpone'
from /usr/lib/ruby/2.7.0/mkmf.rb:331:in `open'
from /usr/lib/ruby/2.7.0/mkmf.rb:357:in `postpone'
from /usr/lib/ruby/2.7.0/mkmf.rb:970:in `checking_for'
from /usr/lib/ruby/2.7.0/mkmf.rb:1123:in `have_header'
from extconf.rb:15:in `<main>'
To see why this extension failed to compile, please check the mkmf.log which can be found here:
/var/lib/gems/2.7.0/extensions/x86_64-linux/2.7.0/nio4r-2.5.8/mkmf.log
```
Posted by Umer MIB over 1 year ago
Migrating locomotivehosting site
I'm trying to explore the possibility of migrating an old site from locomotivehosting to my own managed server. I've create a local wagon site, added the required fields to deploy.yml and tried to do 'wagon pull production', but I just get:
Locomotive::Coal::UnknownResourceError
I guess this is because the locomotivecms version is by now long outdated (local wagon version is 3.1.1). So what is the best way to proceed here? Any help much appreciated.
Posted by Daniel over 1 year ago
Contractor reference
Hello - we're looking for a developer to help manage our existing Locomotive setup. Do you have any referrals for someone we can contract with on a hourly basis?
Posted by Jake Dold over 1 year ago
undefined method `to_sym' for nil:NilClass and Images giving internal server error
When syncing my content to local or to deploy to another environment (using wagon) I get the error undefined method `to_sym' for nil:NilClass and can't deploy but my current production env is working, although it's giving me the error on deploy and the uploaded images are throwing the internal server error
Posted by Diogo Sobreira over 1 year ago
Separate section for each content_entry page
Hi, I'm building an ecommerce shop with Locomotive CMS. I want to add a gallery with a dynamic number of photos to each product. I've created a template page for my product entries and then added a gallery section to the template. I expected to able to edit the gallery on each product page separately, but the content is the same on all product pages.
Is it possible to build what I want with sections and a content entry template?
With best wishes to you.
Posted by Alex almost 2 years ago