قبلا هم عرض کردم این قالب رو بصورت ناقص منتشر کردم و بعضی قسمتهاشو باید دستی در قالب تغییر بدین
مثلا همون قسمت بالای سایت که محصولات متحرک هستن
به فایل هدر قالب مراجعه کنید مسیرشون در بین این div هست :
<div id="topprods">
<ul id="topprodsul">
<li class="tprod" onmouseover="showthat('#');">
<img width="123px" height="145px" alt="#" src="#" />
<p class="topplink"><a href="#" title="" target="_blank" >
#</a></p>
</li>
<li class="tprod" onmouseover="showthat('#');">
<img width="123px" height="145px" alt="#" src="" />
<p class="topplink"><a href="#" title="#" target="_blank" >
</a></p>
</li>
<li class="tprod" onmouseover="showthat('#');">
<img width="123px" height="145px" alt="#" src="#" />
<p class="topplink"><a href="#" title="#" target="_blank" >
</a></p>
</li>
<li class="tprod" onmouseover="showthat('#');">
<img width="123px" height="145px" alt="#" src="#" />
<p class="topplink"><a href="#" title="#" target="_blank" >
</a></p>
</li>
<li class="tprod" onmouseover="showthat('#');">
<img width="123px" height="145px" alt="#" src="#" />
<p class="topplink"><a href="#" title="#" target="_blank" >
</a></p>
</li>
<li class="tprod" onmouseover="showthat('#');">
<img width="123px" height="145px" alt="#" src="#" />
<p class="topplink"><a href="#" title="#" target="_blank" >
</a></p>
</li>
</ul>
</div>
در مورد ابزارک متن شما چه کدی رو در اون ابزارک قرار میدین که نمایش داده نمیشه ؟