NavBar (Menu) Fonts change on different pages

pabloconradpabloconrad Registered Users Posts: 97 Big grins
edited February 21, 2014 in SmugMug Customization
Yo.

while navigating my site when logged out, the font in my navbar changes from bold to normal. It's inconsistent but only slightly. I have no reason why. :dunno

Example, the font on my home page is bold, but when you go to the Wedding Info Page, or other page for that matter, the font changes to narrow. :dunno

I DO NOT have a different setting for it. The Navbar is on my "sitewide" customiztion page, I do not have separate navbars for different pages.

Sorta annoying as it causes the menu to shift while going to a different page.:scratch
Paul Conrad
Photojournalist
Pablo Conrad Photography
Seattle, WA, USA
c: 206-450-8632

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited February 20, 2014
    Usually caused by different themes applied to each page.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • DanCarl97DanCarl97 Registered Users Posts: 139 Major grins
    edited February 20, 2014
    Allen wrote: »
    Usually caused by different themes applied to each page.

    Maybe you'll notice a pattern such as all folders have one font and all galleries have the other? This would indicate a mishap with the theme (the theme being appied to the 'All Galleries' section and not the 'All Folders' section too).
  • pabloconradpabloconrad Registered Users Posts: 97 Big grins
    edited February 20, 2014
    Allen wrote: »
    Usually caused by different themes applied to each page.

    Thanks Allen, I'd like to check it but how? I'm fairly certain the same theme is applied throughout the website. How do you check? I'd like to get it fixed. It's more of an annoyance, but looks a touch unprofessional.
    Paul Conrad
    Photojournalist
    Pablo Conrad Photography
    Seattle, WA, USA
    c: 206-450-8632
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited February 20, 2014
    Thanks Allen, I'd like to check it but how? I'm fairly certain the same theme is applied throughout the website. How do you check? I'd like to get it fixed. It's more of an annoyance, but looks a touch unprofessional.
    Just a little research.

    homepage is using this

    @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Regular"), local("Roboto-Regular"), url("http://themes.googleusercontent.com/static/fonts/roboto/v10/Xyjz-jNkfiYuJf8UC3Lizw.woff") format("woff");
    }

    Weddings is using this

    @font-face {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 400;
    src: local("Quicksand Regular"), local("Quicksand-Regular"), url("http://themes.googleusercontent.com/static/fonts/quicksand/v3/sKd0EMYPAh5PYCRKSryvWz8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
    }

    This is what is changing the text, have no idea what from. Probably theme.
    .sm-user-ui body,
    .sm-user-ui select,
    .sm-user-ui input,
    .sm-user-ui button,
    .sm-user-ui textarea,
    .sm-user-ui .yui3-g [class *= "yui3-u"],
    .sm-user-ui .yui3-g-r [class *= "yui3-u"],
    .sm-nui {
        font-family:[COLOR=Red] Quicksand[/COLOR],Roboto, Helvetica, Arial, sans-serif;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • DanCarl97DanCarl97 Registered Users Posts: 139 Major grins
    edited February 21, 2014
    If you go into Customiser from the home page, you can click each type of customisation mode thing (Entire Site, Homepage, etc.) and take a look at the theme tab. If they all match with the same 'Applied Theme', then there must be a Smugmug Bug or a CSS Content Block somewhere. If they don't, then you might have found your solution.
  • pabloconradpabloconrad Registered Users Posts: 97 Big grins
    edited February 21, 2014
    Allen wrote: »
    Just a little research.

    homepage is using this

    @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Regular"), local("Roboto-Regular"), url("http://themes.googleusercontent.com/static/fonts/roboto/v10/Xyjz-jNkfiYuJf8UC3Lizw.woff") format("woff");
    }

    Weddings is using this

    @font-face {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 400;
    src: local("Quicksand Regular"), local("Quicksand-Regular"), url("http://themes.googleusercontent.com/static/fonts/quicksand/v3/sKd0EMYPAh5PYCRKSryvWz8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
    }

    This is what is changing the text, have no idea what from. Probably theme.
    .sm-user-ui body,
    .sm-user-ui select,
    .sm-user-ui input,
    .sm-user-ui button,
    .sm-user-ui textarea,
    .sm-user-ui .yui3-g [class *= "yui3-u"],
    .sm-user-ui .yui3-g-r [class *= "yui3-u"],
    .sm-nui {
        font-family:[COLOR=Red] Quicksand[/COLOR],Roboto, Helvetica, Arial, sans-serif;
    }
    
    DanCarl97 wrote: »
    If you go into Customiser from the home page, you can click each type of customisation mode thing (Entire Site, Homepage, etc.) and take a look at the theme tab. If they all match with the same 'Applied Theme', then there must be a Smugmug Bug or a CSS Content Block somewhere. If they don't, then you might have found your solution.

    YAYYYY!!!! That was it. The main theme was not cascading to the other pages. It was different in the folders and the galleries. It defaulted to the original "Arrow" theme and not my saved "Pablo's Theme."


    It's working now! YAYYYY!!!! clap.gifclap clap.gifclap clap.gifclap.gif

    Thanks for all the help!!!
    Paul Conrad
    Photojournalist
    Pablo Conrad Photography
    Seattle, WA, USA
    c: 206-450-8632
Sign In or Register to comment.