This article is work in progress
Contents
Rocket Theme
- Sidebar module positions not showing up on the edit profile page
If you use Gantry based templates, you will experience issue with modules published in the sidebar position.
This is because Gantry have special mode called editmode but it only checks the URL for the active task
You can view it here
JOOMLAROOT/libraries/gantry/core/renderers/gantryorderedmainbodyrenderer.class.php
Starting at line 41 and bellow
$editmode = JFactory::getApplication()->input->getCmd('task') == 'edit' ? true : false;
It only checks for task=edit and if its true, later in the code it completely disables sidebar positions
On edit profile page, JomSocial have this task, therefore, Gantry thinks that you are in the editmode
Resolution: Fix to Gantry code is needed to check for options and views. RocketTheme developers are notified about this
Status: Not fixed
Joomlart
- Menu dropdowns not working on templates built with T3 Framework
Gavick
- Isolated issue - Single Template not working at all - World News 2 template, messed layout