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

Comments

vallab444’s picture

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

drupalnesia’s picture

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.

NickTomlin’s picture

Version: 6.x-1.5 » 6.x-1.7

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

eday69’s picture

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.

drupalnesia’s picture

@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.

eday69’s picture

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,

drupalnesia’s picture

Status: Active » Fixed
StatusFileSize
new35.69 KB

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.

electroponix’s picture

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!!

Status: Fixed » Closed (fixed)
Issue tags: -content Glider

Automatically closed -- issue fixed for 2 weeks with no activity.