0
Welcome Guest! Login
0 items Join Now

Rokslide not working w/ IE7 in the rockettheme demo?

    • Decio's Avatar
    • Decio
    • Jr. Rocketeer
    • Posts: 23
    • Thanks: 0

    Rokslide not working w/ IE7 in the rockettheme demo?

    Posted 17 years 2 weeks ago
    • My rockettheme membership expired yesterday, but I´m still finishing my site. I just found out Rokslide in not working in my Equinox installation in Joomla 1.5 ( www.institutoiepe.org.br/index.php ) with IE7.

      But I also noticed it doesn´t work either in the Joomla 1.5 demo server using IE7.

      So before I have to renew my membership to solve this one problem, is there anything you can do for me?

      Decio.
    • Decio's Avatar
    • Decio
    • Jr. Rocketeer
    • Posts: 23
    • Thanks: 0

    Re: Rokslide not working w/ IE7 in the rockettheme demo?

    Posted 17 years 1 week ago
    • Sorry to bring this issue again, but I noticed the Rokslide in Equinox Joomla 1.5 is still not working in IE7:

      demo.rockettheme.com/oct07_j15/index.php...icle&id=18&Itemid=35

      Since I also have this problem in my template, I´m wondering if it could be fixed...

      As I said, my subscription expired just days before I noticed this problem (I only use Firefox...), please give a feedback if I will need to resubscribe only to have this bug fixed.

      If really needed, I´ll pay again.

      Tks.

      Decio

      PS- Pleease don´t move this thread to Equinox forum, as I don´t have access to it anymore!
  • Re: Rokslide not working w/ IE7 in the rockettheme demo?

    Posted 17 years 1 week ago
    • The code in modules>mod_rokslide>tmpl>default.php
      needs to have 2 commas removed:

      <script type="text/javascript">
      window.addEvent('domready', function() {
      var myFilm = new RokSlide($('rokslide'), {
      fx: {
      wait: true,
      duration: 1000, <-- remove this comma
      },
      scrollFX: {
      transition: Fx.Transitions.Cubic.easeIn
      },
      dimensions: {
      width: <?php echo $params->get( 'width', 722 ); ?>,
      height: <?php echo $params->get( 'height', 150 ); ?>, <-- remove this comma
      }
      });
      });
      </script>

      With these two commas removed the rokslide works properly.
    • James Spencer / Developer & Support / Hull, UK
    • Decio's Avatar
    • Decio
    • Jr. Rocketeer
    • Posts: 23
    • Thanks: 0

    Re: Rokslide not working w/ IE7 in the rockettheme demo?

    Posted 17 years 1 week ago
    • Thanks so much!

      You need to fix the demo too!
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: Rokslide not working w/ IE7 in the rockettheme demo?

    Posted 17 years 1 week ago
    • done, thanks for the reminder
    • NEURALBD's Avatar
    • NEURALBD
    • Rocketeer
    • Posts: 80
    • Thanks: 0

    Re: Rokslide not working w/ IE7 in the rockettheme demo?

    Posted 16 years 11 months ago
    • James, i just did this fix and my only issue now is the formating of the text it seems mis-aligned

      works in FF, but not IE7?

      "notice the "ReadMore" it is lower"
  • Re: Rokslide not working w/ IE7 in the rockettheme demo?

    Posted 16 years 11 months ago
    • Please ask in the Firenzie forum Mark :) I shall assist you there.
    • James Spencer / Developer & Support / Hull, UK
  • Re: Rokslide not working w/ IE7 in the rockettheme demo?

    Posted 16 years 10 months ago
    • Is there a fix for the synapse template since it's built in?

      Rockslide keeps losing it's tabbed format on my site: midwestsportsman.net
    • Steven P's Avatar
    • Steven P
    • Sr. Rocketeer
    • Posts: 101
    • Thanks: 0

    Re: Rokslide not working w/ IE7 in the rockettheme demo?

    Posted 16 years 10 months ago
    • It is fixes like these that are answered and archived if ever needed why I love this place!!
      James S! wrote:
      The code in modules>mod_rokslide>tmpl>default.php
      needs to have 2 commas removed:

      <script type="text/javascript">
      window.addEvent('domready', function() {
      var myFilm = new RokSlide($('rokslide'), {
      fx: {
      wait: true,
      duration: 1000, <-- remove this comma
      },
      scrollFX: {
      transition: Fx.Transitions.Cubic.easeIn
      },
      dimensions: {
      width: <?php echo $params->get( 'width', 722 ); ?>,
      height: <?php echo $params->get( 'height', 150 ); ?>, <-- remove this comma
      }
      });
      });
      </script>

      With these two commas removed the rokslide works properly.
    • James Bush's Avatar
    • James Bush
    • Hero Rocketeer
    • Posts: 299
    • Thanks: 0
    • IT Implentation, Marketing, Business consulting

    Re: Rokslide not working w/ IE7 in the rockettheme demo?

    Posted 16 years 7 months ago
    • Good work James... I appreciate it once again.
    • Stan
      There's plenty of room for all of God's creatures.
      Right next to the mashed potatoes.

Time to create page: 0.073 seconds