0
Welcome Guest! Login
0 items Join Now

Problems with navigation after update to Hexeris 1.3

  • Problems with navigation after update to Hexeris 1.3

    Posted 10 years 8 months ago
    • After i have updated my Hexeris Template from V1.1 to 1.3 the Navigation will not shown correctly.
      In attachement i have send a hardcopy from V1.1 and V1.3

      Who can help me, i have also cleared cache and so on.

      Thanks best regards Thomas
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Problems with navigation after update to Hexeris 1.3

    Posted 10 years 8 months ago
    • Could you please post a URL to your site (this can be done in the secure area tab if you prefer) so we can look for you. Without a link to page where the problem is on your site it is quite hard for us to provide the best solution due to so many variables. We try to provide file names and line numbers for code changes and if changes have already been made then our advice may be incorrect.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: Problems with navigation after update to Hexeris 1.3

    Posted 10 years 8 months ago
    • This message contains only secure information that is visible to MrT, moderators and administrators
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Problems with navigation after update to Hexeris 1.3

    Posted 10 years 8 months ago
    • Use this code...
      #rt-top-surround .gf-menu li:not(.active) a, .gf-menu li:not(.active) a {
          color: black;
      }
      #rt-top-surround .gf-menu li:hover a, .gf-menu li:hover a {
          color: white;
      }

      This is how to create a custom CSS compatible with Gantry 4...

      Simply create a file called "<TEMPLATENAME>-custom.css" and put this file in the CSS folder of the template (where <TEMPLATENAME> is the name of the template as seen in template manager e.g. rt_fracture). GANTRY4 will automatically load this CSS file. If you wish, you can also have browser specific files by appending, for example, "-ie9" making the filename "<TEMPLATENAME>-custom-ie9.css"

      Regards, Mark.
    • The following users have thanked you: Klasse-Gemacht

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: Problems with navigation after update to Hexeris 1.3

    Posted 10 years 8 months ago
    • Hello, thanks for your help, i like to do some other styles but the link witch will be on focus/active does not change, what is wrong on my css? Thanks best regards Thomas
      	    #rt-top-surround .gf-menu li:not(.active) a, .gf-menu li:not(.active) a {
          color: #81CDE7;
      	font-family: Arial;
          font-size: 14px;
      	font-weight: lighter;
      	line-height: 14px;
          }
          #rt-top-surround .gf-menu li:hover a, .gf-menu li:hover a {
          color: white;
      	font-family: Arial;
          font-size: 14px;
      	font-weight: lighter;
      	line-height: 14px;
          }
          #rt-top-surround .gf-menu li:focus a, .gf-menu li:focus a {
          color: white;
      	font-family: Arial;
          font-size: 14px;
      	font-weight: lighter;
      	line-height: 14px;
          }
          
    • Last Edit: 10 years 8 months ago by MrT.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Problems with navigation after update to Hexeris 1.3

    Posted 10 years 8 months ago
    • Using focus is a bit of waste of time really. The only ones that are going to count are .active class and hover and ordinary.

      Your CSS is not in the custom CSS file?

      Regards, Mark.
    • The following users have thanked you: Klasse-Gemacht

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.074 seconds