Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #302426

    Hi,
    problem appears when scrolling to the end (or middle, too) of page and then back up. Image from header appear over the text (random, multiple) and disappear on mouseover.

    Wordpress 3.9.2. and latest Enfold (megamenu with images enabled, default all other settings)

    Thank you!

    #302745

    Hi matjaz_!

    Thank you for using our theme.

    First try to deactivate all plugins.

    You can also try to increase the php memory by adding the following lines to wp-config.php at the end:

    define( ‘WP_MEMORY_LIMIT’, ‘128M’ );
    define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );

    If this does not help, can you give us the link to your page please and an admin login?

    Regards,
    Günter

    #302872

    Hi Günter,

    thank you for fast response!

    I tried all your suggestions, but with no success yet…

    I cannot give you the link of my page, because I have bitnami stack on my local machine – localhost (until my page is ready for migration). Issue appears only on Chrome browser…

    Regards,
    Matjaz

    #303542

    Hey!

    Try adding this code to the Quick CSS:

    #header, #header_main{
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0)
    }

    Cheers! 
    Josue

    #303806

    Hey, Josue!

    Thank you for your tip! I think it works now. I changed header image, too (custom made) and set it transparent.

    Regards,
    Matjaz

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Scrolling issue’ is closed to new replies.