Since @toscho has seemed to have revived this question here is one way to do it (not saying it’s the best but it works) It’s important to note I’ve switched to Jetpack which has hovercards built in. If you are using Jetpack here’s how you do it.
function nifty_remove_grofiles() {
if(is_page('about')){
remove_action( 'wp_enqueue_scripts', 'grofiles_attach_cards' );
}
}
add_action('template_redirect', 'nifty_remove_grofiles');
this basically tells the JavaScript that controls the hovercards not to load on the about
page.
Related Posts:
- Alternative default avatar generator?
- Disable Gravatars in WordPress
- How do I get a post author’s image/avatar via RSS from another blog?
- Can I hook into get_avatar to supply a hash instead of an email?
- Changing comments avatar
- Setting the profile picture from another field
- WordPress User profile with Avatar upload on the front end without plugin?
- Display post author avatar for Ultimate Member
- avatar displays outside of targeted area
- Should all plugins be encapsulated in a Class?
- In what order does WordPress load plugin files?
- How do I cleanly override a plugin’s CSS with a child theme?
- Add a subitem to Woocommerce section
- PHP code on Visual Composer Plugin
- How are plugins in the WordPress plugin directory ranked?
- Setting different width and height for gravatar
- Using rewrite rule to access a view of a plugin from home page
- How to make a list of companies’ information and display them to user, using custom post types and a custom taxonomy?
- Thumb rating for wordpress – top user
- How to Get Admin Settings for a widget when using the_widget() with custom widget
- resize only height using wp_get_image_editor
- Upload files programmatically to users
- How to crop image from center using wp_image_editor
- Deactivate plugin upon deactivation of another plugin
- Shortcode in AJAX popup
- Set attached to state
- Converting Attachment to Images?
- How can I see the error generated by plugin activation?
- Why none of the plugins that have ajax doesn’t work in my website?
- wordpress reusable content blocks
- How to add a random image to a post from gallery and only show one?
- Is there a filter for get_post_custom()?
- Problem with wordpress version 3.8
- How to make a customize role and view a specific plugins base on that role?
- Accessing post’s meta data based on user’s click of a post
- Stuck on image in an Advanced Custom Field loop
- With WordPress + Visual Composer, how to restrict a user to change some content in a page?
- Translating long texts with html formatting
- Map Custom Registration Fields to WordPress User Roles
- Making Mathjax dynamic so it renders input without page refresh
- Removing an action from wp_footer called in a class that’s inside a bigger class
- Front-end only $_POST and $_POST requests handling in WordPress plugin
- WordPress plugin/theme or other wayout to create portable pages?
- How to create user that has permission to create new sites on WordPress with multisite option enabled?
- WordPress Widget – Saving multidimensional arrays into $instance
- date/time-picker and file upload (image) fields for custom fields (e.g. with more fields)
- How to put Word documents online so they can be downloaded, printed and read via a web page? [closed]
- How to add single function for all WordPress hooks
- How to use get_template part in the plugin?
- How can I use get header from within my plugin?
- add_action into another add_action not working
- Free shipping for certain items only – or get local pickup as option if item is set to virtual
- Elementor Gallery issue [closed]
- Add User Role: Pre-saved in User-Meta [SOLVED]
- What form should the $query media query array have for an Elementor page builder function? [closed]
- Flickering sidebar when scrolling page [closed]
- Shortcode not working – quotes seems strange
- Using custom fields for image alt and title
- Storing The Data Collected by Ninja Forms into Another (custom) Database [closed]
- Hook Scripts and Styles in WordPress
- Remove updates text on plugin or themes list page
- How to turn off automatic operation for Nivo Slider?
- Absolute paths in backend for plugins after moving wordpress
- get wpforms ID value from ACF text field
- Preset custom fields
- How to set Google Analytics tracking code on WordPress plugin directory page?
- Show prices with tax Inclusive in Minicart widget
- Main content of site not showing, but does show when logged in to wp-admin
- Hide WordPress Site URL from Source Code
- Tool to highlight text in WordPress page and provide additional text on hover
- How to access Post Archive created by Elementor?
- CRUD from WordPress to Business Central 365 through OData REST API
- Create multiple domains to download my custom plugin from wordpress.org
- Change the color of ACF Subtitle output background
- my hook or my function wont run in the cronjob
- Move plugin upload folder from mywebsite.com/wp-content/uploads/pdfuploads to mywebsite.com/pdfs?
- Deactivate sub-plugin when parent-plugin is deactivated
- How to block access to certain WordPress pages using a snippet
- WordPress showing fatal error on wp_set_object_terms line
- How do I keep children of certain parent menus expanded by default on a sidebar?
- How do I add a textarea (multirow) option to my WordPress plugin?
- WordPress CPT Url metabox collection
- Passing ajax variable to more than one wordpress plugin function
- WordPress Theme Conflict With Plugin
- Changing the body of mail sent to new user registration
- WordPress hook source
- Why isn’t my plugin seeing other classes?
- Manually updating plugins via FTP or SCM
- using jquery serialize in ajax operation for plugin
- How do I to override login redirect on specific pages?
- wp_insert_post_data filter to set category
- is there a way I can add or remove some plugin options?
- How to add homepage Widget?
- Embedding BitBucket Code in Posting
- Do shortcodes affect page indexing by search engines?
- WordPress show different custom post type
- WordPress plugin not automatic update
- What are Seeds? [closed]
- Shortcode cannot parse attributes within double quotes. ” is becoming ” breaking my shortcode
- Any plugin installation and update overwrite current theme