Currently, I am dealing with a chaotic Joomla project where much of the functionality is hardcoded in the core. For example, passing
option=com_admn&view=displayUsers
. One particular issue we are facing involves our blog page, where all blogs are displayed. Upon initial loading, the title of the page reads Blogs list- ProjectName
, but once fully loaded, it reverts to just ProjectName
. Upon inspecting the page with FireBug, I noticed that the title
element was being updated approximately every 2 seconds by Javascript.
I have attempted adjustments in global settings, as well as article and menu configurations, but so far nothing has resolved the problem. Any insights on what may be causing this issue and possible solutions would be greatly appreciated.