0
Welcome Guest! Login
0 items Join Now

I use Roksproket Headlines but the entire contents below it moves

    • Bart v D's Avatar
    • Bart v D
    • Sr. Rocketeer
    • Posts: 215
    • Thanks: 0

    I use Roksproket Headlines but the entire contents below it moves

    Posted 10 years 6 months ago
    • I use Roksproket Headlines and seems the entire contents below that module joins the fade/side movement. How to stop it?

      It happen for both Utility/Feature/Maintop positions. Basically any position.

      website homepage lavintadotcom

      Bart
    • Last Edit: 10 years 6 months ago by Bart v D.
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: I use Roksproket Headlines but the entire contents below it moves

    Posted 10 years 6 months ago
    • Hi Bart,

      Change the RokSprocket module animation from slide and fade to fade.

      If this resolves your problem then please edit your first post in this thread by adding [SOLVED] at the start of the title and click on the icon and select the '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
    • Bart v D's Avatar
    • Bart v D
    • Sr. Rocketeer
    • Posts: 215
    • Thanks: 0

    Re: I use Roksproket Headlines but the entire contents below it moves

    Posted 10 years 6 months ago
    • Seting to Fde solved the issue, but not my wish :)

      Is there a way to use Fade and Slide without any issue? Roksproket has been added prominently to the Chapelco template.

      Bart
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: I use Roksproket Headlines but the entire contents below it moves

    Posted 10 years 6 months ago
    • Hi Bart,

      Not really as slide will always close then open.

    • 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
    • Bart v D's Avatar
    • Bart v D
    • Sr. Rocketeer
    • Posts: 215
    • Thanks: 0

    Re: I use Roksproket Headlines but the entire contents below it moves

    Posted 10 years 6 months ago
    • So does the slide and fade setting not work for specificlly this template or does that setting always let the contents underneath it shaking?
      Do you have a link where it is working well?

      Bart
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: I use Roksproket Headlines but the entire contents below it moves

    Posted 10 years 6 months ago
    • If you would like us to take a closer look, you can submit super admin and FTP login info to the "Secure" (NOT "Public") tab of the full reply editor. Only moderators and RT Staff can see that information.
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: I use Roksproket Headlines but the entire contents below it moves

    Posted 10 years 6 months ago
    • Hi Bart,

      I don't recall seeing slide and fade as a static effect.

      Here are the two key pieces of css that create the effects...

      .animation-slideandfade .sprocket-headlines-item.active {
          transition: margin 0.3s ease-out 0s, opacity 0.4s ease-in 0s;
      }
      .animation-fade .sprocket-headlines-item.active {
          transition: opacity 0.4s ease-in 0s;
      }

      The top one is slide and fade while the bottom one is just fade. So the slide effect is caused by the margin element of the transition, which is how the effect was designed to work. This is why I said about using fade instead of slide and fade.

      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

Time to create page: 0.090 seconds