the testimonials box on the home page section does not scale??I this normal or i

Home Forums Gravida Support the testimonials box on the home page section does not scale??I this normal or i

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #14296
    kurt ehlertkurt ehlert
    Participant
    • Topics: 5
    • Replies: 0
    • Total: 5
    Member since: October 27, 2015

    The testimonials box on the homepage section does not scale? Is this a glitch? It should scale… Thanks

    #14580
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Can you share the url of the website and point us where you have testimonials?

    Will check.

    Regards,
    Shri

    #26209
    LisaLisa
    Member
    • Topics: 2
    • Replies: 9
    • Total: 11
    Member since: February 23, 2016

    my testimonials page doesn’t resize on responsive view. how can i do this?
    http://osprey-development.co.uk/wp/moons/

    #26271
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi Lisa,

    Kindly go to folder js/custom.js

    Search Testimonials Rotator and replace the code:

    // Testimonials Rotator
    jQuery(document).ready(function(){
     function adjust_container_height(){
      //get the height of the current testimonial slide
      var hegt = jQuery(this).height();
      hegt = parseInt(hegt)+30;
      //set the container's height to that of the current slide
      jQuery(this).parent().animate({height:hegt});
     }
        jQuery('.testimonials-wrapper').after('<div class="testimonial-pager">&nbsp;</div>').cycle({
      fx: 'fade',
      timeout: '9000',
      height: 'auto',
      width: 'auto',
      pause: '0',
      pager: '.testimonial-pager',
      before: adjust_container_height,
      cleartypeNoBg: true
    
     });
    });

    Regards,
    Dave

    #26298
    LisaLisa
    Member
    • Topics: 2
    • Replies: 9
    • Total: 11
    Member since: February 23, 2016

    Thanks dave, I’ve sorted this however how do i stop the top slider from being stretched downwards when the testimonials are being viewed responsively with differing content (longer/shorter)??

    Lisa

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.