Author Topic: Scroller - only 1 item being displayed  (Read 8924 times)

tenaki

  • Newbie
  • *
  • Posts: 1
    • View Profile
Scroller - only 1 item being displayed
« on: 11 February 2009, 19:47 »
Hi I have installed scroller but only 1 news item is being displayed. I have tried various options but no luck

brownlow

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Scroller - only 1 item being displayed
« Reply #1 on: 22 May 2009, 03:05 »
I have the same issue. Only one item is being displayed for articles, rss and twitter alike.
FAQ suggests its a module access issue, have followed that (ie 755) and still no luck.

Any ideas would be appreciated

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: Scroller - only 1 item being displayed
« Reply #2 on: 22 May 2009, 07:27 »
If you followed directions from http://www.sakic.net/support/faq/ajax_scroller/#0 make sure that the file is executable:
On Joomla 1.5: http://yoursite/modules/mod_ajaxscroller/mod_ajaxscroller.php
On Joomla 1.0: http://yoursite/modules/mod_ajaxscroller.php
You should get a text saying "Restricted access". If you get it it's ok, if not you still have problem accessing the file, make sure it's CHMOD-ed 755 and ask your host for help.

If that file is executable then you have JS error. Maybe a conflict with some other module or component or another JS framework. Firebug plugin for Firefox can help you nailing that one.

Finally if you need assistance mail me with your URL and site access.
« Last Edit: 22 May 2009, 07:31 by Saka »

DeeFisher

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Scroller - only 1 item being displayed
« Reply #3 on: 31 May 2009, 02:31 »
I am having this problem as well... but only when it is published as a module.

If I use loadmodule to include it in content, it works fine and scrolls through several items as it should.  If I publish it as a module on it's own, I only see one.  It still scrolls, but the other items are blank.

Any ideas?


Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: Scroller - only 1 item being displayed
« Reply #4 on: 31 May 2009, 04:07 »
You probably have a Javascript error caused by some other module or template. Check for JS errors and uninstall the extension causing it.

DeeFisher

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Scroller - only 1 item being displayed
« Reply #5 on: 31 May 2009, 15:52 »
No Javascript errors showing in error console... ???

Site is http://www.sgcdata.net

Thanks!

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: Scroller - only 1 item being displayed
« Reply #6 on: 31 May 2009, 16:47 »
Hi,

The problem is in your template, its CSS is hiding the scroller blocks.
In the file: templates/ja_zeolite/css/template.css on line 832 remove the line:
overflow: hidden;
and it will work.

DeeFisher

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Scroller - only 1 item being displayed
« Reply #7 on: 31 May 2009, 17:44 »
You're the best!!!   THANK YOU!!!!!!!!!!!!

dorf

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Scroller - only 1 item being displayed
« Reply #8 on: 19 June 2009, 12:24 »
I'm having the same problem with http://www.dorfkrimi.de

Files have permission, but only one article shows up.

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: Scroller - only 1 item being displayed
« Reply #9 on: 19 June 2009, 15:52 »
Hi,

Your problem is that the module items return 404 error. See headers for (http://www.dorfkrimi.de/modules/mod_ajaxscroller.php?m=52&d=next&c=2). Each new item requested falsely returns 404 so the module is not displaying them.

It could be sh404sef causing this. Try disabling this component and test again.

dorf

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Scroller - only 1 item being displayed
« Reply #10 on: 23 June 2009, 02:35 »
Hmmh.
Seems to be the problem.
But without the SEF the site won't work anymore - too bad.
Any advises?

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: Scroller - only 1 item being displayed
« Reply #11 on: 23 June 2009, 03:07 »
Try disabling / uninstalling sh404SEF as I said and confirm that's the problem. If that's the case talk to sh404SEF developer or use some other SEF component.

pico

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Scroller - only 1 item being displayed
« Reply #12 on: 02 July 2009, 05:28 »
I am having the same problem. Only 1 Article is on display

I completed the test to ensure I have the correct access.


Template from Joomlashack

I am thinking it's a template issue.
I also have the scroller trial version and looking to purchase if this can be solved.
« Last Edit: 02 July 2009, 13:44 by pico »

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: Scroller - only 1 item being displayed
« Reply #13 on: 02 July 2009, 05:43 »
I wonder if I am not clear enough or you guys do not read the instructions and FAQ.
http://www.sakic.net/support/faq/ajax_scroller/#0
Had you checked that you would have noticed that this file does not have execution rights: http://207.112.5.201/modules/mod_ajaxscroller/mod_ajaxscroller/scriptload.php
so the JS is not loaded.
« Last Edit: 02 July 2009, 06:06 by Saka »

pico

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Scroller - only 1 item being displayed
« Reply #14 on: 02 July 2009, 13:47 »
...thank you sir....the folder and files does have 755 rights and I was confused by the first post as I thought 755 on the files was ok.....I'll change the execution rights and see how that works....I do like the demo site....

thanks for your quick response.
« Last Edit: 02 July 2009, 14:42 by pico »