pagebuilder icon indicating copy to clipboard operation
pagebuilder copied to clipboard

thumb path for evoAutoFolder

Open 2frags opened this issue 5 years ago • 0 comments

There is one issue, when using evoAutoFolder plugin together with Pagebuilder. EvoAutoFolder saves the images into assets/uploads/ directory, so thumb links become broken. In this case we have to replace: thumb = thumb.replace('assets/images/', '../assets/' + opts.thumbsDir + '/images/'); to: thumb = '../' + thumb.replace('/images/', '/' + opts.thumbsDir + '/images/'); in interaction.js

2frags avatar Apr 12 '19 14:04 2frags