I can't believe the quality of service, it has gone down a lot since Shape5 was bought out. At the moment I just re-designed our entire site and almost done. Today I was informed that the Menu items don't appear on all browsers or systems. Upon further investigation I found that its on any system besides the original system that built and launched the site. I need this addressed and rectified immediately. I also want to point out that the vertex patch doesn't work on all your templates... please keep me posted as this is affecting business!

Update on page "A creative company where customers matter most" the right accordian menu displays, if I unpublish it on the page it removes the entire top menu too. Perhaps the two issues are related?

I just noticed that any module in the right position affects the main menu on top. An module, any module has to be present to ensure the top menu appears.

Localized to per page issue. If no right module is present top menu disappears. Mind you this is only on the original computer that launched, uploaded and built the site. All other systems do not see a menu at all.

checked URL's with right modules published to see if other systems or browsers would see the top menu, they don't

Site Files and Database has been backed up, I hope to whatever diety exists that this is fixed when I come in tomorrow morning.

    cesgarcia
    Hi,

    Actually, the menu is there but the logo occupies more space in the header + long text of menu items in the main nav so they can't display together on the same line and the menu breaks to the next line under the logo now.

    A solution here is that you can reduce the font size of menu item so it will reduce the space for these menu items and it can display the same line with the logo:

    #s5_nav li {
      font-size: 0.8em;
    }

    Another way is reducing the width of the logo image.

    Regards

    Understandable but why would it not display on any browsers but my own on this station? Where would I put this code?

    And if thats the case wouldn't

    #s5_body_padding {
    font-size: 0.8em;

    	be better in the template.css file line 16?

    Lol Joomart give contract me hahahahaha

    Also I'd like to point out that it makes the logo look stupid. It puts a white gap between the logo and menu. We picked this template to have the menu bar color uniform with the color of the logo and run together smoothly.

    For Chrome it has to go down as far as .7

    So I went from a 300 x 68 logo to 250 x 85 logo to compensate for the top and bottom white padding. I also had to set the font size for the s5_nav to .77

    This made the menu display on all systems but also made it look ridiculous on all platforms see attachements.

    One image is Chrome

    firefox:

    Checking Mobile site

    I just think the logo placement on this is just atrocious, especially for individuals with logos that have background colors.

    Switching to a white background logo for now and letting ya'll sort this issue out. Geezus.

    Even with a white background logo its looks ridiculous. A bunch of white space... wow...

      cesgarcia
      Hi,

      It seems that you change the logo with white background already.

      With the custom css I sent, you can add into the file: /templates/hexa_corp/css/custom.css (Create this file if it doesn't exist)

      I changed it because even with the .css code it made it look like I showed in the screen shots, did you not read the entire thread? I tried it with .77, .8, and etc. It doesn't help. Makes the font smaller, also causes a white margin between logo and menu bar causing the color scheme to look ridiculous. Read all the responses before responding with a poor excuse for a solution.

      Also you'd notice that the site appearance varies with browser which is weird.

        cesgarcia
        Hi,

        When changing the font-size for menu item on your site, there maybe white space before & update the main navigation, try to combine with the settings for the layout width of the main body in template manager: http://prntscr.com/oldgkj

        You need to Login to view replies.