On the home page, some of the menu styling is not working ... active, inactive and hover. The menu functionality is ... links, drop downs, etc. The menu styling works great on all other pages. Thanks for sharing a great theme.

Comments

himerus’s picture

First off, sorry, my email notifications for Gamma issues weren't coming to me...

Do you have some screenshots/html source that I could see on this issue? I'm not sure what would cause this... checkout my site using gamma: himerus.com... it all works there on home/any page.

jhwrightiii’s picture

StatusFileSize
new12.86 KB
new12.28 KB

No need to be sorry, appreciate your work, and I have fun with it. I know your site works, cause I have gone through and made sure all css, etc was the same. I removed all my modifications and just now installed your recent update and the same results are there. I have included two screen shots, one for the home and one for all other pages. Outside of a visual, not sure how this can help, so if needed I can create access to site on web and give you admin rights. Thanks

jhwrightiii’s picture

StatusFileSize
new9.7 KB

Ok so while in design mode all paths were set to 'front'. If I change and add valid links to the path field this somewhat corrects the issue, ... but if one of the menu options or buttons just produces a drop down (and will never have a path) then it remains un-highlighted. Again this is only on the 'home' page ... all other pages are ok. I have attached another image. The 'services' button has 'front' in the path because it produces a dropdown menu. Again thanks for your work.

jhwrightiii’s picture

StatusFileSize
new133.28 KB

Certainly do not want to clog your messages, but because of your theme I am on my way and again appreciate your work, thanks. Hopefully it will be worthy of a link ... again thanks

adrian drupal’s picture

StatusFileSize
new5.91 KB
new4.12 KB

Let me join.

Two additional screenshot. This always happens when you click home, also at the same time, the logo and title page graphic change, the page title becomes bold.

ksinc’s picture

Regarding the site-title, it may be what I had, which is in the Omega theme not the Gamma sub-theme. Specifically; Omega/Omega/Templates/Region-Branding.TPL.PHP

You can see that it is promoting the site-title to H2 on pages other than the front page. I made this change in my local and it worked fine. Alternatively; one could just remove the if, but I figured that was so intentional I might leave it as a placeholder.

      <?php if ($is_front): ?>
      <h1 class="site-title"><?php print $linked_site_name; ?></h1>
      <?php else: ?>
-      <h2 class="site-title"><?php print $linked_site_name; ?></h2>
+      <h1 class="site-title"><?php print $linked_site_name; ?></h1>
      <?php endif; ?>
      <?php if(isset($slogan)): ?>
      <h6 class="site-slogan"><?php print $slogan; ?></h6>
      <?php endif; ?>

My menu is working fine and I am using the dropdown menus at 2 deep.

himerus’s picture

The H1/H2 switch is intentional in Omega... if this is not a primary page with it's own title, then the header title should be h1, or if there is a page title down the page (blog, node title, etc.) then it should be only an h2 for semantics.

I have in my own CSS (i may need to look at this but I thought it already did this) make sure that .site-title h1 AND .site-title h2 have the same font-size/styling, etc.

There are updates to Omega & Gamma that may solve this as well....
But beware of the Omega upgrade if you've subthemed Omega or Gamma, as a few template edits are required...

Oh, and Gamma is HTML5 now... :)

rpruitt625’s picture

If you compare himerus.com on Firefox 3 & Internet Explorer 8 you will see nice rounded menu corners with Firefox, and square menu corners on IE