Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #577063

    http://www.lovestorm.eu/

    like this? http://imgur.com/3sD61gU

    first the picture in bigger size.
    then the name
    then the comment.

    how can i get this effect? Thank you, greetings.

    #577072

    and how can i get the font color WHITE? :)

    #577078

    and how can i get the arrows in white color? :) thank you so much, conny

    #577133

    Hi Alexander!

    Please add following code to Quick CSS

    #top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
        width: 180px;
        height: 180px;
        float: none;
    }
    #top .av-large-testimonial-slider .avia-testimonial-meta-mini {
        text-align: center;
        width: 100%!important;
    }
    #top .av-large-testimonial-slider .avia-testimonial-name {
        font-size: 30px;
    }

    Best regards,
    Yigit

    #577948

    Cool thank you Yigut. How can i get the Name of the person and the picture above the comment?

    #578529

    Hi!

    Please add the following CSS in Quick CSS

    
    .avia-slideshow-arrows .avia-slideshow-controls, #top .av-large-testimonial-slider .avia-testimonial-content {
        position: absolute!important;
        top: 300px;
    }
    
    

    Regards,
    Vinay Kashyap

    #578606

    Sorry but don`w work.

    #578623

    Hey!

    Please add following code to Functions.php file in Appearance > Editor

    function add_custom_script(){
    ?>
    <script>
    jQuery(function() {
    	jQuery(".avia-testimonial-meta-mini").each(function(){
    		jQuery(this).closest('.avia-testimonial_inner').prepend(jQuery(this));
    	});
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Best regards,
    Yigit

    #578666

    Done. And now effect.

    http://www.lovestorm.eu/

    #578672

    Hey!

    Please flush browser cache. I can see the changes.
    You should change following custom CSS code

    #top .av-large-testimonial-slider .avia-testimonial-meta-mini {
        text-align: center;
        width: 100%!important;
    }

    to following one

    #top .av-large-testimonial-slider .avia-testimonial-meta-mini {
        float: none;
        text-align: center;
    }

    Cheers!
    Yigit

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