we have a problem where i need to show some pdf manuals but they will not show unless logged in .
i need the files to show to anyone even if you are not logged in
i am using the rapid composer and for a test i made it show 2 different types of page depending if you was logged in or not
in both cases you should see the pdf documents
this is what i put in the rapid composer
Manuals
[s2If is_user_logged_in()]
logged in:
[listFiles filter="Manuals"]
[/s2If]
[s2If !is_user_logged_in()]
[listFiles filter="Manuals"]
Not Logged in: Please log in to see the files
[/s2If]
also uploaded is a screen shot of the wp-admin backend
the page link is http://www.alamarinjet.com/user-manual/
why will it not show the manuals if you are not logged in ?