Within the javascript file the developer calls a method when the page loads.
jQuery(window).load(po_selectiveLoad);
This methods calls another method.
function po_selectiveLoad() {
po_load_popover();
}
If you replace it with this
function po_selectiveLoad() {
var urlString = new String(window.location.href);
if (!urlString.match(/\/cart\//)) {
po_load_popover();
}
}
Of course this is not good because you will need to modify the plugin files.
I am not sure if the developer has provided the option of preventing a pop up based on a phrase or word contained within the url, i installed the plugin and did not see an option.
It may be a feature of the plugin the developer will implement at a later date or you can ask. Hope this helps.
Related Posts:
- How can I make my custom shortcode work in a Custom HTML Widget?
- How to trigger $_GET request within admin plugin page?
- How can I get WordPress to save comments in markdown format?
- Error shown for Trying to get property ‘roles’ of non-object in WordPress After Content for User Roles
- WooCommerce: Building a page with user input which is used to query order status and external API and return a result
- How to insert HTML/JavaScript form into WordPress page? [closed]
- How to include this jQuery File in wordpress?
- How to Loop Through all Posts and Count Attachments using Get Media Attachments
- Any idea how to get something like this to work? [closed]
- Is there a way to convert shortcodes to html content?
- the_content() printing DOCTYPE, and tags in the middle of page
- File Uploader – Upload without adding to Media Library
- Wierd site output [closed]
- Code for unique user visit count on every page WordPress
- How to translate to spanish wordpress hardcoded content/files?
- How to change a wordress plugin php code in my child’s functions.php file?
- make p tag collapsed after 3 rows
- Why is my form going to frontend on html form submission present on the php files inside my custom plugin?
- How To Toggle User_Meta in frontend in a form using PHP
- Get and Update Most Meta Value as an array in HTML form
- Can’t access 3rd party API, code works on local server but not on wordpress
- How to echo a PHP Code After the Content
- How to remove a css class for any wordpress page
- Form tries to download a file on submit
- Adding link on title its in description but not in title see screenshots attached
- wordpress illegal string offset ‘parameter’ error
- Need help with wordpress audio preload
- Option value not getting updated until page refresh in WordPress
- Limit entry to a WordPress page
- How to create a “Most Popular” & “Latest” TAB in WordPress
- How to fix template and image buffering issues on website [closed]
- How to create different woocommerce single_product.php pages for each product? [closed]
- Disable email notification after change of password
- __(): What if I have to pass in a variable?
- Run WP-CLI using PHP
- How to remove duplicate sub-menu name for top level menu items in a plugin?
- Plugin update error message
- PHP Deprecated: Non-static method should not be called statically
- Set a User as Author of all ‘New Posts’ posted
- How do I configure WordPress to talk to a Microsoft SQL Server database?
- Calling function from within functions.php returns unwanted value
- How to edit plugin’s html? [closed]
- Check if a class exists within a method
- Escape special characters in image link
- Calling a plugin in theme development
- Unable to activate wordpress importer after installing it
- force customers to add only single item to card per purchase EDD [closed]
- How to get post URL in the_content filter?
- Write to / remove from default .htaccess file from plugin?
- Why isn’t admin_notices displaying my text? [Simple Plugin, Beginner]
- Programatically download a plugin
- How to Use Parameters with a Do_Action Function Within PHP Tags
- CSS from textarea in options page to frontend what to do
- How do I pass a post ID to the page URL?
- wp_set_auth_cookie causes 403 error in the wooCommerce checkout
- add image crop function like in wp customizer
- Calculate price and display on woocommerce product single page under price (simple price, variable price) [closed]
- Bootstrap and Custom CSS in custom plugin are being overwritten by theme
- Customize permalink wordpress category id
- Take input from form and pass it to function using a wp-plugin
- Self-serve ad system like Reddit’s for WordPress? [closed]
- Create a plugin from within WordPress
- Class variables not correct on page
- Load Javascript from Plugin in One Page Only?
- Call plugin with php function
- Setting Up PHP Workflow in WordPress
- Is there a function to list all uploaded images? How can I add one?
- speed up pagination for huge database
- Using meta_query in a WP_Query not working for numbers properly
- How to redirect to a page after the form is submitted
- Some images on WordPress site are suddenly gone
- WP Insert Post If user refreshes override new post
- Searching a tab/space delimited text file based upon form criteria and returning a ‘record’ into a word press results page
- How to makes changes on the shop/category/tag pages but not on the product pages in woocommerce?
- Custom Plugin: How to Include Install Buttons of other 3rd Party Plugins?
- Redirect to a page while maintaining search query parameters without causing an infinite loop
- Getting Fatal error: Uncaught Error: Call to undefined function plugin_dir_path() when linking to another file within my wordpress plugin
- the content of the uploads folder gets deleted periodically, how to figure out what causes it?
- front end editor creation for Restropress plug in – displaying information from a WP admin area, on a different URL
- Moving a few select DB tables to a new WP instance
- How to change the width of certain paragraph or header blocks?
- Cron job shedules replace?
- Create a form and have custom menu display based on user answers?
- How to get the total count of Favorite/Favorited authors
- Can i add custom code in Source in specific page, Header from function.php?
- Problem with conditional woocommerce custom checkout field
- Editing Global Variables from Inside Functions
- Posting code inside the post instead of in the template file using shortcode
- Can anyone tell me why I can’t edit a plugin when it is installed without having to re-install?
- conditional tags for the output of a plugin
- Can’t insert files in other inputs
- How do I output user_registered time in my correct timezone?
- How to tweak a plugin without preventing it from updating
- Place max_execution_time in plugin [closed]
- Creating a press page for our project
- how to search through plugin in wordpress cimy-user-extra-fields?
- Translate text for empty product
- Warning: Undefined variable $admin
- public custom posts not showing in my wordpress plugin
- I want to allow certain file types on dokan upload files