Home › Forums › Theone WordPress Theme › Image Quality
- This topic has 10 replies, 2 voices, and was last updated 8 years, 3 months ago by
MondayCreative.
-
AuthorPosts
-
March 10, 2018 at 12:41 pm #14730
Hi,
How can I improve image quality on background and head slider images? I have tried SO many resolutions; jpg vs png; etc… they still look awful.
I have trawled through your forums trying to find some sort of resolution recommendation and you never give one – you just say the images are zoomed because of the responsive design. But you must know what dimensions work well, because your demo sites look great! So can’t you just give us those dimensions so we have SOMETHING to go on?
Anything to improve image quality would be really appreciated.
Thanks,
Renae.March 11, 2018 at 6:40 am #14735Hi,
The image on demo is 1600x1067px. You need to know the image will cropped because the container will not fit image height automatically. The container height is fit the screen height. The image will be zoomed for the parallax also.
The image of demo is cropped also:

1. I suggest you use a 16:9 image, width 1600-2000px.
2. Reduce the parallax:
find : wp-content/themes/theone/functions/theme/plugins/ux-bmslider.php, line 745, update to:
<div class="theme-parallax" data-ratio="0.1">Regards!
March 11, 2018 at 1:04 pm #14737Hi,
Thanks so much for the prompt reply. All of these suggestions have worked.
Still regarding images: I have selected the option to ‘show featured image on footer’. The featured image shows up in Chrome, but not Safari. Could you please let me know how to fix this?
Thanks,
Renae.March 12, 2018 at 3:09 am #14739Please login wp-admin, go to Theone / General Settings / Custom Css
Paste the style code to Custom Css:.footer-parallax { transform: translate3d(0px,0px, 0px)!important; }March 12, 2018 at 5:17 am #14741Thanks so much, that has worked.
One final question: how do I remove the mask over the footer image? Or at least make it dark instead of light? Ideally remove it entirely.
Thanks,
Renae.March 12, 2018 at 6:54 am #14743Please use the custom css:
.slider-mask { opacity: 0; }March 12, 2018 at 11:27 am #14748Hi,
Thanks again for the prompt replies.
This fix has not worked. There is still a light mask over my footer image in Chrome, and the image has stopped showing up again in Safari.
Any other suggestions?
Thanks,
Renae.March 13, 2018 at 2:21 am #14753Hi, please leave your page url, thanks!
March 13, 2018 at 2:28 am #14755This reply has been marked as private.March 13, 2018 at 5:32 am #14756Hi,
Add the css for footer mask.
.top-wrap-mask { opacity: 0; }the custom css is gone, please add it again:
.footer-parallax { transform: translate3d(0px,0px, 0px)!important; }you can remove it:
.slider-mask { opacity: 0; }——————————–
If it doesn’t work, please send your question and wp-admin(url/user/pass) to uiueux@gmail.com, I’ll log in to check it.March 13, 2018 at 7:11 am #14757Hi, that has removed the mask, yes. But the footer image is still not appearing Safari. All other browsers are fine. I’ll send me details through to that email address.
-
AuthorPosts
- You must be logged in to reply to this topic.
