-
AuthorPosts
-
June 3, 2021 at 6:39 pm #1303869
Just trying to figure this out. I’m using the enfold Restaurant One Page demo as my theme for my site. On the demo here https://kriesi.at/themes/enfold-restaurant-one-page/ whenever you click on the menu items (about, menu, etc.) when you click on a menu item it does a smooth slow to fast gradual scrolling down to the section of the page where the menu corresponds. However, when I imported the demo for my website it does an unattractive, almost robotic, one-speed, slow scroll to the sections of the page. No slow to fast gradual scroll. Is there a way to change it so it’s exactly like the demo?
Thanks
June 5, 2021 at 4:59 am #1304178Hi smorano,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardJune 7, 2021 at 4:38 pm #1304439Thanks. For now, you can see the issue here. I posted my site in the private area, but compare clicking my scrolling menu buttons to navigate my website and how it scrolls slow and at one speed, compared to your navigation scrolling here at https://kriesi.at/themes/enfold-restaurant-one-page/ when you click Welcome, About, Menu, etc. It has a nice slow to fast smooth scroll down the page. Let me know if you still need credentials. Thanks!
June 8, 2021 at 12:02 pm #1304615Hi,
Thanks for that, I can see the same problem on my end. I’m seeing some error message on the page, but I’m not sure where they are coming from. Could you share login details with us, so that we can have a closer look at the backend please?
Best regards,
RikardJune 8, 2021 at 4:04 pm #1304688Sure. Made a user for you guys and listing it below.
For what it’s worth it’s been like this ever since I downloaded the demo theme on day one.
June 8, 2021 at 4:19 pm #1304693Hi, having issues with smooth scrolling, too.
Just deactivated all plugins, removed all Quick-CSS, flushed Cache in Browser, no success.My Problem ist, that the Smooth scrolling does not ease in and out. But at least It scrolls (no jumping).
Desperate ….- This reply was modified 3 years, 5 months ago by madsonic.
June 8, 2021 at 4:31 pm #1304698Please check https://kriesi.at/support/topic/scroll-to-top-much-slower-after-wp-5-6-update/.
Can’t believe i had to install jQuery Migrate for scrolling … When will there be a fix guys? This is a thing since Beginning of the year appeareantly :/
June 15, 2021 at 9:00 am #1305739Hi,
@smorano: As @madsonic mentioned above, it works when we set jQuery to an older version. We installed the jQuery Migrate plugin in the site and disabled the file compression settings temporarily.
@madsonic: Thank you for the info. Do you see any errors when setting jQuery to older version? You may need to keep the plugin enabled for now.Best regards,
IsmaelJune 15, 2021 at 12:03 pm #1305789Hi Ismael,
jQuery Migrate is ugly in backend and visible in Frontend Console, It takes a lot of space in the Admin bar and customers of our projects get an impression of unprofessional, outdated and unsecure Websites. It feels wrong for everybody and i really would appreciate the Dev-team not to keep all users dependent of temporarly fixes for months (it’s been a half year!).Another thing: It has been decades since the slideshow Video Bug is known here in Forum. I am fixing it after every Update. Why does this not get fixed?
/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js producing Errors in Dev-Console every Second, when a Video is played on Vimeo (in Slider Revolution for Example).I really love Enfold and i would like to keep using it. Sorry for the offtopic.
June 20, 2021 at 8:59 pm #1306582Hi,
@madsonic: Unfortunately, we cannot figure out why the scrolling is not working on some installations, while it works fine on others. It also works properly in the actual demo and in our local installation. If you do not want to install the plugin, deactivate it and add this code in the functions.php file instead.// include custom jQuery version function ava_include_custom_jquery() { wp_deregister_script('jquery'); wp_enqueue_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js', array(), null, true); } add_action('wp_enqueue_scripts', 'ava_include_custom_jquery');
Best regards,
IsmaelJune 21, 2021 at 6:03 pm #1306793Hello Ismael, i have 14 Enfold Licences, just got another one yesterday. I can tell you that i am not a Beginner and that this occurs on every(!) site of me, where i use enfold.
Your solution is not DSGVO /GDPR legit. All Ressources need to be on local Hosting. But anyway, is this a case where no investigation is done anymore?
Another offtopic thing: Revolution Slider 6.5.0-6.5.2 also not working with enfold anymore.
- This reply was modified 3 years, 5 months ago by madsonic.
June 25, 2021 at 5:37 am #1307379Hi,
Thank you for the update.
@madsonic: Would you mind creating another thread? Please post the WP and FTP details in the private field so that we could check the issue properly. Since you are not the OP, anything that you place in the private field will not be private, so we will close this one for now. Please continue on the new thread.Best regards,
IsmaelJune 27, 2021 at 5:49 pm #1307609@Ismael, i found a lot of topics about smoothscrolling issues, slow scrolling issues, easing issues since December 2020, WordPress 5.6. In many of these topics you answered and gave advise to install JQ Migrate. Can you please give an honest answer if the dev-team will fix that? Just want to know if you take bugs serious. I just discovered that i can’t use an older JQuery on one SEO Project. Getting random Javascript Errors like “$.AviaTooltip is not a constructor”. The Project has 20K landingpages. I just want to know if i can count on Enfold any further.
June 28, 2021 at 7:42 pm #1307815So for some reason, the jquery method worked, but then when I went to add submenu items to the main navigation menu under my food menu section, now the menu does not scroll at all. It just opens up a new page at the location of the page. It’s a one-page site and now every menu item reloads the entire page instead of scrolling down. You can try clicking on the food menu items in my main menu listen below in the private area. Please let me know how to bring it back to normal. Thanks.
EDIT: I fixed it by changing the menu custom lines to #custom instead of writing out the whole site.
- This reply was modified 3 years, 4 months ago by smorano.
July 6, 2021 at 2:59 pm #1308943Hi @madsonic
Sorry for the problems with scrolling.
I started digging deeper in jQuery core and I found that jQUery 3.x changed the way to call easing functions in core (https://jquery.com/upgrade-guide/3.0/#deprecated-additional-easing-function-parameters) and that breaks the call to jQuery .animate() in our smoothscroll animation.
We are working to find a solution asap.
Best regards,
GünterJuly 7, 2021 at 2:52 pm #1309113Hi,
@guenter has fixed the issue and it will be included in upcoming version.If you would like to apply the fix, please replace /enfold/js/shortcodes.js file with this one – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_3/shortcodes.js in Appearance > Editor :)
Regards,
YigitJuly 22, 2021 at 4:53 pm #1311525Just saw that enfold updated to a new version. Has this issue been fixed? I have the jquery migrate still installed and don’t want to remove anything unless I know it will be working on its own. Thanks.
July 22, 2021 at 5:56 pm #1311562 -
AuthorPosts
- You must be logged in to reply to this topic.