Scroller - only 1 item being displayed
- Saka
-
- Offline
- Administrator
-
15 years 10 months ago #4520
by Saka
Emir Sakic
www.sakic.net
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.
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.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- DeeFisher
-
- Offline
- New Member
-
Less
More
- Thank you received: 0
15 years 10 months ago #4521
by DeeFisher
You're the best!!! THANK YOU!!!!!!!!!!!!
Please Log in or Create an account to join the conversation.
- dorf
-
- Offline
- New Member
-
Less
More
- Thank you received: 0
15 years 9 months ago #4619
by dorf
I'm having the same problem with
http://www.dorfkrimi.de
Files have permission, but only one article shows up.
Files have permission, but only one article shows up.
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
15 years 9 months ago #4620
by Saka
Emir Sakic
www.sakic.net
Hi,
Your problem is that the module items return 404 error. See headers for ( 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.
Your problem is that the module items return 404 error. See headers for ( 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.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- dorf
-
- Offline
- New Member
-
Less
More
- Thank you received: 0
15 years 9 months ago #4636
by dorf
Hmmh.
Seems to be the problem.
But without the SEF the site won't work anymore - too bad.
Any advises?
Seems to be the problem.
But without the SEF the site won't work anymore - too bad.
Any advises?
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
15 years 9 months ago #4637
by Saka
Emir Sakic
www.sakic.net
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.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.