-
AuthorPosts
-
November 17, 2014 at 9:10 am #352295
It’s my website.
I try wp-config.php set momory-limits 256M. But It’s still error.
Help me !!
-
This topic was modified 10 years, 11 months ago by
docdocdoc.
November 17, 2014 at 4:22 pm #352496Hey 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,
ElliottNovember 18, 2014 at 2:32 am #352816This reply has been marked as private.November 18, 2014 at 5:21 am #352834shortcodes.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?
November 18, 2014 at 7:21 pm #353189Hey!
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 -
This topic was modified 10 years, 11 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
