-
AuthorPosts
-
February 16, 2011 at 5:47 am #160265
Fresh installation of QuickStart Package of JA Teline IV for Joomla 1.6 and got the error jse9f88.js right out of the box.
JA Team, please advise!
————————————————————————————————————————————————-Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
February 17, 2011 at 9:17 am #377123Dear longvu76,
The jse9f88.js is just a Temporary which was gen by the T3V2 Framework when you turn optimize js on,please turn this off so we can detect exactly the js file that cause the problem.
February 17, 2011 at 9:35 pm #377220I’ve tried to uninstall JA Teline IV Joomla 1.6 Quickstart package. Next, I just install fresh joomla 1.6, then upload JA Teline IV template only and apply it as default template. However, it still gives js error.
So, turned off the T3V2 Framework as you suggested and js error still exists
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
February 18, 2011 at 4:47 am #377270Dear longvu76,
I tried to install a fresh quickstart for checking but it is hard to see the problem, please give me your url, admin account, FTP Info via the ticket SAT-530-91190, I will have further checking on the issue for you.
February 19, 2011 at 3:53 pm #377476I’ve sent the URL, Admin account and FTP info via the support ticket system. Please take a look.
February 21, 2011 at 9:54 pm #377829Hello dathq,
I’ve submitted all the info that you request. This is a fresh install of template on Joomla 1.6 (no other modules/components yet).
Please have a look at it asap.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
February 22, 2011 at 2:14 am #377852Dear longvu76,
I did as following
Open the file of templatesja_teline_ivjsmega.more.js,you would see this line of code
var ul = $E(‘#ja-megamenu .level0’);
Change it to
var ul = $(‘ja-megamenu’).getElement(‘.level0’);And i think it help solve the issue in IE,Please check it again yourself.
1 user says Thank You to Sherlock for this useful post
February 27, 2011 at 5:33 pm #378632Although it fixed in Menu Style “Mega”. However, I still have the same problem if I switch Menu Style to “Drop Line”, “CSS”, or “Slit”
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
February 28, 2011 at 1:52 am #378712Dear longvu76,
Please provide me the correct admin account and the FTP Info via the ticket of SAT-530-91190 I will check again on the issue for you.
February 28, 2011 at 6:34 am #378740Hi dathq,
I’ve updated username/pass of admin and FTP info via the ticket of SAT-530-91190.
Since you are in my site, could you check this error also : http://www.joomlart.com/forums/topic/japopup-not-working-joomla-1-6/
Thanks!
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 3, 2011 at 9:43 am #379454Dear longvu76,
You can try as following
Open the file of templatesja_teline_ivjsmega.more.js,you would see this code
window.addEvent(‘load’, function (){
mega_fix_arrow_pos.delay(10);
});Change it to
window.addEvent(‘load’, function (){
if($(“ja-megamenu”) != null){
mega_fix_arrow_pos.delay(10);
}
});I thinkt hat would help !
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by Sherlock 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum