Active
Project:
Views Accordion
Version:
7.x-1.0-rc1
Component:
Miscellaneous
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2012 at 20:50 UTC
Updated:
10 Jan 2018 at 08:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lheidbrink commentedHey,
I have the same problem, works well in the preview but not on the live side. Tried already some other block regions, no effect. I am using the TB_Purity with Nucleus as Base Theme.
Update: Fixed it! Double injection of Jquery into the side. Messed up everything, now it works fine!
Comment #2
mmtahir commentedSame here, I am using 0 point theme. Works in preview only. The issue remains in the dev version too.
Comment #3
Federman79 commentedThe views accordion itself works but not in panels.
I tested the same view in a menu and on a panel, it works on the menu but not on the panel.
I wonder if there is a solution to this, or maybe something else to do to see views in panels
Please can someone help?
Comment #4
dalearyous commentedi am having same issue.
#1 how did you fix yours?
*edit*
firebug shows me this:
TypeError: $(displaySelector + ":not(.ui-accordion)").accordion is not a function
[Break On This Error]
clearstyle: this.clearstyle
Comment #5
ivz commentedHi,
Does anyone solved this issue? I encountered the same problem too in our website.
Thank you.
Comment #6
jaesperanza commentedStill an issue for some themes, posting in case it will help anyone.
In most cases this is due to conflicts with other jQuery scripts being used by the themes, or in some cases other modules. To troubleshoot:
Hope this helps!
Comment #7
jsimonis commentedAlso check the ownership of the files for the module. I frequently log in as the main user for our server, as then I can work across multiple sites without having to log in and out. But this means that all files uploaded "belong" to that user. So I have to be sure to change the user/group for those files. It used to not be an issue, but with newer server software, it throws out lots of errors and things won't work/load properly.
Comment #8
justinmello32 commentedAlthough this issue is related to Drupal 8, the same thing still applies, I had conflicting jquery.min.js files. One of my .js files was being called in core while another was being called from a contrib theme. Just something to keep in mind when having an issue with .js files.
Comment #9
dennismathenge commentedI found the problem to be in the module's javascript file. I have created the attached patch that fixed everything for me.