Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • Chase Jestley Friend
    #979940

    Ha… now the menu bar changed and the login button and the logo don’t fit in it anymore… i’m going to get my membership yanked at this rate…. We get one thing (well, you get one thing fixed) and something else changes….

    Chase Jestley Friend
    #980325
    Saguaros Moderator
    #980380

    Hi,

    May I know which changes you applied before this issue happened?

    You can include the link of that topic here so I will check for you.

    Chase Jestley Friend
    #980411

    To be completely honest, I’m not sure… there was a change to make sure the menu fit on one line, padding changes compensate for the top of the page and the only other thing I can think of was theme colors. Any changes are in the custom.css file. It just went narrow and started pushing the logo and login popup out. And the height got smaller.

    Saguaros Moderator
    #980462

    Could you illustrate the modification you expect via screenshot?

    Chase Jestley Friend
    #980465

    This screen shot shows it before the last padding change to force the top of the page down.
    http://prntscr.com/cykh7g
    In it, you can see the logo and the login button were within the borders of the menu (a little issue with centering). just not sure how it just changed.
    Thanks!

    Chase Jestley Friend
    #980784

    Anything?

    Saguaros Moderator
    #980874

    It due to the custom code in ‘custom.css’ file on your site:

    @media (min-width: 992px) {
    .logo-control .logo-img {
        display: inline-block;
        padding-top: 15px;
    }
    }

    try to remove the padding-top: 15px; property

    Chase Jestley Friend
    #981024

    The problem is THIS: http://prntscr.com/czms65

    it at one point actually covered the pieces: http://prnt.sc/cwritn

    WHY DID THE HEIGHT OF THE MENU SHRINK? WHY DID IT ALL OF A SUDDEN START TO COVER THE LOGO? WHY CAN YOU NOT SEE WHAT IT IS DOING? I AM SUPPOSED TO GO LIVE TODAY AND HAVE SPENT 2 DAYS TRYING TO GET YOU TO ACTUALLY OPEN YOUR EYES AND SEE WHAT COMMON SENSE SAYS IS A PROBLEM! THIS IS IMPORTANT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Saguaros Moderator
    #981209

    How it’s displaying now is due to your customisation on your site, kindly check this css file:

    http://rutlandparksociety.com/templates/ja_elicyon/local/css/themes/rps/bootstrap.css

    .navbar {
        border: 1px solid transparent;
        margin-bottom: 25px;
        min-height: 60px;
        position: relative;
    }

    it should be:

    .navbar {
        border: 1px solid transparent;
        margin-bottom: 25px;
        min-height: 120px;
        position: relative;
    }

    http://rutlandparksociety.com/templates/ja_elicyon/local/css/themes/rps/template.css

    .logo-image {
      height: 60px;
      line-height: 60px;
      width: 60px;
      text-align: center;
      border-right: 1px solid #333333;
      -webkit-transition: all 350ms;
      -o-transition: all 350ms;
      transition: all 350ms;
    }

    it should be:

    .logo-image {
      height: 120px;
      line-height: 120px;
      width: 120px;
      text-align: center;
      border-right: 1px solid #333333;
      -webkit-transition: all 350ms;
      -o-transition: all 350ms;
      transition: all 350ms;
    }
    

    http://rutlandparksociety.com/templates/ja_elicyon/local/css/themes/rps/template.css

    .head-cart {
      border-left: 1px solid #333333;
      height: 60px;
      line-height: 60px;
      float: right;
      text-align: center;
      position: relative;
      width: 60px;
      -webkit-transition: all 350ms;
      -o-transition: all 350ms;
      transition: all 350ms;
    }

    it should be:

    .head-cart {
      border-left: 1px solid #333333;
      height: 120px;
      line-height: 120px;
      float: right;
      text-align: center;
      position: relative;
      width: 120px;
      -webkit-transition: all 350ms;
      -o-transition: all 350ms;
      transition: all 350ms;
    }

    The same with class ‘affix’ in above css file, for example:

    .affix .logo-image {
      height: 45px;
      line-height: 45px;
      width: 45px;
    }
    Chase Jestley Friend
    #981534

    Thanks…. I will edit the files…. but curiously, I never made those changes in the first place.. my only coding changes were in the custom CSS file…
    Just a glitch in the system I suppose.

    Saguaros Moderator
    #981957

    If there is anyone makes changes on your site, pls tell them to clarify the changes in details so you can control it easy.

    Chase Jestley Friend
    #982176

    Thanks… it was only someone from Joomlart, as I am the only person with access

    Saguaros Moderator
    #982204

    Let us know if you need further helps.

    Have a nice day!!!

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 13 replies, has 2 voices, and was last updated by  Chase Jestley 8 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum