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
The selections button in carousel in the events page, that contains the five selected pictures for each event in the same style, does not defaults to any picture selection even when the first picture is selected on page load.
Snapshots for the issue:
Here's a snapshot showing the same:
A closer, scribbled shot for the same buttons issue:
Additional Notes - Fixation suggestion
Since the first image of the carousel is loaded by default on every page load, the first button (button with id 1 in code) can be selected by default.
Also, the buttons can be styled on selection separately using some style class such as active that appears only on the selected button.
The text was updated successfully, but these errors were encountered:
Git-Harshit
changed the title
Event Carousel slider buttons do not default to first selection in Events Page
Event Carousel slider buttons do not default to their current selection in Events Page
Nov 10, 2020
Details on the Issue:
The selections button in carousel in the events page, that contains the five selected pictures for each event in the same style, does not defaults to any picture selection even when the first picture is selected on page load.
Snapshots for the issue:
Here's a snapshot showing the same:
Additional Notes - Fixation suggestion
Since the first image of the carousel is loaded by default on every page load, the first button (button with id 1 in code) can be selected by default.
Also, the buttons can be styled on selection separately using some style class such as
active
that appears only on the selected button.The text was updated successfully, but these errors were encountered: