0
Welcome Guest! Login
0 items Join Now

RokNav menu and custom HTML Module, won't work in same posit

    • ianmol100's Avatar
    • ianmol100
    • Hero Rocketeer
    • Posts: 275
    • Thanks: 1

    RokNav menu and custom HTML Module, won't work in same posit

    Posted 12 years 4 months ago
    • RokNav menu and custom HTML Module, won't work in same position.

      I have created a Rok Nav Menu and a custom HTML Module. The menu is in two rows, as you can see here, carolineoates.co.uk , and the HTML module just uses text.

      They are both in the drawer position.

      Both rows of the menu work fine when I do not publish the HTML module, but when I do, the bottom row of the menu stops working. Neither The link or the hover feature work.

      It is the same in other positions.

      I am using gantry default 3.2.13 and Joomla 2.5.6

      Any ideas?

      Thanks

      Ian
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: RokNav menu and custom HTML Module, won't work in same posit

    Posted 12 years 4 months ago
    • would need to see that with the html module published.
    • ianmol100's Avatar
    • ianmol100
    • Hero Rocketeer
    • Posts: 275
    • Thanks: 1

    Re: RokNav menu and custom HTML Module, won't work in same posit

    Posted 12 years 4 months ago
    • Hi Henning,

      thanks for getting back to me so quickly. The HTML module is published. it is the one which contains:

      'STYLISH - INDIVIDUALLY DESIGNED - LADIES COUTURE
      STUDIO SHOP - 16-18 Newington, Liverpool, L1 4ED. Open: Mon-Sat, 10am-5pm. T: 0151 709 8359 E: This email address is being protected from spambots. You need JavaScript enabled to view it.'

      The line at top and bottom are the start and finish of the module, and obviously above that is the menu rok menu.

      Thanks

      Ian
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: RokNav menu and custom HTML Module, won't work in same posit

    Posted 12 years 4 months ago
    • add this to your template.css and clear your cache

      #rt-drawer div.rt-block {overflow: hidden;padding-bottom: 0;}
      #rt-drawer div.custom p {display: none;}
      #rt-drawer div.custom hr + p {display: block;}
      #rt-drawer div.custom p {display: none;}
      #rt-drawer .rt-block + .rt-block {padding-top: 0;}
    • ianmol100's Avatar
    • ianmol100
    • Hero Rocketeer
    • Posts: 275
    • Thanks: 1

    Re: RokNav menu and custom HTML Module, won't work in same posit

    Posted 12 years 4 months ago
    • Thanks Henning,

      Where in the CSS should it go?

      Thanks

      Ian
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: RokNav menu and custom HTML Module, won't work in same posit

    Posted 12 years 4 months ago
    • template.css

      doesn't matter where in that file ...
    • ianmol100's Avatar
    • ianmol100
    • Hero Rocketeer
    • Posts: 275
    • Thanks: 1

    Re: RokNav menu and custom HTML Module, won't work in same posit

    Posted 12 years 4 months ago
    • Thanks Henning, will let you know if it works.
    • ianmol100's Avatar
    • ianmol100
    • Hero Rocketeer
    • Posts: 275
    • Thanks: 1

    Re: RokNav menu and custom HTML Module, won't work in same posit

    Posted 12 years 4 months ago
    • Hi Henning,

      worked a treat, thank you!

      What was the problem?
    • ianmol100's Avatar
    • ianmol100
    • Hero Rocketeer
    • Posts: 275
    • Thanks: 1

    Re: RokNav menu and custom HTML Module, won't work in same posit

    Posted 12 years 4 months ago
    • Hi Henning,

      do you have any idea how to increase the space between the two rows?

      Thanks

      Ian
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: RokNav menu and custom HTML Module, won't work in same posit

    Posted 12 years 4 months ago
    • if you mean the menu-items ... try this ...

      #horizmenu-surround ul.menutop .root {
      margin-bottom: 10px;
      }

Time to create page: 0.057 seconds