Closed (works as designed)
Project:
Omega
Version:
7.x-3.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2011 at 11:51 UTC
Updated:
3 Aug 2012 at 22:29 UTC
Hi,
When I am using a omega subtheme the title on nodes and pages are empty. (
)
But when I am using other themes title is not empty.
Am I doing something wrong?
Comments
Comment #1
nikkubhai commentedI am facing the same problem.
Only admin can see the page title. Authenticated users and annonymous users cannot.
Any fix for it?
Comment #2
Argus commentedI cannot reproduce this on 7.x-3.0. H1 on page titles get rendered normally.
Comment #3
nikkubhai commentedI guess it is due to some module. Even on my new dev site, everything's fine. I will have to see which module can be the cause
Comment #4
Argus commentedComment #5
vasikesubscribe. same with #1133186-1: No page title for unauthenticated users (<h1></h1>)
Comment #6
nikkubhai commentedchange the settings in theme. You may have hidden page titles along with site slogan,etc. by mistake as was in my case.
Comment #7
vasikenope. they're not. as on #1 won't show for unauthenticated users
Comment #8
vasikeFirst Subtheme generated with Omega tools (http://drupal.org/project/omega_tools).
I noticed that in the template.php it generates the hook_process_region() for the subtheme
the function it's "themename_alpha_process_region" instead of "themename_process_region".
if i rename it it starts to work. then i can go back to "themename_alpha_process_region" and still works.
Comment #9
vasikeit's not only for the Nodes. issue title changed
Comment #10
vasikeit seems the issue it is form the Delta & Context.
If i put the Main Content "block" in the Content within the Context, it starts working.
Comment #11
sammyd56 commented#10 confirmed working in my case, many thanks.
Comment #12
larowlanSeeing same issue, vanilla subtheme built with omega_tools.
Quite a few contributed modules.
Can provide a link if that helps, but will dig into this in coming day.
Comment #13
Jānis Bebrītis commented#10 solved it for me too, d'oh ;)
Comment #14
himerus commentedComment #15
TelFiRE commentedI just disabled Delta and Context, never had created any contexts anyway. My "Main page content" block was always in the Content area.
H1s still do not show when logged out.