Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1790531
jQuery
Closed

Comments

  • jcpacelli started the conversation

    Getting jQuery conflict issues with WooCommerce and Popup Maker. you can add a product to the cart here: https://blend4.com/product/hoverburger-1/

    updating quantities in the cart causes an uncaught typeerror in the console. plugin author of popup maker claims it is not an issue with his plugin, but an issue with how the theme is calling jQuery. 

  • [deleted] replied

    Hi,

    Please provide the wp-admin and ftp access. We will try to inspect problem on your site.

  •   jcpacelli replied privately
  • [deleted] replied

    Don't see plugins menu item in admin area. I need it to make some tests.

  • jcpacelli replied

    Sorry, try again now

  • [deleted] replied

    We can not find the cause of the error.
    When I comment next code in file popup-maker/classes/Site
    /Popups.php line 98 error disappears:

                    if ( pum_is_popup_loadable( $query->post->ID ) ) {
                        self::preload_popup( $query->post );
                    }
    Try to contact Popup Maker plugin support.

  • jcpacelli replied

    turns out that popupmaker was only housing the problem inside of it. meaning, the form itself within the popup was causing the problem. i removed the popup and added just the form to the cart page and it caused the same issue. 

  • [deleted] replied

    Do you need some more help?

  • jcpacelli replied

    well yes, i'd like to figure out why this signup form is causing these issues on the cart page

  • [deleted] replied

    Please add this form to cart page. We try to inspect this.

  • jcpacelli replied

    okay, it's there, just not styled yet 

  • 123mital replied

    Hi, I am getting following error while importing the Gem theme locally in my system " Ajax error. Try again..."

    my wp version is 5.0.1 Can you please help sir?
    Thanks.

  • [deleted] replied

    There are several reasons for the error. I need access to inspect problem.

  • jcpacelli replied

    is that in reply to me or the new issue that was posted in this thread?

  • [deleted] replied

    Yes. It's about new request. I inspect  your cart page now.

  • [deleted] replied

    I removed next strings from page content because these scripts are included to wordpress and this genarate scripts conflict.

    <script type="text/javascript" src="https://zcs1.maillist-manage.com/js/jquery-1.11.0.min.js"></script>
    <script type='text/javascript' src='https://zcs1.maillist-manage.com/js/jquery-migrate-1.2.1.min.js'></script>
    

    Please check.

  • jcpacelli replied

    Okay great that fixed it. thank you very much