I have four NSP4 installed in Corporate template but one of them broke his function...
I really dont know how explain but i have 4 NSP4 modules inline ... left + center + center + right
Only the left module is broked..
The code is comming diferent from the others..
Left and Center modules comes with these code :
- Code: Select all
<div id="gk-topsl1" class="clearfix">
<div class="inner cleft cright ctop clearfix">
<div class="clearfix">
<div class="gk-box column gk-box-left" style="width: 25%;">
<div class="moduletable nsp_nm nsp_st height-250">
<h3><span><span class="first-word">Redução</span> de Custos</span></h3>
<div class="moduletable_content">
<div class="nsp_main nsp_fs100" id="nsp-nsp_60" style="width:100%;">
<div class="nsp_arts bottom" style="width:100%;">
<div class="nsp_art" style="width:100%;"><div style="padding:5px 0 0 0"><a href="/reducão-de-custos" class=" tleft fnone" title="Redução de Custos"><img class="nsp_image tleft fnone" src="http://www.kya.net.br/modules/mod_news_pro_gk4/cache/k2.items.cache.852967248dd3e6cb3942a1fe6af42945_Lnsp_60.jpg" alt="Redução de Custos" style="width:180px;height:100px;margin:3px 5px 3px 5px;" title="Redução de Custos" /></a>
<p class="nsp_text tcenter fnone">Economize até 80% nos custos com telefonia e internet.</p><a class="readon readon_class fright" href="/reducão-de-custos">Leia Mais</a></div></div>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
try {$Gavick;}catch(e){$Gavick = {};};
$Gavick["nsp-nsp_60"] = {
"animation_speed": 350,
"animation_interval": 5000,
"news_column": 1,
"news_rows": 1,
"links_columns_amount": 1,
"links_amount": 1,
"counter_text": '<strong>Page:</strong>'
};
//]]>
</script>
</div>
</div>
</div>
<div class="gk-box column gk-box-center" style="width: 25%;">
<div class="moduletable nsp_nm nsp_st height-250">
<h3><span><span class="first-word">Service</span> Desk</span></h3>
<div class="moduletable_content">
<div class="nsp_main nsp_fs100" id="nsp-nsp_105" style="width:100%;">
<div class="nsp_arts bottom" style="width:100%;">
<div class="nsp_art" style="width:100%;">
<div style="padding:5px 0 0 0"><a href="/service-desk" class=" tleft fnone" title="Service Desk"><img class="nsp_image tleft fnone" src="http://www.kya.net.br/modules/mod_news_pro_gk4/cache/stories.servicos.servicedesknsp_105.jpg" alt="Service Desk" style="width:180px;height:100px;margin:3px 5px 3px 5px;" title="Service Desk" /></a>
<p class="nsp_text tcenter fnone">Mantenha uma infraestrutura de TI e Telecom estável com nosso serviço de Service Desk.</p><a class="readon readon_class fright" href="/service-desk">Leia Mais</a></div></div>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
try {$Gavick;}catch(e){$Gavick = {};};
$Gavick["nsp-nsp_105"] = {
"animation_speed": 35000000,
"animation_interval": 5000000,
"news_column": 1,
"news_rows": 1,
"links_columns_amount": 1,
"links_amount": 1,
"counter_text": '<strong>Page:</strong>'
};
//]]>
</script>
</div>
</div>
</div>
I have the same configurations in both and sometimes change the positions but nothing...
Could you see what is happing ??
Kazuo