Check the value of responsive_meta and not the value of responsive_respond inside template.php for meta tags printing

Comments

gtsopour’s picture

Status: Active » Fixed
Issue tags: +Corporate Clean Theme, +corporate clean, +Responsive Corporate Clean

Change inside template.php file:

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

http://drupalcode.org/project/corporateclean.git/commit/129ca65

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