This issue was first raised in Drupal 7 in May 2011 so it actually pre-dates Backdrop itself.
I raised it in the Backdrop queue 2 years ago and applied the first bit of the fix then. I've now finished porting the patch and it would benefit from testing/review.
EDIT: This has now been marked WFM and RTBC. Thanks Herb
@deltacanyon Thanks for posting in core issue queue.
Just to let you know, I'm working on a project now that will require this feature and my team will hopefully be working on getting the...
With the dev branch, clicking the 'Continue' button advances to the next step. There were other challenges, but I managed to upgrade all the necessary content to Backdrop CMS. Thank you.
In page.tpl.php you can get the current path and add it to the class array
$classes[] = 'path-' . str_replace('/', '', $_SERVER['REQUEST_URI']);
You will get an original class for each page....
https://www.drupal.org/project/views/issues/1266388 shows that this is an architectural issue, and requires another 2 hooks being adjusted.
It would be really nice to add comments/notes to...
Comments
https://github.com/backdrop/backdrop-issues/issues/5919
This issue was first raised in Drupal 7 in May 2011 so it actually pre-dates Backdrop itself.
I raised it in the Backdrop queue 2 years ago and applied the first bit of the fix then. I've now finished porting the patch and it would benefit from testing/review.
EDIT: This has now been marked WFM and RTBC. Thanks Herb