Hi.
I want to add a jquery slider to my front page instead of contents area. So, i have deleted the print $content line in my page-front.tpl, added a new region named gallery-holder, and in blocks page i created a new block, copied the js and html code of the slider to the block and assigned the block to the galler-holder region.
When signed in as an admin, everything seems quite normal, slider works as i expect; but when i log out and view the page as a guest, i can see the region but i can not see slider in it. I checked it with firebug, the content of slider(divs) is completely hidden while it has to change periodically.
The slider would toggle the visibility of divs to work(this is what the js code in the block does actually), it toggles when signed in, but it doesn't when i see the page as a guest.
I have checked the user-guest access, user permissions, block settings, etc many times. I have also added the region visibility module. They don't change the situation.
Any solutions?