Using chrome dev tools i found the file which was creating the http request.
This file was theme.min.js, i looked at the file & could see “porto_refresh_cart_fragments” though the file was minified so I didn’t know what to remove.
After using a website to unminify the file it was clearer what i needed to remove so i stripped the code from the file because we don’t have a cart on the website so it’s obsolete.
The http request for admin-ajax.php from porto_refresh_cart_fragment is now fixed. I just thought i’d put this information here for future reference in case anyone else get the same issue, though this only worked because we didn’t have a cart, it may help someone.
Related Posts:
- random reason on refresh
- WordPress Infinite Scroll without using any plugin
- Create Image Uploader for Widget
- WordPress Ajax always returns a 404 error
- Conditionally loading JavaScript based on the Advanced Custom Fields in the post
- WordPress customizer: load controls in a custom div
- Ajax template: how to handle head section
- Is there a reason why my wordpress PHP page isn’t loading into my PHP template
- How to resize image on client-side before upload?
- Limit the Excerpt field in WP-Admin in words
- Run shortcode at certain resolution
- Add footer.php to WordPress child theme
- Passing PHP Variables to JS using Localize Script
- Audio Player not loading when the content is loaded through Ajax, MediaElement.js no applied
- Customizer Show/Hide Logo and Site Title
- Understanding WordPress child theme custom JS loading
- Use different javascript files for each page on website
- Create custom blocks for bootstrap
- Click loads template via ajax
- javaScript in section of WP API
- The custom logo, site title, and description doesn’t appear at the same time
- Sending jsPDF documents to the server
- How to get the POST TITLE using the POST ID?
- js file in root loading without
- AJAX request status 200 but no actual “response”
- Use menu link or onClick to set a variable
- Adding custom directory and PHP files in wordpress
- Displaying admin notices inside the block editor from rest_after_insert_{$this->post_type} hook
- dynamic dependent select dropdown
- wordpress visual composer change grid builder post link
- Ajax load more button for comments wordpress
- PHP array to JS array to use in google map
- How to add a Custom Mailchimp AJAX Newsletter Subscribe Form
- Fancybox type popup window that’s not an iframe
- Insert custom PHP head above in WP pages
- how to make my website secured
- How do I Import / Upload Files with jQuery AJAX?
- How to do a code in php and have text before it? [closed]
- How to correctly add Javascript to this PHP ‘Page Not Found’ Page?
- How to add API security keys into JS of wordpress securely
- get taxonomy thumbnail and use it as a variable in code
- What are the advantages/disadvantages of using jQuery DOM manipulation as opposed to PHP DOM manipulation?
- element not working in Safari [closed]
- Is it save to use eval for a jQuery callback method coming from the database?
- Get html data with javascript to php array and store to wordpress database
- An audio player that showcase a random song from playlist every 24h [closed]
- How to Change CSS Colors from Custom Plugin Settings Page
- Passing the name of selected color from the custom component to `render_callback`
- How to use wordpress function wp_enqueue_script() in php?
- How to allow download url redirection only if user logged in WordPress site?
- wp_nav_menu not working correctly in my underscores theme
- wp_localize_script() and JavaScript namespaces
- url_to_postid returns 0
- How do i add slugs to a URL, but still redirecting to the same page
- How can I get my Media Uploader Button to function on 1 click rather than requiring 2 clicks?
- Link to page with posts of specific type
- implementing a jQuery “click to expand” link in WordPress [closed]
- Change Query Arguments (filter) with jQuery/Ajax or PHP?
- WordPress – Get Posts with Category data
- How to use wp_send_json() and output the value with ajax?
- Hook on file upload
- Using Ajax to submit a form, and run a SQL Select query based on user input from the form
- How to store checkbox data for individual users?
- Tracking Visitor LatLng with WordPress using JS, PHP. How to put data which was extract using JS into DB
- using shortcodes inside gravity forms
- WordPress Search Ajax + Isotope + InfiniteScroll
- Woocommerce template file outputting tags
- Gutenberg block don’t save rich text content
- Creating a POP Alert
- Create a WordPress Contact Form to call a POST AWS API Gateway and send user data
- Admin-ajax.php 404 error
- How to pass values from one function to the other using an array variable
- Hide Approved status for certain users in users list
- ACF values to Script with auto refresh
- Displaying SQL query result from user input via wpdb
- wordpress dependent dropdownlist using post type is not working
- How to echo a PHP code into WooCommerce variation product?
- Serve cookie free URLs in WordPress without using a CDN
- Target a specific container to style on WordPress storefront theme
- Force ‘permanent’ post cache of shortcode results
- ACF + WP + Slick Slider Repeater Slide Group PHP not Displaying [closed]
- Default Image not showing up in Customizer for WP_Customize_Cropped_Image_Control
- How to create a radio button to alt between settings in wp_options table
- customizer live preview layout picker
- Why I’m Not Having Access to “$_POST” Data Outside My AJAX Callback?
- I need help implement a Javascript code into the PHP file
- Admin bar nodes
- How can I correctly POST to a WordPress page?
- if is_home(), change class of menu-item-225 of wp_nav_menu
- Load php function with AJAX on modal window
- JSON Object Value Show Undefine
- Can you not edit the HTML and PHP of your WordPress without paying?
- Adding jquery using php function
- How to hide .js files on wordpress website using php or wp plugins or any? [closed]
- notify users when changed database
- Import js variables loaded via wp_localize_script() into js module without global scope connection
- Remove Woocommerce product from cart with ajax/fetch
- WooCommerce Modal Fly cart on add to cart – With AJAX
- hiddenQuestions.find is not a function
- get_post_meta returns on side but it doesn’t return on bottom of admin page