Hi guys, I'm working on a website here : >spacescientific.com when mouse pointer go on links in website, an yellow (ajax/java>I'm not sure!) box opening and show intro of article. now I want to limit number of words (for example to 20 words) on this window . to explain what I mean: >spacescientific.com/spacescientific.jpg how can I do that. any idea??? Can anyone help me about this pleaseee. this is really really important to me
Hi there.. try to fix it from your script.js file... I think may the length is taking from window.addEvent('domready', function(){ var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false}); });Thanks...
Hi ShinoRex, Very very Thank you for reply. there are more than one script.js in folders. modules/mod_janewsticker/assets modules/mod_janewspro/tmpl/linear modules/mod_janewspro/assets/js plugins/system/jat3/base-themes/default/layoutinfo modules/mod_janews_fp/tmpl/default so which one should I edit? (If it helps I can send you main site template and files.)
hi ShinoRex, I Renamed all those script.js in all folders I listed here but nothing happend to site, and it still show that yellow box without any change!!!! So it probably not related to this file?? may I be wrong and I missed anything?
Hi.. Please search in your header.php or index.php for related code... I mean any code like this window.addEvent('domready', function(){ var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false}); }); And check after removing it frnd...