Note that there are some explanatory texts on larger screens.

plurals
  1. PODNN 7 module moves every other module up
    primarykey
    data
    text
    <p>I'm running a local install of DNN in a development capacity. I have a "testimonials" module that I want to use. The problem I get is that when I drag into a pane it causes all modules above it to "shift" up to a point where they go behind a content slider I have. Tried various CSS methods to fix it but I can't seem to find the bug. Has anyone else experienced the issue before??</p> <p>Also tried contacting the owner but his last activity was in 2012.</p> <p>thanks</p> <pre><code>&lt;%@ Control Language="vb" AutoEventWireup="false" Codebehind="Testimonials.ascx.vb" Inherits="Ovionx.DNN.Testimonials.Testimonials" %&gt; &lt;asp:Panel ID="pnlTestimonials" runat="server"&gt; &lt;div id="rotating_homepage_text"&gt; &lt;asp:Repeater ID="rptTestimonials" runat="server"&gt; &lt;ItemTemplate&gt; &lt;div&gt; &lt;%# FormatTestimonial(Container.DataItem) %&gt; &lt;/div&gt; &lt;/ItemTemplate&gt; &lt;/asp:Repeater&gt; &lt;/div&gt; &lt;/asp:Panel&gt; &lt;script type="text/javascript"&gt; // &lt;![CDATA[ var currentTallest = 0; var offsetPadding = 0; $("#rotating_homepage_text") &lt;% If ShowPager Then %&gt; .before('&lt;div id="rotating_homepage_text_nav"&gt;') &lt;% End If %&gt; .cycle({ fx: 'turnUp', speed: &lt;%= TransitionSpeed.ToString %&gt;, speedIn: 100, speedOut: 100, pager: '#rotating_homepage_text_nav' }) .children().each(function(){ if ($(this).height() &gt; currentTallest) { currentTallest = $(this).height(); } }); offsetPadding = $("#rotating_homepage_text").offset().top - $("#&lt;%=pnlTestimonials.ClientID%&gt;").offset().top; $("#&lt;%=pnlTestimonials.ClientID%&gt;").css('height', (currentTallest + offsetPadding + 30) + 'px'); // ]]&gt; &lt;/script&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload