• Resolved Pulseframe

    (@pulseframe)


    Hi there! Nice plugin!

    I don’t know if this is a bug or if it’s meant to be like this, but the BuddyVerified Plugin is adding “title” to all my website links.

    So I have a few links that already have a customized “title” on hover and it’s appearing 2 “titles” now when I hover a link.
    I deactivated the plugin to see if this was a mistake made by me while I was editing the theme but it wasn’t.

    Is there a fix for this?

    Regards

    https://wordpress.org/plugins/buddypress-verified/

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s because it’s calling the qtip in a way that is conflicting.

    You can fix this until the plugin author makes a fix by going to
    buddypress-verified/includes/js/verified.js

    and change the jquery at the very bottom from

    jQuery(‘[data-tooltip!=””]’).each(function() {

    to

    jQuery(‘span#bp-verified img,span#bp-verified-header img’).each(function() {

    This fixed it for me completely.

    Thread Starter Pulseframe

    (@pulseframe)

    Thanks a lot #WebPixie , this solved the problem 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘BuddyVerified Adding "title" to all website links’ is closed to new replies.