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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions