Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #639303

    Hi,

    Does enfold officially support PHP 7.0+?
    Somehow when I use PHP 7 and load the website, content blocks (text, imags, everything I created with the builder) will disappear after 5 seconds..

    This only happens the first time, after a refresh or a click on a menu item it is ok.

    Already replaced the entire theme and tried witouth plugins.

    Is there any way to fix that?

    Cheers, Liv

    #639733

    Hey!

    Seems like a JS/CSS issue rather than a PHP one, try adding this code to the Quick CSS:

    .js_active .av-minimum-height .container {
        opacity: 1 !important;
    }

    Cheers! 
    Josue

    #639742

    Thanks Josue!!! That seems to work for almost all items :)

    The only item that is not appearing is the image on the homepage in the blue block “De successen van anderen”. The image is part of an ‘Easy Slider’ block.

    Just for the info and future releases, these things started after upgrading to php 7.0.6.

    Thanks again!

    • This reply was modified 7 years, 11 months ago by Liv. Reason: Turns out to also happen in Chrome every now and then
    #639744

    Hi,

    Try disabling minimum height in that section.

    Best regards,
    Josue

    #640000

    Hi Josue,

    That didn’t work am afraid.

    Regards, Liv

    #640056

    Hi,

    Can you hand me an administrator account via private reply?

    Best regards,
    Josue

    #640251

    Okay, here you go! Thanks for helping out!

    #640705

    Hi,

    We checked the home page again today and the image below the “De successen van anderen:” text is there. Is this fixed? We checked the site on Chrome Windows 7.

    Best regards,
    Ismael

    #640756

    Hi Ismael,

    Am afraid the issue is still there. Try clearing browser cache.
    I’ve tried with latest Chrome & Firefox on latest OSX.

    Cheers, Liv

    #640787

    Hi,

    I don’t see it neither but why do you have this code in style.css?

    #top #main .avia-section .template-page {
        height: 10px;
        margin-top: -16px;
    }

    Removing that and disabling the minimum height on sections will remove the animations.

    Best regards,
    Josue

    #640796

    Hi Josue,

    Thanks that seems to work :)

    Thanks a lot for the quick help!

    Cheers, Liv

    #640819

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Contentblock content disappears with PHP 7’ is closed to new replies.