You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
FTColumnFlow copies my gallery without changing its ID, so that I have 2 elements with the same ID on my page. And it causes lots of troubles for me: for example, gallery can't work properly because browser thinks that these 2 galleries it's one big gallery.
I propose to check FIRST if element have ID or not. If element have some ID, then we can add, for example, the word "-flowed" to end of the ID. And the final ID will be gallery-1-flowed. Problem resolved.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I have elements with unique ID in
flowedContent
, let's say I havegallery-1
:FTColumnFlow copies my gallery without changing its ID, so that I have 2 elements with the same ID on my page. And it causes lots of troubles for me: for example, gallery can't work properly because browser thinks that these 2 galleries it's one big gallery.
I propose to check FIRST if element have ID or not. If element have some ID, then we can add, for example, the word "-flowed" to end of the ID. And the final ID will be
gallery-1-flowed
. Problem resolved.The text was updated successfully, but these errors were encountered: