Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #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

    #1304178

    Hi 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,
    Rikard

    #1304439

    Thanks. 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!

    #1304615

    Hi,

    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,
    Rikard

    #1304688

    Sure. 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.

    #1304693

    Hi, 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.
    #1304698

    Please 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 :/

    #1305739

    Hi,


    @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,
    Ismael

    #1305789

    Hi 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.

    #1306582

    Hi,


    @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,
    Ismael

    #1306793

    Hello 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.
    #1307379

    Hi,

    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,
    Ismael

    #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.

    #1307815

    So 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.
    #1308943

    Hi @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ünter

    #1309113

    Hi,


    @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,
    Yigit

    #1311525

    Just 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.

    #1311562

    Hi,

    yes, I added a fix and it worked on my install.

    If you check enfold\js\shortcodes.js (at the bottom) you find $.easing functions with 1 argument.

    Please make sure to clear server and browser cache.

    Best regards,
    Günter

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.