Tagged: 

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1070270

    Wenn per Navi/Link auf eine andere Seite mit Anker navigiert wird
    und der Inhalt befindet sich innerhalb einer Farbsektion mit Hintergrundbild und Parallax-Effekt, klebt der Inhalt direkt oben an der Sektion.
    Erst ein mehrmaliges Hoch-Runter-Scrollen normalisiert die Ansicht.

    Betroffene getestete Browser (Mac): Safari, Chrome, Opera
    Nicht betroffen (Mac): Firefox

    Bitte um Info bzgl. Update / Fix.

    #1070375

    push ^

    #1070650

    Hello Support?! ^^
    Shall i ask this in English?

    #1070986

    Hi boehmmedia,

    Can you please make a small screencast of the issue? I cannot see the issue in Chrome on a Mac.

    Best regards,
    Victoria

    #1071153

    here you got a screen video:
    https://www.dropbox.com/s/57y1w03o4gwwb4c/parallax_bug.mov?dl=0

    see what i mean now?

    #1071713

    @Support
    PUSH #2

    #1072163

    Hi,

    Have you tried renaming the other “#about” section? The id attribute or Section ID of those sections should be unique.

    This script might help re-adjust the height of the section when the document or page is ready:

    add_action('wp_footer', 'ava_auto_resize');
    function ava_auto_resize(){
    ?>
    <script>
    (function($){	
    	$(document).ready( function() {
    		$(window).trigger('resize');
    		$(window).trigger('av-content-el-height-changed');
    	});
    })(jQuery);
    </script>
    <?php
    }

    Best regards,
    Ismael

    #1075895

    I Ismael,

    wether killing the duplicate section ids nor your script solves the problem :-(
    Any other solutions?

    #1077261

    Hi,

    Does it work when you disable the Performance > File Compression settings? We can’t see any errors in the console, so it is quite difficult to figure out.

    Best regards,
    Ismael

    #1079069

    Unfortunately not :-(

    I guess it’s a bug in the parallax script.
    Probably the scaling routine doesn’t fire when jumping directly to a section from another page.

    Hopefully you will find a solution…

    #1080198

    Hi,

    Thanks for the update.

    Can we access the site? Please post the login details in the private field so that we can check the page directly.

    Best regards,
    Ismael

    #1080299
    This reply has been marked as private.
    #1081232

    Hi,

    Thanks for the update.

    We applied an ID to the color section and used the following css code to place it higher up in the stack order, so it won’t get covered by the previous section.

    #ansprechpartner {
        position: relative;
        z-index: 10;
    }

    It seems to be working properly on our end. Let us know if you can still reproduce the issue. Please don’t forget to remove the browser cache before checking the page.

    Best regards,
    Ismael

    #1081876

    I’m afraid it’s still not working! :-(
    Please remember, that you have to be on a different page before using the navigation – anchor…

    #1083121

    So, no solution here yet, i guess?
    That’s a major bug – no matter if Mac or Windows – Browser :-(

    #1083536

    Hi,

    You may need to disable the parallax effect for this page because we can’t figure out what’s causing the issue. Is it only happening on that page? Please try to create a copy of the page and test the parallax effect there.

    Best regards,
    Ismael

    #1084491

    No, it already happened with other pages before.

    Ok, hopefully you will find a solution some day.

    #1085738

    Hi,

    Thank you for understanding. We hope that we would be able help you properly next time.

    Best regards,
    Ismael

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Parallax BUG nach Klicken auf Ankerpunkt-Navigation’ is closed to new replies.