0
Welcome Guest! Login
0 items Join Now

Problems with gantry CSS

  • Problems with gantry CSS

    Posted 13 years 4 days ago
  • Re: Problems with gantry CSS

    Posted 13 years 2 days ago
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: Problems with gantry CSS

    Posted 13 years 2 days ago
    • Hi there,

      Background graphic is repeating due to css at line 9 in style1.css ...
      body {
           background: url("../images/backgrounds/Page-BgTexture.jpg") repeat scroll 0 0 transparent !important;
           color: #000000;
      }
      Change repeat to no-repeat.

      Menu background is being controlled by template so you will need to add this to bottom of template.css
      #rt-menu .rt-container {
           background: url("../images/backgrounds/nav.png") no-repeat scroll 100% 50% transparent !important;
      }
      Now open style1.css and comment out or delete line 26...
      .menutop li.parent.root > .item span, .menu-type-splitmenu .menutop li.parent .item span {
           background: url("../images/backgrounds/nav.png") no-repeat scroll 100% 50% transparent;
      }
      This should resolve the navigation bar issues.

      Try those and then let me know what is left to do.

      Hope this helps 8)

    • 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
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Problems with gantry CSS

    Posted 13 years 2 days ago
    • Hanin Abdellaziz wrote:
      http://www.vtck.de/
      -I can not save a custom preset in the backend.
      hi hanin,

      are you getting any error message or what exactly is not working?

      kat :)
    • Kat05 / QA Lead & Support / Germany
  • Re: Problems with gantry CSS

    Posted 13 years 1 day ago
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: Problems with gantry CSS

    Posted 13 years 16 hours ago
    • Hi Hannin,

      Can you PM me with a temporary Super Admin access please and I will take a look to see what the cause may be.

      Thanks :)

    • 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
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: Problems with gantry CSS

    Posted 12 years 11 months ago
    • Hi Hannin,

      Thanks for the access.

      When using RokPad as your editor you need to watch for any code in red as this shows an error.

      You had two </div> tags near the start of the article with no opening tags. :oops:

      The next problem was a link....
      <p>Manchmal auch gut sind die Übersetzungen von Flaws, Yang &Co.: <a href="http://www.healthy.net/bluepoppy/">http://www.healthy.net/bluepoppy/</a></p>
      Please note the missing space between the & and Co - this was also causing a problem. I replaced it with this code...
      <p>Manchmal auch gut sind die Übersetzungen von Flaws, Yang &amp; Co.: <a href="http://www.healthy.net/bluepoppy/">http://www.healthy.net/bluepoppy/</a></p>
      Your page now displays as it is meant to.

      If this resolves your problem then please edit your first post in this thread by adding SOLVED at the start of the title and then select the green tick icon. This lets the moderators know that it can be moved to the solved section.

      Thanks for your cooperation :)

    • 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 gantry CSS

    Posted 12 years 11 months ago
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Problems with gantry CSS

    Posted 12 years 11 months ago
    • Transparency: Can it be done with css ?
      Yes and No.
      You can't use opacity since it will effect all childs.
      Instead of that you have to use semi-transparent png's that you can use as background-pics (via css). If you don't want to create them yourself you can use the ones you can find in the momentum-template ...
  • Re: Problems with gantry CSS

    Posted 12 years 11 months ago

Time to create page: 0.049 seconds