Closed (works as designed)
Project:
Pixture Reloaded
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2011 at 01:16 UTC
Updated:
31 Jul 2011 at 22:11 UTC
I know this is an issue with other themes as well but the theme just isn't working for me because the theme isn't rendering the main menu or user menu at all it is just the header with a logo, sitename, and slogan. The main menu option isn't even available under settings. Is there any way to fix this?
Comments
Comment #1
Deepika.chavan commentedHi,
I tried the same thing on my local site.
1. Added following code in 'pixture_reloaded.info' file:
2. Added following code in template.php file under
function pixture_reloaded_process_page(&$vars)function:3. Added following code in 'page.tpl.php' file after
<?php print render($page['header']); ?> <!-- /header region -->line.4. Created custom css file 'local.css' and added following line in 'pixture_reloaded.info' file:
5. Added following css code in local.css file.
Note: Place your main menu background image in /images dir. and replace 'main-menu-bg.png' with your image name.
Please clear cached data.
HTH!!
Rgrds,
Deepika Chavan.
Comment #2
zackhawkins0103 commentedThank you very much! I was figuring I would have to tweak with the php and files with the theme, but I wasn't sure.
edit: this didn't work, it is giving me an error about the
Apparently
$primary_navdoesn't exist.Comment #3
smiletrl commentedPerhaps you need clear your cache before you want to see the difference.
Comment #4
zackhawkins0103 commentedI cleared the cache of my site, and I also cleared my browsers cache, but the error was still there. I have decided to user superfish instead, as it is easier.
Comment #5
Jeff Burnz commentedThis theme doesn't use those variables, it uses the Main menu and Secondary menu blocks, there are extra regions just for those blocks (e.g Menu Bar region) - if you stick any menu block in that region it will be automatically styled - this allows you to use something like Superfish or Menu Block module etc, i.e. its much more flexible approach.