Skip to content

thumb path for evoAutoFolder #82

Description

@2frags

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions