Is there a way to use the Transients module for the navigationsets in the Levels Readytheme?
The problem I'm having is that Levels has two menus. One starts with "main" and calls "all-categories". The other starts with "all categories" and calls "main", but with l.settings:navigation_version set to "mobile".
The problem is that only one version or the other (mobile or desktop) gets saved into the transients table. If it's the mobile version that gets saved, the output is wrong on the desktop site. If it's the desktop version that gets saved, the output is wrong on the mobile site.
The only thing I can think to do is duplicate the menus so that there's one only for mobile and one only for desktop - that way all four (main desktop, all-categories desktop, main mobile, and all-categories mobile) get saved as separate navigationsets.
Thanks in advance,
Susan
The problem I'm having is that Levels has two menus. One starts with "main" and calls "all-categories". The other starts with "all categories" and calls "main", but with l.settings:navigation_version set to "mobile".
The problem is that only one version or the other (mobile or desktop) gets saved into the transients table. If it's the mobile version that gets saved, the output is wrong on the desktop site. If it's the desktop version that gets saved, the output is wrong on the mobile site.
The only thing I can think to do is duplicate the menus so that there's one only for mobile and one only for desktop - that way all four (main desktop, all-categories desktop, main mobile, and all-categories mobile) get saved as separate navigationsets.
Thanks in advance,
Susan
Comment