Home Forums Pro Themes University Hub Pro Testimonials image shape?

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #146255
    repsrpska
    Participant

    Hi.

    At the moment, the testimonials image displayed on the front shape is in round shape, ellipsoid to be exact.
    How do I display it normally?

    Best regards

    #146301
    Psink
    Keymaster

    Hello repsrpska

    can you please share your site URL?

    Regards,
    Psink

    #146483
    repsrpska
    Participant
    #146569
    Psink
    Keymaster

    Hello Repsrpsk

    I found testimonial section is not active on your site. But it’s fine.

    Can you please confirm that you want as in the screen record
    https://www.awesomescreenshot.com/video/3074208?key=4e1a2a8e32b70499630e0a8f2fff9327

    If you want exactly in the screen record please add the following CSS code in the additional CSS

    
    .home-section-testimonials .testimonials-thumb img {
        height: 150px;
        width: 229px;
    }
    

    Please adjust the width and height as your requirement

    Regards,
    Psink

    #146581
    repsrpska
    Participant

    Hi.

    It should be there now, the first was not active.

    I am exactly that part, but the shape of the image. I have found the css required as you have given it as well, but my interested is in the shape. How can I make it look like the original logo, not ellipsoid or round?

    #146652
    Psink
    Keymaster

    Hello Repsrpsk

    Ahh, So you want to display original images without any border and border-radius

    Sorry for my miss understand in the previous reply

    Please add this CSS

    
    .home-section-testimonials .testimonials-thumb img {
        border: none;
        border-radius: 0px;
    }
    

    Have a great day
    Regards,
    Psink

    #146684
    repsrpska
    Participant

    Thank you very much.

    That has removed my radius and that was exactly what I was looking for.

    The problem which I have now is that the picture is cut off. It doesn’t matter which size I enter through the previous code, the picture is displayed normally is being cut off.

    https://ibb.co/8BwvLzK – how the image looks at the front page
    https://url.vukovic.cloud/04UxB – how it should look

    #146724
    Psink
    Keymaster

    To display a full image you need to edit one thing in the theme code. I’m sure you can do it by yourself by watching the reference screen record

    Please watch this screen record
    https://www.awesomescreenshot.com/video/3101873?key=53119017e3794d3024390981fff5fedc

    have a great day

    Regards,
    Psink

    #146725
    repsrpska
    Participant

    Thank you very much for this.

    It seems that the number I have given for the number of posts in Customizer (Home Section) is for the last 5 “articles”?

    Since my goal is to display the 5-6 random articles from category(I will have 30 articles), that would not be possible with this?

    #146731
    Psink
    Keymaster

    I did not get what you want to say. Can you please elaborate in more detail?

    Regards,
    psink

    #146732
    repsrpska
    Participant

    Currently, if I go to the Customizer and Home Sections and then to Testimonials, I can enter how much articles do I want to be displayed “No of Testimonials”.
    When I enter here a number, for example let’s say 5. I get the latest 5 articles from that category.

    Would it be possible to not have the latest 5 articles displayed, but 5 random articles from the given category?

    I have category with 30 articles and would like then do be displayed randomly (selected 5) and so on. So everytime when somebody comes, they would see another set of 5 articles in this section.

    #146737
    Psink
    Keymaster

    It is not possible to do soo, because we have to remove the whole code of that section and again recode as per your requirement which is not a good idea. This process may break the whole site. so I recommend you not to do such changes.

    If you still want to do such changes you should hire a developer

    I guess the best way to handle the testimonial section is to create a separate category only for testimonials

    Regards,
    Psink

    #146740
    repsrpska
    Participant

    But I don’t see how this current system could be used by anyone?

    You are a company, you have 30 testimonials and only lasted number of them which you can define, will be displayed.

    If you have 20 before that, they won’t appear. Only that last ones would. How does that makes business sense?

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