Text Rotator Issue when navigating "back" on slider

5 replies · opened Aug 16, 2019

RRos777Aug 16, 2019

Hello again!

Im experiencing an issue on a site I am building. See link below. Go to the 3rd slide, then once it scrolls through to the first slide again, click on the "back" arrow to go to slide 3 again.

When you do this, ALL the text from the text rotator displays (see attachment). Is this a bug and how do I fix this or is it something stupid I have done?

Here's the link: https://www.aftershock.co.za/approvals/sinakho/index.html

I look forward to hearing from you soon.

Thank you.
Rosika

SSemicolon WebSTAFFAug 17, 2019

Hello,

Consider adding the following Function Block anywhere inside the transitionEnd: function(swiper) Callback in the sliderRun: function() Function Block in the js/functions.js File:

SEMICOLON.widget.textRotater();

This should work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

RRos777Aug 19, 2019

hello guys,

I have added it as per screenshot attached. It's still doing the same thing when I test.

Is there another alternative?

Thanks

SSemicolon WebSTAFFAug 21, 2019

Hello,

Thanks for your Patience!

  1. Delete the following code from the bottom of the js/functions.js File:
$textRotaterEl = $('.text-rotater'),
  1. Add the following code inside the textRotater: function() Function Block:
var $textRotaterEl = $('.text-rotater');
  1. Now add the following Function Call inside the transitionEnd: function(swiper) Callback in the sliderRun: function() Function Block in the js/functions.js File:
SEMICOLON.widget.textRotater();

Please check the Screenshots for code placements references.

This should definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

RRos777Aug 22, 2019

Team SemiColon - thank you so much! This is something I would never have been able to sort out myself. Much appreciated. It works like a dream!

SSemicolon WebSTAFFAug 22, 2019

Hello,

Glad that your issues were resolved. Very Happy to Help!

Do let us know if we can help you with anything else or if you find any further issues with Canvas.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard