brian
(Brian)
1
<EDIT>Newbie user error - page div's were not live</EDIT>
Currently working on a design based on this tab setup: (http://blueprintcss.org/demos/tabs.html)
Works fine when logged in.
But when logged out all but the first div tab is removed.
Looks link the javascript gets run as a page is served hiding and removing hidden div's. Or am i missing a option somewhere?
What i have done;
- standard jquery link to the design
- standard page with multiple divs for tabs and two raw html elements to start the tab-set and on at the end with the Javascript.
rmacdonald
(Rachel Macdonald)
2
Are all your pages live and public readable?
brian
(Brian)
3
[quote]
Are all your pages live and public readable?
[/quote]
Yes all pages are live and read permission as public user.
Out of interest tried "temporarily" giving public user write permission for the page, which does seem to fix the issue.
But imagine this is not ideal… risky? Or would it not matter if public user can't access simple/or full editor.
jlu
(Jlu)
4
possible cache? try viewing with /_nocache
brian
(Brian)
5
user error
Publish status of div's in question where not live. Must have not cascaded down…