Note that there are some explanatory texts on larger screens.

plurals
  1. POWordpress jQuery fadeIn, fadeOut not working
    primarykey
    data
    text
    <p>When I transfer my static HTML into a WP theme, my fadeIn effect stopped working on navigation buttons for a gallery. They no longer fadeIn/Out, but just pop up instantly.</p> <p>here the code:</p> <pre><code>jQuery(document).ready(function($) { $("#showcase-nav").hide(); $("#showcase").hover(function() { $("#showcase-nav").fadeIn("slow"); }, function() { $("#showcase-nav").delay(800).fadeOut("slow"); } ); </code></pre> <p>html:</p> <pre><code> &lt;div id="showcase-wrapper"&gt; &lt;div id="showcase"&gt; &lt;div id="showcase-items"&gt; &lt;a href="/portfolio/" title="Simona &amp; Sebi - Wedding invitation design" class="active"&gt;&lt;img src="/media/selected-simona-sebi.png" alt="Selected work - Simona &amp; Sebi - Wedding invitation design" /&gt;&lt;/a&gt; &lt;a href="/portfolio/" title="TEMISZ anniversary kit - Visual identity"&gt;&lt;img src="/media/selected-temisz-anniversary-kit.png" alt="Selected work - TEMISZ anniversary kit - Visual identity" /&gt;&lt;/a&gt; &lt;a href="/portfolio/" title="STMF - Visual identity"&gt;&lt;img src="/media/selected-stmf-visual-identity.png" alt="Selected work - STMF - Visual identity" /&gt;&lt;/a&gt; &lt;a href="/portfolio/" title="TEMISZ - Website design and development"&gt;&lt;img src="/media/selected-temisz-website.png" alt="Selected work - TEMISZ - Website design and development" /&gt;&lt;/a&gt; &lt;/div&gt; &lt;div id="showcase-nav"&gt; &lt;a href="#" class="goleft"&gt;Previous&lt;/a&gt; &lt;a href="#" class="goright"&gt;Next&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- END #showcase --&gt; </code></pre> <p>P.S.: I am using noConflict</p>
    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.
    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