Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.

    #1036198

    Hey OnVisible,

    Here is a thread for you to consider

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1037116

    Hi,

    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.
    #1037784

    Hi OnVisible,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1045605

    Hi Victoria,

    Sorry for the delay.

    I give you the link by private content.

    Thank you.

    #1047845

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Basilis

    #1049322

    Hi Basilis,

    I provided you in the private section the URL

    Best regards.

    #1049776

    Hi,

    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 details

    Best regards,
    Ismael

    #1060866

    ok, thanks.

    Best Regards

    • This reply was modified 5 years, 9 months ago by OnVisible.
    #1061738

    Hi OnVisible,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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