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
How to fix RedirectTo "locomotive.local"
Hi
I have installed the locomotive engine to the remote server.
But always redirect to the "locomotive.local" , the local browser can not resolve it.
How to fix it?
Thanks
<br />
<br />
[LocomotiveCMS] [fetch site] host = localhost / site_handle = "sign_up" / locale = :en
MONGODB | 127.0.0.1:27017 req:12 conn:1:1 sconn:175 | locomotive_engine_dev.find | STARTED | {"find"=>"locomotive_sites", "filter"=>{"handle"=>"sign_up"}, "limit"=>1, "sort"=>{"\_id"=>1}, "$db"=>"locomotive_engine_dev", "lsid"=>{"id"=>\<BSON::Binary:0x20500 type=uuid data=0x239cb27818b64e10...>}}
MONGODB | 127.0.0.1:27017 req:12 | locomotive_engine_dev.find | SUCCEEDED | 0.006s
Processing by Locomotive::RegistrationsController#new as HTML
Redirected to <http://locomotive.local:3000/locomotive/>
Filter chain halted as :redirect_to_main_host rendered or redirected
Completed 302 Found in 4ms (MongoDB: 0.0ms | Allocations: 612)
Posted by James about 1 month ago
Solidus
Do you know of any integration of solidus and LocomotiveCMS?
Could be similar to other CMS & Solidus integration. Check Github Search Solidus CMS.
Posted by Jared L 3 months ago
How do I customize the display of dynamically selected data in a Liquid template's settings?
I have section configuration as below. In `type: select` attributes options I want to get data from `content_type` **nav_items** instead of setting data static.
**related_service.liquid**
```
---
name: Related Services
icon: default
keep_icon: true
settings:
- label: "Navigation items (Click button for choose list services of mega menu)"
id: nav_items
type: content_type
blocks_label: Related Services
blocks:
- name: Related Services
type: service_related_detail
settings:
- label: Related server
id: related_services
type: select
options:
/// I want get list from model nav_items
required: true
default:
settings:
title: Related Services
presets:
- name: Related Services
category: Services Info Page
settings:
title: Related Services
blocks: []
---
```
Posted by Phuong Nguyen 12 months 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
Editable element in content area not displaying in backoffice locallay and on locomotivecms station
Hi there, I have a problem in my project.
I am using:
- ruby 2.7.3
- wagon 3.1.1
- rails 5.2.4.1
When I serve my project local locomotive backoffice or locomotivecms station, editable elements in content area not showing on any page. I have searched but I have not found the solution.
Kindly share the solution - what should I do?
Thank you,
Basit
Posted by Basit Khan about 1 year ago
How do we push layouts without pages being created in the Back Office?
The [documentation](https://doc.locomotivecms.com/docs/layouts) states that "Layouts are not listed as pages in the back-office".
However, when I run `wagon deploy [env] -r pages -f layouts/*.*` , the layouts appear as pages in the Back Office. How can I deploy my layouts without pages being created?
Posted by Luke Grayson over 1 year ago