• After the last update I can no longer scroll on single product pages. Deactivating the plugin allows single product page scrolling.

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Neah Plugins

    (@gplsaver)

    That looks like a javascript error. send me a link to the site so i can see if i can see the error. or let me know if you see something in your error log if you have one.

    Thread Starter insomanywords

    (@insomanywords)

    Also just noticed scrolling is only broken in a maximized window.

    https://www.frameworkindustries.com/product/2236/

    Plugin Author Neah Plugins

    (@gplsaver)

    try adding the following at the end of your custom css. somehow the interacton of theme and plugin is creating a conflict.

    html.no-overflow-y {
        overflow-y: auto;
    }
    Thread Starter insomanywords

    (@insomanywords)

    That fixed the scrolling issue, but I noticed a couple more things before doing this and still are not working with this fix.

    Dropdown, secondary menu doesn’t display in main header or sticky header.

    The table under the tab part numbers is the plugin Tablepress. There is supposed to be a search bar and how many per page dropdown, but its not displaying either.

    Plugin Author Neah Plugins

    (@gplsaver)

    if you go to woo-rfq-for-woocommerce\gpls_assets\js\ directory and delete the following files additional-methods.js and jquery.validate.js

    do the problems go away after that?

    Thread Starter insomanywords

    (@insomanywords)

    No same problem but worse now the menu does not work anywhere.

    Plugin Author Neah Plugins

    (@gplsaver)

    Was everything working in version 17 or 16 ?

    Thread Starter insomanywords

    (@insomanywords)

    Yes, I had to look at the changelog, everything was working on Wednesday.

    Plugin Author Neah Plugins

    (@gplsaver)

    few updates on Wed. Do you know the last version where everything works please?

    Thread Starter insomanywords

    (@insomanywords)

    For sure 17

    Plugin Author Neah Plugins

    (@gplsaver)

    please try this:

    in woo-rfq-for-woocommerce\ woo-rfq-for-woocommerce.php line 285 find this:

    add_action('wp_enqueue_scripts', 'gpls_woo_add_rfq_cart_custom_js', 1000);
    change it to:
    `
    //add_action(‘wp_enqueue_scripts’, ‘gpls_woo_add_rfq_cart_custom_js’, 1000);`

    Thread Starter insomanywords

    (@insomanywords)

    It gave me a http 500 as to yours exact and without ‘ does nothing.

    Thread Starter insomanywords

    (@insomanywords)

    Update to 19 and it worked, but now the qty box and the image light box are not working.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Can not scroll on single products page’ is closed to new replies.