Closed (works as designed)
Project:
Curlypage
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2011 at 05:19 UTC
Updated:
16 Mar 2011 at 06:42 UTC
A great module, thanks indeed for all efforts on this!
I seem to have a problem that curlypage will not show up unless visitors have logged in. It works perfectly fine when users have logged in, so I'm curious if other modules is known to interfere with this one?
I've tried to "zoom" out in the browser windows, but it doesn't seem that I have an offset issue, and I get the same results in Opera 11, Firefox 3 and latest Chrome as of date of this post.
Is there any other issues that could result in the mentioned problem?
Comments
Comment #1
manfer commentedMaybe it is a temporary cache problem, visit /admin/config/development/performance and try deleting the caches to see if that works.
It could be too a configuration problem. There are role specific visibility settings for curlypage and anonymous users can be blocked. Visit /admin/structure/curlypage and check your curlypages role specific visibility settings.
Report if any one of those solves your issue. Thanks.
If still unable, it would be helpful to have a link to visit a page with a curlypage that is not working.
Comment #2
fauskanger commentedThanks for quick reply, manfer.
I've cleared all caches, and I've made sure that role-spesific and content-type-specific limitations are zeroed out in both the curlypage settings page and for the curlypage items. (I've only got one active now for testing.)
Please feel free to log in with user and safeword ::edited out:: on ikketv.no to see authorized and anonymous users' view.
Would it help if I provided a list of modules I've added?
Comment #3
manfer commentedNo more needed I think.
Your site throws a javascript error when visited by anonymous user that stops any following javascript interpretation.
Error: $.cookie is not a function
Archivo de origen: http://www.ikketv.no/modules/openid/openid.js?li3x1q
Línea: 8
As you can see that error seems to come from openid module.
Hope this helps. Regards.
The above error report is in my language so I put it in english too:
Error: $.cookie is not a function
Source file: http://www.ikketv.no/modules/openid/openid.js?li3x1q
Line: 8
Comment #4
fauskanger commentedThanks, I'll bring the subject over to the proper issue-channel.
Thanks a lot for clarifying and helping. And again; thanks for all efforts on a great module!
Comment #5
fauskanger commentedIf someone finds this page by search I believe what you're looking for is found in this direction:
http://drupal.org/node/728412 ($.cookie is not a function (javascript error))
and
http://drupal.org/node/1017612 ($.cookie related error prevents drag&drop ordering) <- related error as in my case described above
Best of luck.