emigfx
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Developing with WordPress
In reply to: comment-reply.js not working with my custom js fillecustom.js fille :
jQuery(document).ready(function($){ $(function () { $('a[href="#search-full-screen"]').on('click', function(event) { event.preventDefault(); $('#search-full-screen').addClass('open'); $('#search-full-screen > form > input[type="search"]').focus(); }); $('#search-full-screen, #search-full-screen button.close').on('click keyup', function(event) { if (event.target == this || event.target.className == 'close' || event.keyCode == 27) { $(this).removeClass('open'); } }); $('form').submit(function(event) { event.preventDefault(); return false; }) }); }); // Slider jQuery(document).ready(function($) { $('.owl-main-slider').owlCarousel({ loop:true, margin: 25, responsiveClass:true, responsive:{ 0:{ items:1, nav:true }, 600:{ items:3, nav:false }, 1000:{ items:3, nav:true, loop:false } } }); });Forum: Localhost Installs
In reply to: comment_form() Function Not Working@hardeepasrani
Hi Hardeep,Yes, it’s Weird,
Now I am Developing the template on Localhost Server.Forum: Developing with WordPress
In reply to: comment_form() Function Not WorkingPlease Help Me.
Viewing 3 replies - 1 through 3 (of 3 total)