WebPixie
Forum Replies Created
-
Thanks for this. I was looking for the error in the code and I just couldn’t put my finger on the error. Didn’t even notice this until you wrote. Saved me a headache. 🙂
Forum: Fixing WordPress
In reply to: Possible Hack AlertAre you sure it wasn’t one of your security plugins that renamed them so they were not easy to find with a bot. I have one that changes the names of those items so they can not be used by spammer…. just an idea.
Forum: Plugins
In reply to: [BuddyVerified] BuddyVerified Adding "title" to all website linksIt’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.jsand 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.
Forum: Plugins
In reply to: [WP Web Scraper] Use this plugin cautiously!Storing the info in a custom meta field might be a good answer.
Forum: Plugins
In reply to: [Livefyre Comments 3] [Plugin: Livefyre Realtime Comments] Account creation?Thank you for your reply. I appreciate it.
So to be clear, it doesn’t create an account on my wordpress install, just on livefyre?
Currently when a user logs in with fb or another social network it creates a local account on my site in wordpress for them, that’s what I am looking for to replace.