Conditional fields not triggering when qtc is activated, only when using ie(all versions)

Comments

quiptime’s picture

Status: Active » Fixed

This is not a bug, but one possible approach.

QTChat must not involve conditional tags. Most themes do this.

If you are use a theme without involved conditional tags please insert the conditional tags code in the page.tpl.php of the current theme.

As example the conditional tags of the Corolla theme:

  <!--[if lte IE 8]>
  <link type="text/css" rel="stylesheet" href="/sites/all/themes/corolla/ie8.css" media="all" />
  <![endif]-->

  <!--[if lte IE 7]>
  <link type="text/css" rel="stylesheet" href="/sites/all/themes/corolla/ie7.css" media="all" />
  <![endif]-->

  <!--[if lte IE 6]>
  <link type="text/css" rel="stylesheet" href="/sites/all/themes/corolla/ie6.css" media="all" />
  <![endif]-->

At the moment there are no things which concern QTChat, to substantiate the module's own conditional tags.

jmolinas’s picture

Title: Compatibility with conditional fields when using ie » Compatibility with "conditional fields module" when using ie
Status: Fixed » Needs review

Sorry it is not clear with my description, but I'm talking about "conditional field module", when ever I activated the qtc module, the conditional field is not activating

jmolinas’s picture

Status: Needs review » Fixed

That fixed it, just install the latest dev. built. Thanks for developing a great module anyway

quiptime’s picture

Status: Fixed » Closed (fixed)