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 Community Exchange, where community members ask and answer questions about DNN. To get started, just start typing your question below and either select one of the suggested questions or ask a new question of your own.

Need to remove Content Pane divs in skin

Return to previous page

  • 8/7/2018
  • 1679 Views

Question:

Hardik Gondalia 6 years ago

I've create ContentPane into my skin and loading Content Library Data into in.

<div class="hp-round-slider-box">

<ul class="hp-round-slider-list destop-slider lazy slider">

<div id="SliderPane" runat="server">

</div>

</ul>

</div>


In this I am loading content list in <li> tags.

So, you can see, my <li> tags will load inside Content Module.

<ul class="hp-round-slider-list destop-slider lazy slider slick-initialized slick-slider slick-dotted" style="margin-top: 40px;">

<div class="slick-list draggable"><div class="slick-track" style="opacity: 1; width: 570px; transform: translate3d(0px, 0px, 0px);"><div id="slick-slide10" class="slick-slide slick-current slick-active" tabindex="0" role="tabpanel" aria-describedby="slick-slide-control10" style="width: 530px;" data-slick-index="0" aria-hidden="false">

<div class="DnnModule DnnModule-Visualizer DnnModule-587 DnnVersionableControl"><a name="587" tabindex="0"></a>

<div class="DNNContainer_noTitle">

<div id="dnn_ctr587_ContentPane"><!-- Start_Module_587 --><div id="dnn_ctr587_ModuleContent" class="DNNModuleContent ModVisualizerC">

<div id="dnn_ctr587_View_ScopeWrapper" data-mid="587" data-vid="d0d5a6b8-f581-423b-9754-0b0a0afa28ec" data-dnn-content-items="{"vi":"d0d5a6b8-f581-423b-9754-0b0a0afa28ec","ci":["97a7be78-5989-4c0d-ac8b-251d41a7eca3","ede75e24-7c09-44e5-b078-c06ad1c11c7f"]}">

<li class="mySlides">

<div class="hp-rsl-circle">

<div class="hp-rsl-title-box">

<div class="first-line">download</div>

<div class="second-line">MY TOLLMATE</div>

</div>

<div class="hp-rsl-dec-box">

<span>Before You Go,</span>

<p>get all of the latest information on the DFW Metroplex tollways!</p>

</div>

<div class="hp-rsl-mobile-app-box">

<div class="hp-rsl-mab-left">

<a href="#" tabindex="0">

</a>

</div>

<div class="hp-rsl-mab-right">

<a href="#" tabindex="0">

</a>

<a href="#" tabindex="0">

</a>

</div>

<div class="hp-rsl-mab-text">

Now available in the App store and Google Play

</div>

</div>

</div>

</li>

<li class="mySlides">

<div class="hp-rsl-circle">

<div class="hp-rsl-title-box">

<div class="first-line">download</div>

<div class="second-line">MY TOLLMATE</div>

</div>

<div class="hp-rsl-dec-box">

<span>Before You Go,</span>

<p>get all of the latest information on the DFW Metroplex tollways!</p>

</div>

<div class="hp-rsl-mobile-app-box">

<div class="hp-rsl-mab-left">

<a href="#" tabindex="0">

</a>

</div>

<div class="hp-rsl-mab-right">

<a href="#" tabindex="0">

</a>

<a href="#" tabindex="0">

</a>

</div>

<div class="hp-rsl-mab-text">

Now available in the App store and Google Play

</div>

</div>

</div>

</li>

</div>

</div><!-- End_Module_587 --></div>

<div class="clear"></div>

</div>

</div></div></div></div><ul class="slick-dots" role="tablist"><li class="slick-active" role="presentation"><button type="button" role="tab" id="slick-slide-control10" aria-controls="slick-slide10" aria-label="1 of 1" tabindex="0" aria-selected="true">1</button></li></ul></ul>


So I don't need extra div when I load this content pane.


Need to remove Content Pane divs in skin

Hardik Gondalia
Hardik Gondalia 6 years ago
Add an Answer

Answers

Sign In to Participate
Or register to become a member