Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Issue with sub menus in ie8
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Issue with sub menus in ie8
#18237
Issue with sub menus in ie8 12 Years, 11 Months ago Karma: 0
I'm having trouble with my sub-menus in ie8. They work great in every other browser I've tested it in (Firefox, Safari, Chrome (on both win and osx)).

Link: This page is a prime example of a instance where the sub menus aren't working.

The sub menus will work on normal html article pages, but I'm using another component for pages where forms are used. "aiContactSafe" I've noticed that on pages where I'm using aiContactSafe the captchas within aiContactSafe and the sub menus in ARI Ext Menu don't function.
The administrator has disabled public write access.
 
#18278
Re:Issue with sub menus in ie8 12 Years, 10 Months ago Karma: 748
Hello,

This is not "ARI Ext Menu" problem, this problem with extension or site template which loads the next javascript code into the page:

Code:


function deleteUploadedFile(file_field, pf) {
var file_name = $('adminForm_'+pf).elements[file_field+'_attachment_name'].value;
var r_id = document.getElementById('adminForm_'+pf).elements['r_id'].value;
var url = 'http://www.printtimeserver.com/print_time_redesign/index.php?option=com_aicontactsafe&sTask=message&task=deleteUploadedFile&filename='+file_name+'&r_id='+r_id+'&format=raw'
var xUpload = new Request({
url: url, 
method: 'get', 
}).send();

}



it should look like:

Code:


function deleteUploadedFile(file_field, pf) {
var file_name = $('adminForm_'+pf).elements[file_field+'_attachment_name'].value;
var r_id = document.getElementById('adminForm_'+pf).elements['r_id'].value;
var url = 'http://www.printtimeserver.com/print_time_redesign/index.php?option=com_aicontactsafe&sTask=message&task=deleteUploadedFile&filename='+file_name+'&r_id='+r_id+'&format=raw'
var xUpload = new Request({
url: url, 
method: 'get'
}).send();

}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#18283
Re:Issue with sub menus in ie8 12 Years, 10 Months ago Karma: 0
Thank you for the quick reply It works great now!
The administrator has disabled public write access.
 
#20188
Re:Issue with sub menus in ie8 12 Years, 9 Months ago Karma: 0
I think I'm having a similar problem to this, although in my case menu shows up fine in Chrome, but not IE8 or Firefox. Can you explain which file it is I need to update - sorry am still a bit of a Joomla newbie!

Thanks
The administrator has disabled public write access.
 
#20189
Re:Issue with sub menus in ie8 12 Years, 9 Months ago Karma: 748
Hello,

Provide a link to a page where we can see the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#20190
Re:Issue with sub menus in ie8 12 Years, 9 Months ago Karma: 0
Thanks for speedy response. Slight problem - I'm running it on my local PC at the moment.

Couple of things to add:

1. Am using position 4
2. Get a Javascript error as follows:


Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C)
Timestamp: Sat, 1 Oct 2011 17:58:52 UTC


Message: 'null' is null or not an object
Line: 66
Char: 2
Code: 0
URI: localhost/dilham2/templates/beez_20/javascript/md_stylechanger.js


Message: Object doesn't support this property or method
Line: 473
Char: 25
Code: 0
URI: localhost/dilham2/media/system/js/mootools-core.js
The administrator has disabled public write access.
 
Go to topPage: 12