The ajax dropdown of block "Slide" dosen't work well

Posted in: Newspaper
Post count: 2

Hi 🙂

I have set up Newspaper theme with demo data for local test.
When I add Block “Slide” into my homepage, everything is fine. And I move forward to change silder settings with Ajax dropdown “Filter by categories”.
But the ajax dropdown above Slide dosen’t work well when I try to click the category link.
I check chrome devtools console and the message shows that “Uncaught SyntaxError: Unexpected end of input”.
I don’t know if this is a bug, or this is just problem caused by my local environment setting error.

Please help

thanks.

Post count: 7909

Hi,

I have checked this on my side and unfortunately the ajax filter on IOS Slider doesn’t work anymore. I have added this on our list and the developers will take a look at this and if they will find a solution it will be fixed or at least this option will be removed from slider options.

Thanks for reporting!

Post count: 2

td_block_slide.php
Line 87
comment some code


$add_js_resize = ',
                //onSliderLoaded : td_resize_normal_slide,
                //onSliderResize : td_resize_normal_slide_and_update';

Finally these codes commented are appended to variable ‘$slide_js’;
But these codes commented will cause “Uncaught SyntaxError: Unexpected end of input” when ajax call is triggered.
So just remove these code commented or don’t appended it to variable ‘$slide_js’.
The ajax dropdown above Slide will run normally;

For your reference.
Thanks

  • This reply was modified 10 years by sunbysea.
  • This reply was modified 10 years by sunbysea.
Post count: 7909

Hi,

Thanks for sharing this. The developers will take a look at it and it will be fixed as soon as possible, this post(of course including your solution) is already added on our bugs list.

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.