-
AuthorPosts
-
December 13, 2018 at 8:47 am #1044750
Hello,
I have a One-pager with just an anchor-menu “#…”. But I also have a big masonry gallery on my page. The problem ist when clicking on a menu-link it doesn´t scroll down to the correct anchor-id. I think its because of the masonry gallery, because the gallery is still loading/fading in the images.please check my private content for an example.
best,
marcDecember 17, 2018 at 10:49 pm #1046579Hey marc,
Thanks for providing the link, Please post us your login credentials (in the “private data” field), so we can take a look at your backend, so we can inspect further.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoDecember 18, 2018 at 9:37 am #1046760Hi,
I´ve just created your login (see private content).best,
MarcDecember 21, 2018 at 7:15 pm #1048279Hi Maw87,
I apologize for the late response, it took me some time to test it.
You should be able to fix it by changing the behavior of masonry in desktop, this file needs to be modified enfold > config-templatebuilder > avia-shortcodes > masonry_entries > masonry_entries.js (line 251-258).if(isMobile) { start_animation(); } else { masonry.waypoint(start_animation , { offset: '80%'} ); }
Just replace it with:
start_animation();
Flushing out cache with plugins along with clearing browser cache might be needed to fetch the changes in the js file.
Best regards,
NikkoDecember 23, 2018 at 11:33 am #1048779Thank you, that works!
Maybe you can implement a solution that works also with future enfold updates!Thanks,
best
MarcDecember 26, 2018 at 3:16 pm #1049077Hi Marc,
Glad that we could help :)
I think it’s still great with current settings but in special cases like on your site, starting animation as soon as the site loads is necessary.
Thanks for using Enfold and have a great New Year :)Best regards,
Nikko -
AuthorPosts
- The topic ‘One-Pager menu does´t work when masonry gallery’ is closed to new replies.