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

lachmac’s picture

Hi!

I am using corporate clean 7.22 but not getting a good user experience on a smartphone.

How can I find out what might be the problem?

yasinali-1’s picture

Issue summary: View changes

same issue... using 7.22 and mobile style's are not recognized

gtsopour’s picture

Hello yasinali,
could you please give us more details about your issue? What are your browsers?

Thanks
George

createcomm’s picture

I have the same issues. Has this been resolved yet? Website is not giving a mobile menu on smarthphone

mlr1980’s picture

I've got the same issue in that my header and the search bar won't resize in the mobile version. I updated my theme tonight to the new version and interestingly, the problem persists. Is there a solution?

greenwork’s picture

To better help you can you provide the exact version you are using. I would also try the development version for the most updated version.

mlr1980’s picture

Thanks for the help greenwe.

The exact version is 7.x-2.3 running on Drupal core 7.31.

The site is www.mlrmarketing.com. It looks fine on a laptop browser, but it's off on the mobile version. I suspect I've got a lingering CSS issue or an incorrect width somewhere and have been trying to model my site after either the demo version of Corporate Clean or this site (http://sustainability.colostate.edu/) since it uses Corporate Clean and looks good on a mobile phone.

I've been tinkering with the CSS, header components and top navigational menu for the last few days and have at least gotten the nav bar to run the full length of the screen on the mobile version, but the rest of the site won't do the same. Any ideas to try?

greenwork’s picture

For my setup I turned off the setting: "Add meta tags to support responsive design on mobile devices"

Basically this created a full page layout on my phone. We are using a separate slider that needed the full screen without the mobile shrinking.

Hopefully that helped a bit and if anyone else knows more they can chime in.

jalenia’s picture

I have the same issue. I've updated the drupal core and the theme stopped being responsive. I've tried turning on/off the meta tags to support responsive design, and making sure the css was aggregated for responsive support. The site is www.custerwebdesign.com/drupall/ Any ideas or suggestion? Thanks.