It’s my website.
I try wp-config.php set momory-limits 256M. But It’s still error.
Help me !!
Hey docdocdoc!
Try deactivating all plugins. If that does not help then send us a WordPress login and set your reply as private and we’ll take a look.
Regards,
Elliott
shortcodes.js > $.AviaccodionSlider.prototype
var _self = this,
containerWidth = this.$slider.width(),
defaultPos = this.$last.data(‘av-left’),
imgWidth = this.$images.filter(‘:last’).width() || containerWidth,
imgWidthPercent = Math.floor((100 / containerWidth) * imgWidth),
allImageWidth = imgWidthPercent * _self.count,
modifier = 3, // 10 – _self.count,
tempMinLeft = 100 – imgWidthPercent,
minLeft = tempMinLeft > defaultPos / modifier ? tempMinLeft : 0,
oneLeft = minLeft / (_self.count -1 ),
titleWidth = imgWidth;
if(allImageWidth < 110)
{
//set height if necessary
var slideHeight = this.$slider.height(),
maxHeight = (slideHeight / allImageWidth) * 110 ;
this.$slider.css({‘max-height’: maxHeight});
_self._calcMovement(event);
return;
}
here is infinite loop. >> if(allImageWidth < 110)
Is there a recommended image size?
Hey!
It looks like you removed it. I went ahead and added one in and played around with the settings but it seems to be working fine.
The error you were getting did have to do with an infinite loop but I can’t reproduce it on my XAMPP setup. Go ahead and add your accordion back in so we can take a look at the settings and images your using.
Cheers!
Elliott