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

nikkubhai’s picture

Version: 7.x-2.0-beta2 » 7.x-3.0

I am facing the same problem.
Only admin can see the page title. Authenticated users and annonymous users cannot.
Any fix for it?

Argus’s picture

I cannot reproduce this on 7.x-3.0. H1 on page titles get rendered normally.

nikkubhai’s picture

I 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

Argus’s picture

Status: Active » Closed (cannot reproduce)
vasike’s picture

Status: Closed (cannot reproduce) » Active
nikkubhai’s picture

change the settings in theme. You may have hidden page titles along with site slogan,etc. by mistake as was in my case.

vasike’s picture

nope. they're not. as on #1 won't show for unauthenticated users

vasike’s picture

Status: Active » Needs review

First 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.

vasike’s picture

Title: No page title on nodes (<h1></h1>) » No page title for unauthenticated users (<h1></h1>)

it's not only for the Nodes. issue title changed

vasike’s picture

it 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.

sammyd56’s picture

#10 confirmed working in my case, many thanks.

larowlan’s picture

Seeing 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.

Jānis Bebrītis’s picture

#10 solved it for me too, d'oh ;)

himerus’s picture

Status: Needs review » Closed (works as designed)
TelFiRE’s picture

I 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.