Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ..."slides_container" is displayed only if connected ???"slides_container" is displayed only if connected ???
Previous
 
Next
New Post
1/5/2018 6:06 AM
 

Hello everybody,

 

this is my first post, and I need help.

 

I've just installed a new web site using DNN last version and a standard template (2-col)

In the main page there is a HTML module, preset using "slides_container".
If i'm connected, I can see the conainer and the content. If you are a sigle visitor, not connected, tha frame is displayed, but not the content !

here is the html in the module :

<div id="container">
<div id="example">
<div id="slides">
<div class="slides_container">
<img width="746" height="300" alt="Slide 1" src="http://www.agilog.fr/Portals/0/Images/2018-01-03_19h08_44.png" usemap="#rade_img_map_1515003508115" style="border-style: solid;" /><a title="banner 2" href="#"><img width="746" height="300" alt="Slide 2" src="http://www.agilog.fr/Portals/0/Images/2018-01-03_19h35_26.png" /></a>
<a title="banner 3" href="#"><img width="746" height="300" alt="Slide 3" src="http://www.agilog.fr/Portals/0/Images/PETX6268_M%C3%A9tro_x50.jpg" /></a>&nbsp;</div>
<div class="pagination_wrap">
<a class="prev" href="#">&nbsp;</a>
<a class="next" href="#">&nbsp;</a>
</div>
</div></div>
<div class="clear"></div>
</div>
<br />
<map id="rade_img_map_1515003508115" name="rade_img_map_1515003508115">
<area shape="RECT" coords="242,103,244,105" href="http://" />
<area shape="RECT" coords="643,129,925,259" href="http://" /></map>

The container is set to visible to everybody as you can see in the settings ...

Check the screen shots pictures :