Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4017) - 17 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

CMX Interface on small screens

Topics about the Beta trials up to Build 3043, the last build by Cumulus's founder Steve Loft. It was by this time way out of Beta but Steve wanted to keep it that way until he made a decision on his and Cumulus's future.

Moderator: mcrossley

Locked
rich27gc
Posts: 75
Joined: Thu 08 Jul 2010 3:15 pm
Weather Station: WeatherDuino Pro2
Operating System: Raspbian
Location: Shap, Cumbria
Contact:

CMX Interface on small screens

Post by rich27gc »

Have just tried the interface on my phone and clicking on the "hamburger" style menu selection does nothing. I've also tried it on my laptop by shrinking the screen and it does not work on that either.
You do not have the required permissions to view the files attached to this post.
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: CMX Interface on small screens

Post by steve »

It definitely used to work, so something's changed that's broken it - I'll investigate.
Steve
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: CMX Interface on small screens

Post by steve »

The order of the javascript files has changed at some point. I'll fix it in the next release, but for now you can fix it yourself by editing index.html in the interface directory. Find this line:

<script src="lib/bootstrap/js/bootstrap.js"></script>

and move it to after jquery, i.e after these lines:

<!-- JQuery -->
<script src="lib/jquery-latest.min.js"></script>
<script src="lib/jquery.tmpl.js"></script>
Steve
rich27gc
Posts: 75
Joined: Thu 08 Jul 2010 3:15 pm
Weather Station: WeatherDuino Pro2
Operating System: Raspbian
Location: Shap, Cumbria
Contact:

Re: CMX Interface on small screens

Post by rich27gc »

Thanks Steve

Great program this Cumulus MX :clap:
Locked