I have been trying to update the modal css class all day but no success because I cant seem to find the correct file to update. I inspected the code with firebug and noticed that firebug is referencing the path below
?t3action=lessc&s=templates/ja_mero/less/bootstrap.less
I can test the change that I want in firebug and the modal issue is resolved by simply adding ‘div’ in front of ‘.modal’ class. When I now go to the actual bootstrap.less file referenced by firebug, via FTP, all I see is the link to several other .less files in the bootstrap.less file.
The styling issue is an incompatibility between bootstrap’s modal classes and Joomla 2.5’s. I am trying to apply the fix recommend here… http://ux.joomla.org/forum/User-Research/662-Bootstrap-and-Joomla-156725—a-common-solution-needed#663 which should give you an idea on how to remedy that.
I can find a bootstrap.css file in several folders on the ftp, and have attempted to make the changes to each of these files but none of this is fixing the modal issue as I was able to do via firebug. It is very frustrating trying to find the correct file in the template. I have also taken time to read through the T3v3 framework documentation but that has not helped. I also checked out all the threads that referenced this issue and could not find any reference to the exact file i need to update. So I urgently need help.
BTW – I am using the default theme file and home theme. The only customization I made is to the layout by removing some module positions that I don’t need.
Thanks in advance.