Have just emptied the cache manually to no avail.
I'm really stuck on this one. I've looked at it from both the admin and also the folder and page structures in codeanywhere. This is the modular_alt.md code that's in the folder structure of
03.services
- 01.domestic
- 02.commercial
- 03.bond
- etc
title: 'Maintenance and cleaning Toowoomba'
metadata:
description: 'Call our team today on 0405 166 760 to find out more about our Maintenance and Cleaning Services.'
taxonomy:
category:
- page
body_classes: 'modular header-lite fullwidth services'
menu: Services
child_type: default
visible: true
content:
items: '@self.modular'
limit: '5'
order:
by: default
dir: asc
pagination: '1'
onpage_menu: true
bg_color: '#B4B093'
This is the original from the Skeleton
title: Services
onpage_menu: false
body_classes: "modular header-lite fullwidth services"
bg_color: "#B4B093"
content:
items: @self.modular
order:
by: default
dir: asc
Tried adding this original code into the md file but to no avail.
I've also just noticed that the _intro folder seems to have been deleted from the 0.3services folder.
Have added this back in and the page content is now in there. Now I just have to figure out why the dropdowns are not working.
Will investigate and post when I find something.