Home › Forums › Pro Themes › University Hub Pro › Testimonials image shape?
- This topic has 12 replies, 2 voices, and was last updated 3 years, 8 months ago by repsrpska.
-
AuthorPosts
-
March 11, 2021 at 7:57 am #146255repsrpskaParticipant
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
March 12, 2021 at 12:52 am #146301PsinkKeymasterHello repsrpska
can you please share your site URL?
Regards,
PsinkMarch 15, 2021 at 7:22 am #146483repsrpskaParticipantHi.
Here it is:
https://url.vukovic.cloud/uGAtnMarch 16, 2021 at 3:17 am #146569PsinkKeymasterHello 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=4e1a2a8e32b70499630e0a8f2fff9327If 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,
PsinkMarch 16, 2021 at 5:20 am #146581repsrpskaParticipantHi.
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?
March 17, 2021 at 1:13 am #146652PsinkKeymasterHello 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,
PsinkMarch 18, 2021 at 2:13 am #146684repsrpskaParticipantThank 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 lookMarch 18, 2021 at 4:19 am #146724PsinkKeymasterTo 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=53119017e3794d3024390981fff5fedchave a great day
Regards,
PsinkMarch 18, 2021 at 5:01 am #146725repsrpskaParticipantThank 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?
March 18, 2021 at 6:46 am #146731PsinkKeymasterI did not get what you want to say. Can you please elaborate in more detail?
Regards,
psinkMarch 18, 2021 at 6:51 am #146732repsrpskaParticipantCurrently, 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.
March 18, 2021 at 7:30 am #146737PsinkKeymasterIt 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,
PsinkMarch 18, 2021 at 7:33 am #146740repsrpskaParticipantBut 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?
-
AuthorPosts
- You must be logged in to reply to this topic.