UI.X Classic

UI.X Classic [Paid] 2.3.6.0.0

No permission to buy ($59.50)
For #1: I'd need to see the site and the style properties under Appearance -> Basic Options to be able to troubleshoot further.
#2: Under Appearance -> Style Properties -> Header and navigation, scroll down to the "Sub navigation" section and set the "Viewport width to remove the sub-navigation" to 100%.
#3: Just FYI, the Material theme (at this time) doesn't offer much additional over the existing base UI.X style since we (for the time being) dropped support for material icons (although that may change), but either way I'd need to see the style properties and the site like in #1 to troubleshoot further.

Also, the Variations version of UI.X is designed to operate on it's own, just FYI; It shouldn't be a child of UI.X. We only included it in the child_xmls folder so it could be installed via the theme installer itself so folks could test it out without us doing a separate release, as it's not officially supported just yet.
Hi Will

Thanks for the speedy response.

I just got the logo working on mobile with this in extra.less
// ########################### FULL SIZE LOGO ON MOBILE ########################
.p-nav-smallLogo {
display: none !important;
}
.p-header-logo {
max-width: none !important;
}
.has-js .p-header {
display: block;
}

#2 your fix worked.

It looks like Variations is what I'm going to use as it seems to fill my needs.

Thanks for your help!

Peter
 
Back
Top Bottom