Hello,

I have just launched my site with the new version of corporateclean in order to have a mobile version of the theme. I was expecting it to be activated by default, and actually it is, but when I surf on the web with my iPhone or an iPad, it still shows the web version. What am I doing wrong? Do I need to create a "mobile version" of the web?

Thanks!

Comments

gtsopour’s picture

gtsopour’s picture

Hello teclib,
there is an already open issue here https://drupal.org/node/1872278. Have you enable the respond.js option? If yes, this option caused this issue. In order to resolve this, just make the following change inside your template.php file:

Change from (Line 27)
if (!theme_get_setting('responsive_respond','corporateclean')):
To
if (theme_get_setting('responsive_meta','corporateclean')):

We have already committed this change and will be included in next Coprotare Clean release.

Thanks
George

gtsopour’s picture

Status: Active » Fixed

Automatically closed -- issue fixed for 2 weeks with no activity.