Discussions
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
Content of cild page
When looping out out content of sub pages images turns out as Null running engine.
When running locally with Wagon images from child pages is returned as expected.
Other editable elements wok in both cases.
```liquid Liquid
{% for subpage in page.children %}
<a href="{% path_to subpage %}">
<img src="{{subpage.editable_elements.content.main.main_image }}">
<h2>{{subpage.title}}</h2>
</a>
{% endfor %}
```
Posted by Claes Pontusson over 8 years ago