Active
Project:
Content Glider
Version:
7.x-1.3
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2011 at 03:14 UTC
Updated:
8 Mar 2012 at 19:25 UTC
Jump to comment: Most recent
Howdy,
I'm using Drupal 7.8 with 7.x-1.3 of content glider.
I'm experience a lot of issues with the way the content "slides". It works fine for first two, and then performs two slides rapidly. Also the prev/next buttons only cycle through 2 of the slides, not all of them.
you can take a look here
http://bbamtees.com/drupal/featured-swag
Any Ideas? Thanks,
-Sam
Comments
Comment #1
mluzg commentedI have the same problem, same CG version but with Drupal 7.12.
Sam, I visited your page, and it seems to work fine... how did you solve it?
Thank you all.
Luz
Comment #2
trouble.tribbles commentedHey Luz.
I switched to DDBLOCK :)
http://drupal.org/project/ddblock
Comment #3
mluzg commentedIt's good to have an option :)
As I couln't find it then, I tried to fix it... and I think I did. Somewhere I read the problem was the ID of content toggler: having two (or more) glidders on the same page with the same content toggler's ID.
First, I edited content_glider.tpl.php, line #1
(of course, tpl saved on my templates theme's folder)
The problem is that I had to edit content_glider.module:
line #318: $output_head .= 'togglerid: "p-select", //ID of toggler container'."\n";
I added $glider_id to p-select:
I'm not completely sure if I had to edit any other line (it was almost a month ago).
I hope this could help anyone.
Thanks!
Comment #4
vako commentedI am using Drupal 6 with the same issue and the solution above doesn't apply.
The Dynamic Block module, suggested above, is too hard to implement. I wish someone will take over this project and maintain it properly. Seemed abandoned.