
To recreate the bug when generating an HTML5 theme...
- Create a new page
- Click 'Home' menu item
- Click 'Properties'
- Enter a custom url in the 'Custom URL' text box example = "/services/services.html'
- Click save
What should happen is under themes/themename/ a new folder and file should be created named '/services/services.html'.
The bug is the 'services.html' file is created in the themes root directory. No new folder named 'services' is created.
The HTML is updated as expected so when users test their theme the menu item link points to '/services/services.html' which does not exist.
To recreate the bug when generating an HTML5 theme... 1. Create a new page 2. Click 'Home' menu item 3. Click 'Properties' 4. Enter a custom url in the 'Custom URL' text box example = "/services/services.html' 5. Click save What should happen is under themes/themename/ a new folder and file should be created named '/services/services.html'. The bug is the 'services.html' file is created in the themes **root directory**. No new folder named 'services' is created. The HTML is updated as expected so when users test their theme the menu item link points to '/services/services.html' which does not exist.