Skip to content

credits option doesn't work as documented #4690

@rrthomas

Description

@rrthomas

I'm trying to use credits: {enabled: false}. This setting is used in the example active-slide.html, and it doesn't work there (I'm testing using current git master), so I don't think it's just me!

Looking at the code, in src/js/mixed/waterMark.js, the test for whether the "water mark", as it is called there, is used is: !state.isValid || getOptions().credits.enabled. In other words, AFAICT, you can only disable the credits if you have a valid license key.

So, please could you either fix the bug (if you think the documentation is correct), or update the documentation (if this behaviour is intentional).

I hope this behaviour is not intentional! I'm working on a static web site which tries to use fullPage.js to replicate the look of an art book, so I really don't want to have the watermark on each page. I was planning to put an acknowledgement on the site's acknowledgements page.

Thanks for fullPage.js!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions