You can translate the plugin. Link https://premium.wpmudev.org/blog/how-to-translate-a-wordpress-plugin/
When did you release the 4.0?
I checked it and, as it seems, following someone is working, correctly updating meta, but unfollowing has an issue. I just commited fix for that, but count will change only for the new followers and following. Commit with fix: here Changed file: here
salut ! I would use css to resolve the problem. If you right-click on a post on a category page and then click Inspect* you will find at the end of this page some identifiers. If the category is Général you will see .question_category-general Then in the style.css of your theme (preferably child-theme) you can add: .question_category-general {background:#e6e6e6 !important; } Replace the part “general” and the color #e6e6e6 according to the case. Hope that helps ——————————————————————————– *Inspecter/Examiner l’élément etc selon votre navigateur
Are you using the facebook debugger to debug your pages ? Facebook debugger
What kind of error is this ? From where it comes from ? Enable debug to a log and see what happens. Otherwise, follow the standard WP debug. Default theme, disable all plugins and then enable one by one to see what the conflict is. Still, i don’t understand what kind of error this is. MAYBE it is hosting related ? Max sql/db connections ? Looks like a database error.
I bout this up several times. og is scraping from the base page and only takes question title.
Hi, this actually did not work for me – I am still getting my WordPress profile logo?
Also waiting on version 4.0. The last build seems to be a little buggy. I’m getting a null value when I upvote a question. Also, when I try to follow someone, I get a “Something went wrong” message. I hope these issues as well as any outstanding ones are resolved in v4.0.
I don’t have any issues with that. What version of the plugin do you use? Maybe some conflict with the other plugin or a theme function?