HTML & CSS carousel problem

bartek-lisowski

Apr 28th, 2020 10:37 AM

Hi guys

Im working on my first website and i came across some issues along the way. I used bootsrtap code for my gallery slider-carousel and it's working fine. It slides on it's own as i wanted but the controls doesn't work. first of all the arrows do not display and after i click on them, nothing happens. (i have to mention that the controls responded correctly before, and stopped). Below im attatching some images for the reference. Thank you for your help. https://ibb.co/qmPqtRL https://ibb.co/BnZZWYv https://ibb.co/TLS7dQr

bobbyiliev

Dec 13th, 2022 03:33 AM

Hi there,

I am just following up on some old unanswered questions on the site.

It looks like the issue with your carousel may be related to the Bootstrap CSS styles that are being applied to your page.

One possible cause of this issue is that the Bootstrap CSS styles are conflicting with your own custom styles. This can happen if your custom styles are overwriting the Bootstrap styles, or if the Bootstrap styles are being loaded after your custom styles.

One way to fix this issue would be to make sure that the Bootstrap CSS styles are being loaded before your custom styles. This will ensure that the Bootstrap styles are applied to your page first, and will not be overwritten by your custom styles.

Another solution would be to use a tool like a CSS reset to remove any conflicting styles that may be causing the issue with your carousel. A CSS reset will reset the default styles for all elements on your page, which can help to prevent conflicts between your custom styles and the Bootstrap styles.

Overall, the best solution will depend on the specific details of your website and the styles that are being applied to your page. You may need to experiment with different solutions to find the one that works best for your situation.