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
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | cg_use_teaser_or_body.jpg | 35.69 KB | drupalnesia |
| content glider bug.pdf | 316.45 KB | vallab444 |
Comments
Comment #1
vallab444 commentedwell, 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
Comment #2
drupalnesia commentedTry 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.
Comment #3
NickTomlin commentedI 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
Comment #4
eday69 commentedI 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.
Comment #5
drupalnesia commented@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.
Comment #6
eday69 commentedI'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,
Comment #7
drupalnesia commented6.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.
Comment #8
electroponix commentedJust installed this on a Drupal 7 site, and it stops after the second "frame". Any clues as to where I fix the