Hi,
PROBLEM: Sidebar-a DOES NOT display on the JomSocial "Edit Profile" page.
DETAILS: However, sidebar-a DOES indeed display on ALL OTHER JomSocial pages, as well as on all other pages of site. I'm trying to display a module in sidebar-a of "Edit Profile" page, but JomSocial component expands into this position, as set forth below:
Upon viewing the source code for the "Edit Profile" page, I observe the following code above the JomSocial component:<div id="rt-main" class="mb12">
<div class="rt-grid-12 ">
<div id="rt-content-top">
<div class="rt-grid-12 rt-alpha rt-omega">
<div class="module-full">
In contrast, upon viewing the source code for any of the other JomSocial pages (e.g., "Edit Details"), which correctly display the sidebar-a position, I observe the following code above the JomSocial component:<div id="rt-main" class="sa3-mb9">
<div class="rt-grid-9 rt-push-3">
<div id="rt-content-top">
<div class="rt-grid-9 rt-alpha rt-omega">
<div class="module-full">
QUESTION: How do I display sidebar-a on the JomSocial "Edit Profile" page?
BACKGROUND:
1. Sidebar-a and related modules display correctly on ALL other pages of the site.
2. Mainbody position has 2 positions published and slider is set to 3|9 for sa mb.
3. Modules are set to display on ALL pages in sidebar-a position, and modules appear to display correctly on all other pages of the site except for this particular page, as described above.
4. Using Dominion and JomSocial
5. Testing locally, therefore no url.
Thanks in advance.