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?

Cannot read property 'parent' of null
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Cannot read property 'parent' of null
#63098
Cannot read property 'parent' of null 5 Years, 10 Months ago Karma: 0
I'm getting the following error in dev console....

Uncaught TypeError: Cannot read property 'parent' of null
at constructor.initMarkup (eval at <anonymous> (menu.min.js:28), <anonymous>:1:2638)
at new constructor (eval at <anonymous> (menu.min.js:28), <anonymous>:1:2498)
at _menuInit (index.php?option=com_content&view=category&layout=blog&id=8&Itemid=146:82)
at b (ext-core.js:8)



Below is the code... I'm hoping someone has seen this before and has a fix....


jQuery(window).on('load', function() {

});

var sp_preloader = '';

var sp_gotop = '';

var sp_offanimation = 'default';

;(function() { var _menuInit = function() { new Ext.ux.Menu("ariext103", {"direction":"vertical","transitionDuration":0.2,"animate":false}); Ext.get("ariext103").select(".ux-menu-sub").removeClass("ux-menu-init-hidden"); }; if (!Ext.isIE || typeof(MooTools) == "undefined" || typeof(MooTools.More) == "undefined") Ext.onReady(_menuInit); else do_nothing( _menuInit); })();
jQuery(function($){ $(".hasTooltip").tooltip({"html": true,"container": "body"}); });
;(function() { var _menuInit = function() { new Ext.ux.Menu("ariext103", {"direction":"vertical","transitionDuration":0.2,"animate":false}); Ext.get("ariext103").select(".ux-menu-sub").removeClass("ux-menu-init-hidden"); }; if (!Ext.isIE || typeof(MooTools) == "undefined" || typeof(MooTools.More) == "undefined") Ext.onReady(_menuInit); else do_nothing( _menuInit); })();
<!--
jQuery(document).ready(function()
{
jQuery(".hasTooltip").tooltip({"html": true,"container": "body"});
});
var inlineErrorElements = new Array();
var bfSummarizers = new Array();
var bfDeactivateField = new Array();
var bfDeactivateSection = new Array();

var toggleFieldsArray = [{ action: "turn", state: "on", tCat: "element", tName: "mydummy", statement: "if", sName: "yourdummy", condition: "is", value: "something" }];
String.prototype.beginsWith = function(t, i) {
if (i == false) {
return (t == this.substring(0, t.length));
} else {
return (t.toLowerCase() ==
this.substring(0, t.length).toLowerCase());
}
}
The administrator has disabled public write access.
 
#63099
Re:Cannot read property 'parent' of null 5 Years, 10 Months ago Karma: 746
Hello,

Could you provide a link to a page where the problem occurs?

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1