Hi Edvard, I mentioned my problem in another thread but I'm not too sure of what to do to implement your solution. I can see the code in the extension for the product selector and there are two mentions of an expander class:
echo '<li id="sm_'.$id.'" style="display:none;"><a onclick="chp_SeeMore(\''.$id.'\')" class="chp_SeeMore"><span id="indctr_'.$id.'" class="expander">+</span> <span id="lnk_'.$id.'" >'.$seemore_w1.'</span></a></li>';
}
and
if ($set_open) {
echo '</span>';
if ($seemore_topbot=='bottom') {echo '<li id="sm_'.$id.'" style="display:none;"><a onclick="chp_SeeMore(\''.$id.'\')" class="chp_SeeMore"><span id="indctr_'.$id.'" class="expander">+</span> <span id="lnk_'.$id.'" >'.$seemore_w1.'</span></a></li>';}
}
If you could show me what to change these to to stop the javascript from clashing with Gtranslate I would be ecstatic. Thanks for your time. Ant.