Currently, I am utilizing the Grid-A-Licious plugin for my project. It functions perfectly when used on a single page with one call to the plugin. However, due to my design requirements, I need to implement it within 3 tabs on the same page. Unfortunately, it is not performing as expected in this scenario. While it works fine on the first tab, it fails to function properly on the second and third tabs.
I have integrated Grid-A-Licious with Bootstrap tabs, where I have three tabs within tab-content, and I have called Grid-A-Licious three times accordingly. Despite this setup, the plugin does not seem to work correctly.
If anyone has encountered a similar issue or understands what may be causing this problem, please feel free to reply. Otherwise, I will continue troubleshooting until I find a solution!
Upon investigating, I discovered that Grid-A-Licious is not being applied to elements that are hidden within inactive tabs. This seems to be the root of the issue at hand.