-
AuthorPosts
-
October 2, 2022 at 12:21 pm #1367309
Hi,
I’m doing some tweaks for my page to support also smaller displays and I can see there is by default some issues I’m not sure how to solve this for testimonials globally for web page. This is all for the large testimonials slider1. There is a lot of space with “Large testimonials slider”. Is there some default way how to easily remove this space on small displays ? I’ve tried to put the testimonials to different layouts and it was same everywhere.
2. Is there some easy way how to make Default picture much smaller? Even the smallest one seems to be big for me
3. Is there some easy way how to make Author name smaller but still match the picture size nicely? I’ve tried to set 10px but it did not change anything at the end
4. Is there some way how to hide testimonial picture on small display, just in case the previous two won’t give me expected output.?I have page in maintenance so hard to enable url for you atm
Thanks
October 2, 2022 at 4:50 pm #1367332Hey Sovietovic,
Thanks for the screenshot, we can assist with some custom css for these issues, but it would help if we could see your page to write the css.
Please post us an admin login credentials (in the “private data” field), so we can take a look at your page.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.
If you don’t feel comfortable with this then Enable the Avia Layout Builder Debugger
and copy the page shortcode to a plain text document (.txt) and post a link to it via DropBox so we can test it on our demo site.Best regards,
MikeOctober 3, 2022 at 8:40 am #1367373Thanks Mike,
I’ve configured admin user for you. Please try to debug.
The affected pages are homepage + “cennik”. I’m using child Endolf theme style.css to do the css “magic”.October 3, 2022 at 12:50 pm #1367388Hi,
Thanks for the login, but when I go to the login page I see this message:Due to protection of web servers from repeated attacks, we were forced to restrict access to administrative interface of web pages to selected countries. If you are currently in a foreign country, please sign in to WebAdmin, proceed to your domain management and disable this GeoIP filter in CMS section.
Please disable the GeoIP filter, or if there is an option to add my IP to an allow list I have included my IP below.
Best regards,
MikeOctober 3, 2022 at 1:17 pm #1367398This reply has been marked as private.October 3, 2022 at 3:56 pm #1367421Hi,
1- Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust padding as needed
@media only screen and (max-width: 767px) { .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial { padding: 0px 30px; } }
By default, side paddings are 70px.
2-
@media only screen and (max-width: 767px) { #top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image { width: 50px; height: 50px; } }
Default is 80px
3- Please edit your element and go to Styling > Font Sizes and edit “Testimonial Name Font Sizes”
4-
@media only screen and (max-width: 767px) { .avia-testimonial-image { display: none; } }
Best regards,
YigitOctober 3, 2022 at 4:17 pm #1367425Thanks a lot Yigit. This worked nicely.
For the 3rd issue where you suggest adjusting it manually on the Styling:3. Is there some easy way how to make Author name smaller but still match the picture size nicely? I’ve tried to set 10px but it did not change anything at the end
3- Please edit your element and go to Styling > Font Sizes and edit “Testimonial Name Font Sizes”
it does not work. I’ve tried few time. I’ve also configured it now and you can see it’s still big one. If I set the Name of testimonial to be 10px, nothing happens. The name is always same size for no reason..
Any ideas why it can be and if I can somehow overcome this?October 3, 2022 at 4:38 pm #1367432Hi,
Could you please share a link of your login page privately? /wp-admin and /wp-login.php did not work for me. Also, could you please post a screenshot of the issue so we can make sure that we are on the same page? You can upload your screenshots on imgur.com and post the links here :)
Regards,
YigitOctober 3, 2022 at 4:46 pm #1367434This reply has been marked as private.October 3, 2022 at 4:48 pm #1367437Hey,
I cleared the cache but I am still seeing following message on login page :/
Regards,
Yigit- This reply was modified 2 years, 1 month ago by Yigit. Reason: left only En version
October 3, 2022 at 5:16 pm #1367439Sorry for this Yigit. I found this was block on my hosting provider. Please check the same again.
The picture you requested: Unable to make this Name smaller for no reason
October 3, 2022 at 5:41 pm #1367444Hi,
Thanks! It turned out to be theme related. I have fixed the issue on your installation and will report it to our devs.
Please review your website :)
Best regards,
YigitOctober 3, 2022 at 5:51 pm #1367447Thanks a lot Yigit finally smaller ! However with 10px it seems to be too small now when I see it. I’ve changed it to 13px but now the name is not centered compared to image. Do I need some css to change it so it is centered with image?
October 3, 2022 at 6:10 pm #1367448Hey,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .av-large-testimonial-slider .avia-testimonial-name { margin-top: 8px; }
Regards,
YigitOctober 3, 2022 at 6:35 pm #1367450Perfect Yigit. Thanks a ton for fixing this :) worked like a charm. Feel free to close this one.
October 3, 2022 at 8:41 pm #1367468 -
AuthorPosts
- The topic ‘Testimonials margin and sizing’ is closed to new replies.