0
Welcome Guest! Login
0 items Join Now

SOLVED Gantry menu and roksproket slide

  • SOLVED Gantry menu and roksproket slide

    Posted 11 years 2 months ago
    • Hello

      I have problem with gantry menu.

      Look on the picture, as You see subnemu is under roksproket slide. So how to fix it.

      Any idea to help me - please

      PS: I don't make any big change in the tempalte.

      Regards

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

    Re: SOLVED Gantry menu and roksproket slide

    Posted 11 years 2 months ago
    • As this is a template specific question it should really be asked in the appropriate template forum. I also notice that your membership has expired so perhaps this is why you did not do this?


      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: SOLVED Gantry menu and roksproket slide

    Posted 11 years 2 months ago
    • Thank You Mark for Your answer?

      It's Gantry base theme. Template was taken from gantry-framework.org. So I thing it is good place.

      I used RocketLauncher for Joomla 3.1, and download Roksproket, Then I made a few changes in the template and ran with changes roksproket (slideshow), When I used different module with slideshow, ex Klixo Articles Slider, slide show cover menu too.

      Of course you can look on my template, it's no secret:

      http://obywatel.idw.net.pl


      I have made a lot of change, most of them related to color and background image.
    • Last Edit: 11 years 2 months ago by MrT.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Gantry menu and roksproket slide

    Posted 11 years 2 months ago
    • Use this code...
      #rt-header, #rt-top {
          z-index: 3;
      }
      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: kacper1972

    • 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: SOLVED Gantry menu and roksproket slide

    Posted 11 years 2 months ago
    • thank you

      I fond file template.less in line 54 this code, there was z-index 2, so I change it to 3, and it works

      Thank You Mark
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Gantry menu and roksproket slide

    Posted 11 years 2 months ago
    • No... never, ever, ever change our original template files as this will make life much more difficult for you when you want to take updates to the template as that would overwrite your changes (even if it is gantry template). Therefore, you should be creating a custom CSS file and making all your change in there. So, follow the instructions above and put the change I gave you in gantry-custom.css and save that file in /template/gantry/css folder.

      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: SOLVED Gantry menu and roksproket slide

    Posted 11 years 2 months ago
    • Ok, Now I know the problem.

      I will made change as you sugest

Time to create page: 0.079 seconds