Forum Replies Created
-
Hi Codeless Team, I am waiting for your reply. Thanks in advance.
Hello! The speed is ok on mobile phone but it is still the same (very fast) on computers (I tested in 3 different computers). Do you know what can be happening?
Best regards,
Michele
Actually, the speed is still the same, it did not change with the new code…:-(
Yes, I did it but the speed of testimonial cycle is still very fast, it is not possible read each one of the testimonials. What Can I do?
Please Codeless team, I really need your help. My deadline to finish the site is ending and I still have several things to fix. :-(
Hello. I just have updated the theme and followed your instructions, but the speed of testimonial cycle has not changed and now the comma after the names is back (I have followed the instructions above to delete comma but it did not work either).
Best regards,
Michele
Ok, I´ll do that. Where can I update to theme´s latest version?
Best regards,
Hello. I had not changed other codes, but I follow your instructions and it did not work yet.
Best regards,
Michele
This reply has been marked as private.Hello! I have tried what toy said but it did not word yet. Please can you check if there is someting wrrrong in the code below? :-(
—————————- Testimonial Cycle —————————– */
function testimonialsCycle(){
“use strict”;$(‘.testimonial_cycle’).each(function(){
var $self = $(this);
var container_width = $self.parents(‘.wpb_wrapper’).first().width();
$(‘.item’, $self).width(container_width+’px’);$self.carouFredSel({
auto: true,
scroll: { items : 1, fx: ‘fade’, duration:200 },,//add here the duration of a testimon.
prev : {
button : $self.parent(‘.testimonial_carousel_element’).find(‘.prev’)});
});
}This reply has been marked as private.