Hi. I have this file in my install of Music State: public_html/templates/gk_musicstate/html/com_community/groups.viewgroup.php
This is the only file with this "groups.viewgroup.php" name on my site. When I look at the code on this file, the classes have the prefix of "js-" For example, line 21 is: <div class="js-focus">
When I open the page and display a Group on the front-end, if I Inspect the element in the browser, the code written comes out like this: <div class="joms-focus">
It's like this throughout the html. The "js-" class prefixes are written to the browser as "joms-"..... ???????
Can anyone explain this? If I want to edit this Group view, where do I make the edits?
Thanks in advance for the help- Tim