Posted by vallab444 on July 16, 2009 at 2:18pm
| Project: | Content Glider |
| Version: | 6.x-1.7 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | content Glider |
Issue Summary
My site uses Wabi theme. I've used Glider out of the box and it has been working fine for quite some time. But, now I find the tabbed panel inside the glider window (See screenshot) I copied the module once again, but the problem remains.
what could be wrong?
thanks
-vallabh
| Attachment | Size |
|---|---|
| content glider bug.pdf | 316.45 KB |
Comments
#1
well, the issue seems to have something to do with panels/frontpage modules. I am using both, using panels to publish stories. For content type other than story, the tabs are showing properly, at the bottom of the glider window. This problem started only after I switched over to Frontpage module for custom frontpages.
Is there a workaround for this, given that I need to use both Panels and Frontpage modules?
Thanks
#2
Try 6.x-1.6, there is a problem with View that already fixed in this version, maybe this fixed you problem too.
Please try and reported back.
#3
I also have this problem (using danland theme)
Both the administrator menu (when I am logged in) and other blocks on the page display inside the content glider glider.
Ugh!
Thanks!
Nick
#4
I was experiencing the same thing and here is how I fixed it.
I went in and renamed content_glider.module to content_glider.html so I could edit. Around line 260 I added an extra $output_body .= '</div>'; for mine it seemed to be the glidecontent div wasn't being closed.
So after the if ($data->teaser != '') closing bracket, still in the while loop is where I added the $output_body .= '</div>';
Don't forget to rename the file back to content_glider.module after editing.
#5
@eday69: please post your edited code here, maybe I miss something.
Edit: this issue related to incorrect DIV tag, I will update to latest CG js (Dec 13th, 09 release) and try to locate this incorrect DIV placement.
#6
I've actually edited this code quite a bit since this post, and no longer have my original, but looks like you are on the right track with a missing closing div, at least that's what the issue was with my theme and this module. I can try recreating it if you need additional troubleshooting done.
Thanks,
#7
6.x-1.8: New: option to use node teaser or body as content text
Fixed: Avoid unclosed HTML TABLE and DIV
Please try, I have add detection for UNCLOSED TAG of html table and div. This issue happen if teaser not properly break. So, I also add new option on CG Configuration:
Use teaser for Glider content = True/False
See attachment for details.
#8
Just installed this on a Drupal 7 site, and it stops after the second "frame". Any clues as to where I fix the problem? Nice implementation, btw!!
#9
Automatically closed -- issue fixed for 2 weeks with no activity.