I'm using Drupal 7 and Omega 4. Yesterday something changed and now I have this problem...

For each new Basic Page I create, the page Title appears below the Body. The same thing happens for my Views.

What have I done?

Comments

Stefan Lehmann’s picture

Can you give a URL? There are multiple ways how the page title can be included / rendered. It depends very much on that. The markup around it would probably give a hint which module / template is printing it out.

I like cookies!

Jimmay’s picture

Hi Stefan, thank for you suggestion. Unfortunately I do not have a URL as I am only currently running this local. This appears to be isolated to the Omega theme as the Title was re-positioned correctly when I reverted back to the Bartik theme.

I also recreated another Omega sub-theme and the problem persisted.

Dev1.addweb’s picture

Move $title variable above $content variable in page.tpl.php file. This will solve your problem.

Let me know if you face any query/concern regarding this.

Thanks

Jimmay’s picture

Thanks for all the help.

I managed to resolve this myself, I just had to reconfigure the order in Blocks.

Anonymous’s picture

HI Jimmay,

I am having the same issue when used Venture theme by devsaran. Could you please tell how did you resolve this issue , how did you reconfigure the Blocks.

Thanks