Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mehrere Carousels in einem Artikel - gleiche IDs werden vergeben #8

Closed
dmolineus opened this issue May 30, 2015 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@dmolineus
Copy link
Member

Issue by mj1985
Friday May 29, 2015 at 12:35 GMT
Originally opened as contao-bootstrap/carousel#3


Durch die Verwendung von time() - erhalten alle Carousels auf der Seite die gleiche ID, besser wäre es die Element-ID zu verwenden:

$this->id

Konkret im Template gallery_carousel_34.html5 (Zeile 1):

<?php if($this->cssID[0] == '') : $cssId = 'carousel_' . $this->id; else: $cssId = 'carousel_' . $this->cssID[0]; endif; ?>
@dmolineus dmolineus added the bug label May 30, 2015
@dmolineus dmolineus added this to the 1.0.x milestone May 30, 2015
@dmolineus dmolineus added the ready label Jul 3, 2015
@dmolineus dmolineus self-assigned this Jul 4, 2015
@dmolineus dmolineus removed the ready label Sep 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant