Closed (fixed)
Project:
Corporate Clean
Version:
7.x-2.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
23 Dec 2012 at 22:01 UTC
Updated:
4 Jan 2014 at 02:42 UTC
Jump to comment: Most recent
Comments
Comment #1
gtsopour commentedComment #2
gtsopour commentedHello 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
Comment #3
gtsopour commented