-
AuthorPosts
-
November 20, 2018 at 9:12 pm #1035793
Hi,
This demo https://kriesi.at/themes/enfold-visual-artist/ on mobile version don´t show the color section background images. why? How can i solve this?
Thanks.
Regards.November 21, 2018 at 5:34 pm #1036198Hey OnVisible,
Here is a thread for you to consider
If you need further assistance please let us know.
Best regards,
VictoriaNovember 23, 2018 at 8:42 pm #1037116Hi,
I inserted the code on quick css and custom.css and it still does not work.
Thank you
regards- This reply was modified 5 years, 11 months ago by OnVisible.
November 26, 2018 at 9:50 pm #1037784Hi OnVisible,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaDecember 15, 2018 at 9:46 am #1045605Hi Victoria,
Sorry for the delay.
I give you the link by private content.
Thank you.
December 20, 2018 at 6:13 pm #1047845Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- 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
( do 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 a admin user and post the login credentials in the “private data” field.Best regards,
BasilisJanuary 2, 2019 at 5:23 pm #1049322Hi Basilis,
I provided you in the private section the URL
Best regards.
January 4, 2019 at 4:33 am #1049776Hi,
Fixed backgrounds are not supported on iOS devices, so you have to add the suggested css code from the previous thread to set the background attachment to “scroll”. The background will display properly but it will lose the parallax effect.
@media only screen and (min-width: 768px) and (max-width: 1024px) { .av-layout-grid-container.entry-content-wrapper.main_color.av-flex-cells .flex_cell.av_two_fifth, .av-layout-grid-container.entry-content-wrapper.main_color.av-fixed-cells .flex_cell.av_two_fifth { background-attachment: scroll !important; background-size: 200% !important; } }
// https://caniuse.com/#feat=background-attachment
Firefox does not appear to support the local value when applied on a textarea element.
Chrome has an issue that occurs when using the will-change property on a selector which also has background-attachment: fixed defined. It causes the image to get cut off and gain whitespace around it.
iOS has an issue preventing background-attachment: fixed from being used with background-size: cover – see detailsBest regards,
IsmaelJanuary 31, 2019 at 10:47 am #1060866February 1, 2019 at 10:35 pm #1061738Hi OnVisible,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.