Sonia Marquette
Sonia Marquette
I have found a workaround which fixes the transition: $(slideshowSelector).on('cycle-before', function(event, optionHash, outgoingSlideEl, incomingSlideEl, forwardFlag) { $(optionHash.slides).removeClass('cycle-slide-previous'); $(outgoingSlideEl).addClass('cycle-slide-previous'); }); .cycle-slide-previous {z-index:98!important;visibility:visible!important;}
I don't think the booking page should have automatically the location added. In my case, the location is dependent on the working plan. Some providers work mondays in one office...
I am having the same issue. Everything works fine on my computer using a WAMP server, but when I deploy to my production server Mustache gets really slow (3-4 times...
Through testing, I found my bottleneck in offsetExists in my data class. I was using uniqid and forgot to set the second parameter to true so it was slow on...