Hi,

I started using your theme as a 2nd theme on our Drupal site. I would like your theme to be our "mobile theme" and our other theme (Marinelli) to remain as our full (desktop) site.

I have everything configured, but something strange happened after I started using your theme. When I switch to my desktop view, I am no longer able to zoom out of the site --- the desktop view defaults to a zoom level that cannot be changed (just zoomed in). It seems like the responsive theme (AdaptiveTheme) is forcing my primary theme to act differently. I have tried the meta viewport code to fix my other theme, but that doesn't seem to work.

Have you heard of this happening before from your other users? I'd appreciate any help you can provide.

Thanks

Comments

kyleheney created an issue. See original summary.

Jeff Burnz’s picture

Adaptivetheme uses the meta tag <meta name="viewport" content="width=device-width, initial-scale=1.0">, however this should have no bearing on another theme.

I can't really see how it could affect another theme, that would mean Drupal is acting very weirdly indeed. Perhaps there is some weirdness in how themes are being switched?

kyleheney’s picture

Status: Active » Closed (fixed)

Hi,

Thanks for the reply. The issue was with my other theme (obviously). I guess when I activated this responsive theme, it required some modifications to my non-responsive theme. I'm not sure why one affected the other, but there was definitely something happening there. Either way it works now.