Tagged: parallax
-
AuthorPosts
-
February 22, 2019 at 10:17 am #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): FirefoxBitte um Info bzgl. Update / Fix.
February 22, 2019 at 4:17 pm #1070375push ^
February 23, 2019 at 11:36 am #1070650Hello Support?! ^^
Shall i ask this in English?February 24, 2019 at 5:53 pm #1070986Hi boehmmedia,
Can you please make a small screencast of the issue? I cannot see the issue in Chrome on a Mac.
Best regards,
VictoriaFebruary 25, 2019 at 8:53 am #1071153here you got a screen video:
https://www.dropbox.com/s/57y1w03o4gwwb4c/parallax_bug.mov?dl=0see what i mean now?
February 26, 2019 at 11:26 am #1071713@Support
PUSH #2February 27, 2019 at 6:18 am #1072163Hi,
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,
IsmaelMarch 7, 2019 at 10:31 am #1075895I Ismael,
wether killing the duplicate section ids nor your script solves the problem :-(
Any other solutions?March 11, 2019 at 11:14 am #1077261Hi,
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,
IsmaelMarch 15, 2019 at 11:20 am #1079069Unfortunately 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…
March 19, 2019 at 4:15 am #1080198Hi,
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,
IsmaelMarch 19, 2019 at 11:20 am #1080299This reply has been marked as private.March 21, 2019 at 8:43 am #1081232Hi,
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,
IsmaelMarch 22, 2019 at 3:41 pm #1081876I’m afraid it’s still not working! :-(
Please remember, that you have to be on a different page before using the navigation – anchor…March 26, 2019 at 2:38 pm #1083121So, no solution here yet, i guess?
That’s a major bug – no matter if Mac or Windows – Browser :-(March 27, 2019 at 12:32 pm #1083536Hi,
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,
IsmaelMarch 29, 2019 at 9:12 am #1084491No, it already happened with other pages before.
Ok, hopefully you will find a solution some day.
April 1, 2019 at 11:33 pm #1085738 -
AuthorPosts
- The topic ‘Parallax BUG nach Klicken auf Ankerpunkt-Navigation’ is closed to new replies.