0
Welcome Guest! Login
0 items Join Now

Fixed Background on Corvus Template

  • Fixed Background on Corvus Template

    Posted 10 years 3 months ago
    • Hi everybody, sth weird happened to me and it's driving me crazy.
      I used Corvus Template for my website and I can't remeber how I've been able to fix the background image. This is the site:

      www.nerdface.it

      Then I used the same template for another site:

      www.shop.nerdface.it

      and I tried to do the same fixed bg... but now I can't anymore! I remeber I used a button or I just checked an option and the bg on the first site is ok. But this option seems disappeared in both sites!

      Please, can someone help me out? or I think I'd better call an ambulance!!:-)

      Thanks a lot
      Giordano
  • Re: Fixed Background on Corvus Template

    Posted 10 years 3 months ago
  • Re: Fixed Background on Corvus Template

    Posted 10 years 3 months ago
    • uhm ok try this, than you!

      shop.nerdface.it
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Fixed Background on Corvus Template

    Posted 10 years 3 months ago
    • See the two screenshots from firebug - it would appear that you have edited the templates original files or have added some custom LESS to change that. Custom changes should really be done in a custom CSS file - you should never change original template files.

      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: Fixed Background on Corvus Template

    Posted 10 years 3 months ago
    • Thanks Mark, I swear I never changed the original CSS... I'm sure there was an option in the CMS to make the fixed bg...
      Is it possible that this feature has been removed after the last gantry update or sth?
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Fixed Background on Corvus Template

    Posted 10 years 3 months ago
    • Not that I am aware of...

      Just use this custom CSS...
      .top-type-customtop #rt-page-surround {
          background-attachment: fixed;
      }

      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.
    • 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