Viewing 30 posts - 1 through 30 (of 38 total)
  • Author
    Posts
  • #984361

    Hi,

    your Visual Artist demo looks fantastic, but there still seems to be a problem on iPad and iPhone view. Guenni’s workaround https://kriesi.at/support/topic/playing-with-new-demos/ just makes the images visible (quite nice indeed), but I think it should work properly on all devices by default and not only with kind of workaround.

    So, how can I achieve the same effect like in desktop view and make the images merging seamlessly?

    Thank you for our kind help in advance.

    Kind regards,
    Sophie

    #984461

    Hey Sophie,

    Thank you for using Enfold.

    This thread might help.

    // https://kriesi.at/support/topic/image-cut-of-on-ipad-in-full-stretch-grid-row-background-image/#post-984446
    // https://kriesi.at/support/topic/chrome-67-broke-backgroundfixed/#post-976384

    The will-change property helps with the “fixed” background issue. It might work for iOS devices, too.

    Best regards,
    Ismael

    #985314

    Hi Ismael,

    thank you for the links. I tried adding this code

    .avia-bg-style-fixed, .flex_cell {
        will-change: transform;
    }
    

    but it does not change anything.

    Don’t know what exactly participant mlebarron meant in his thread https://kriesi.at/support/topic/chrome-67-broke-backgroundfixed/#post-976384 by saying the following code worked for him:

    Note: I fixed this by adding a custom class to each item that has background: fixed with the following css property 
    will-change: transform;
    

    Still don’t know how to solve. Really would appreciate all your help solving this issue.

    Thanks a lot and kind regards,
    Sophie

    #985854

    Hi,

    Provide the link to the actual page so that we can check the elements with fixed backgrounds. Did you add apply a custom css class attribute to those elements?

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    Best regards,
    Ismael

    #987543

    Hi Ismael,

    yes, I did as per suggested in here https://kriesi.at/support/topic/playing-with-new-demos/:

    1. Set the background attachment to scroll
    2. Added the script to my Enfold child functions.php
    3. Added the following code to Custom CSS
    .bgfixed {
    background-attachment: fixed !important;
    }
    4. Added custom class to the color-section: bgfixed

    but it still does not work. I reset all the a/m steps. Please kindly find the URL and login details in private content box, it’s in maintenance mode.

    Thank you for all your help in advance.

    Kind regards,
    Sophie

    #987844

    Hi,

    You have to remove that modification before using the “will-change” property. The background attachment is supposed to be set to “fixed” so you don’t have to add the suggested modification. The “will-change” property should help solve the “fixed” background attachment issue.

    Have you tried to add the css property without that modification?

    Best regards,
    Ismael

    #988223

    Hi Ismael,

    thank you for your kind help. I am a little confused now. So I just have to add

    .avia-bg-style-fixed, .flex_cell {
        will-change: transform;
    }
    

    in custom CSS? And what kind of custom css class attribute should I add to the elements?

    Thank you for your kind help in advance.

    Best regards,
    Sophie

    #988545

    Hi,

    Yes, just add the css modification. The “avia-bg-style-fixed” class attribute will be automatically added to the color section when the background attachment is set to “fixed” so you don’t have to do anything else.

    We disabled the css/js compression from the Performance panel temporarily to regenerate the scripts and stylesheets. Don’t forget to remove the browser cache prior to checking the page.

    Best regards,
    Ismael

    #988680

    Hi Ismael,

    okay, the background attachments show up “fixed” and I added the a/m “.avia-bg-style-fixed, .flex_cell” custom CSS without any script in my functions.php, but there is not showing up any image on iPad/iPhone now. And on desktop there are showing the images, but they do not scroll anymore like in your demo.

    Your urgent help is really appreciated.

    Kind regards,
    Sophie

    #989156

    Hi,

    Thanks for the update.

    I can reproduce the issue on an old iPad. What is the actual model of your device? Please make the Appearance > Editor panel accessible or post the FTP access in the private field so that we can implement the “bgfixed” modification. I think that’s the only way to work around this.

    Best regards,
    Ismael

    #990260

    Hi Ismael,

    I have an iPad Air 2. It is also not working on iPhone 6 Plus and Nokia 5 Android 8 Oreo. Please kindly find the FTP login details in private content box.

    Thank you for all your help in advance.

    Have a great day!

    Kind regards,
    Sophie

    #990630

    Hi,

    Thanks for the update. I can’t access the file server though. Please check the login credentials.

    Best regards,
    Ismael

    #990638

    Hi Ismael,

    just checked them again, they are working on my site. This is ftp not sftp, thus there shows up a query with a certificate that you just have to confirm. Hope this helps.

    Kind regards,
    Sophie

    #991359

    Hi,

    Thanks for the update. That’s the protocol I used. This is the error.

    (see private field)

    Best regards,
    Ismael

    #991380

    Hi Ismael,

    thank you for the update. Can you please remove the a/m private data in your a/m thread, this should not be public and you should have used private content box for this. Okay, don’t know why it does not work on your side. Will create a new user and send it later on.

    Best regards,
    Sophie

    #991814

    Hi,

    Sorry about that. I moved the info in the private field. Let me know when the login credentials are ready.

    Best regards,
    Ismael

    #993856

    Hi Ismael,

    thank you for moving the info to private content box. I created new login credentials, they should work now (please see screenshots in private content as well).

    Thank you for all your kind help in advance.

    Best regards,
    Sophie

    #994165

    Hi,

    Thanks for the update. It’s still not working on my end though. Can you provide a screenshot of the FileZilla config?

    Best regards,
    Ismael

    #994283

    Hi Ismael,

    that’s spooky. I tested on 2 devices (2 MacBooks and 2 PC Desktops) connecting via private network as well as via mobile provider and each time it was working fine on my end.

    Thus, please kindly find in private content box a link to my Dropbox with 5 screenshots showing the Filezilla settings. Here you can see that I was able to connect with the Host using the login data I provided you.

    So, I hope you are finally able to login and help me with this issue.

    Thank you for your kind help in advance.

    Kind regards,
    Sophie

    #994657

    Hi,

    I got the same settings but this is what I get when I try to connect.

    Status:	Resolving address of youromain.com
    Status:	Connecting to IP Address...
    Status:	Connection established, waiting for welcome message...
    Response:	220 ProFTPD 1.3.5b Server (ProFTPD) [IP Address]
    Command:	AUTH TLS
    Error:	Connection timed out after 20 seconds of inactivity
    Error:	Could not connect to server
    Status:	Waiting to retry...
    Status:	Resolving address of yourdomain.com
    Status:	Connecting to IP Address...
    Status:	Connection established, waiting for welcome message...
    Response:	220 ProFTPD 1.3.5b Server (ProFTPD) [IP Address]
    Command:	AUTH TLS

    Did you block certain countries? You can find us here: http://kriesi.at/about

    Best regards,
    Ismael

    #994687

    Hi Ismael,

    thank you for the update. Again, can you please remove the private data in your a/m thread to private content box, this should not be public and you should have used private content box for this.

    Okay, still spooky. Can you please test again with FileZilla? Also, can you please send me your static IP?

    If this should not work, you can close this topic.

    Thank you and best regards,
    Sophie

    #995273

    Hi,

    I actually removed any data related to your domain prior to posting my previous reply so there’s nothing there except for the FTP errors or messages. I just tried it again today but it’s the same thing, which probably means that certain countries or IP addresses are not allowed to access your file server.

    Best regards,
    Ismael

    #995326

    Hi Ismael,

    thanks for your reply, I checked with my provider and they informed the login works perfectly.

    Also, the provider advised that you have to accept the certificate when you try to login. Here, a popup window by FileZilla with a certificate appears that you have to confirm.

    Both, the provider and me, do not have any Firewall; I have my own Virtual Server System.

    May you can ask another Enfold supporter for testing?

    Thank you and best regards,
    Sophie

    #995353

    Hi,

    You’ll have to accept a certificate when the protocol is set to SFTP. I tried it but then I got the following error.

    Status:	Connecting to domain.com...
    Status:	Connected to domain.com
    Error:	Received unexpected end-of-file from SFTP server
    Error:	Could not connect to server
    Status:	Waiting to retry...
    

    I’ll forward the thread to the team.

    Best regards,
    Ismael

    #995407

    Hi,

    I tried connecting via FTP as well but i am getting following error:

    Error -203: miscellaneous error occurred while trying to login to the host

    Best regards,
    Yigit

    #995605

    Dear Ismael and Yigit,
    please send me in Private Box your Static IP Adresses, I will check the Logfile.
    And Note my Provider has Problem today the Virtuel Machine are for round 5 Hours Down.
    Now its running.

    Waiting for the IP Adresses.

    #995936

    Hey,


    @Mike
    from our team said he could not connect as well.
    Please see private content field.

    Regards,
    Yigit

    #995943

    Dear Yigit,
    thanks for the message, please find new User and this works too.
    Please try to Log-in
    See Screenshot its works by me!

    Cheers
    Sophie

    #996638

    Hi,

    I tried but i am still getting “Error -203: miscellaneous error occurred while trying to login to the host” error.
    Have you contacted your hosting provider regarding this FTP issue we are having? :)

    Cheers!
    Yigit

    #996738

    Dear Yigit,

    thanks for your Feedback, we have double check with Provider and all Login detail that we provide to you works perfectly.
    The provider test all Login and said ok its work, I have test on 4 difference Maschine Windows and Mac from difference Communication Line with difference IP Adresses and its Works perfectly.

    I have send Screenshots to to you that the Login Works.

    By the way now, what do you have for a solution?

    The Demo Content not work the Theme are not Responsive right?

    Cheers
    Sophie

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