0
Welcome Guest! Login
0 items Join Now

RokHeadRotator generates opendir error

  • Re: RokHeadRotator generates opendir error

    Posted 15 years 9 months ago
    • I am building my who is site using Hyperion. I installed the rokheadrotator from Hivemind but I cant getit to work. How do I set dimension for the images?
    • Blessings,

      Tom Cellie

      Blessed are those who can give without remembering, and take without forgetting
  • Re: RokHeadRotator generates opendir error

    Posted 15 years 9 months ago
    • Have you thought of just using RokSlideshow?
    • James Spencer / Developer & Support / Hull, UK
  • Re: RokHeadRotator generates opendir error

    Posted 14 years 8 months ago
    • I just installed rokslideshow into Refraction. It worked when I added this code into template.css:
      #rokheadrotator div div { height: 100px !important; }

      However, when I changed the height to 400px high it overlaps onto the left menu and main content.

      Many Thanks.
  • Re: RokHeadRotator generates opendir error

    Posted 14 years 8 months ago
    • I figured this out by taking code from hivemind template.css and putting it in refraction's template.css

      /* rokheadrotator stuff */

      #rokheadrotator {
      height: 235px;
      position: relative;
      background: none;
      }

      #rokheadrotator .controls {
      top: 14px;
      position: absolute;
      right: 13px;
      z-index: 1;
      }

      #rokheadrotator .controls img {
      background-image: url(../images/scroller-controls.png);
      cursor: pointer;
      height: 15px;
      margin-right: 11px;
      width: 15px;
      }

      #rokheadrotator .control-prev {
      background-position: 0pt 0pt;
      }

      #rokheadrotator .control-next {
      background-position: 0pt -17px;
      }

      #rokheadrotator .control-pause {
      background-position: 0pt -34px;
      }

      #rokheadrotator .control-play {
      background-position: 0pt -51px;
      }
      /* RokHeadRotator _EOF_ */

Time to create page: 0.055 seconds