• Resolved mugen31

    (@mugen31)


    Hi,

    i tried your plugin with thrive comments. But all images are just replaced by a placeholder and there is no checkfox for your plugin. Just the thrive comments checkbox.

    How to fix?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author pepe

    (@pputzer)

    Hi @mugen31, I’m not familiar with “thrive comments”. Do you have a link to that plugin? They probably replace the standard WordPress comment form and hooks and would need a custom integration.

    Thread Starter mugen31

    (@mugen31)

    Actually it should be well know, cause its one of the best comment plugins:
    https://thrivethemes.com/comments/

    Well i see, what should i change or which code do i need from your plugin to change it?

    Plugin Author pepe

    (@pputzer)

    Well, it’s a non-free plugin so I don’t know anything about the implementation and there does not appear to be a published API documentation, so you would have to ask Thrive Themes whether there are any hooks to customize the comment form. Avatar Privacy includes such an integration for wpDiscuz which similarly completely replaces the standard WordPress commenting system, but that’s available here in the plugin repository.

    If you want to do it yourself, you would have to check what they do for (Gr)avatar handling and replace that with the standard get_avatar() function. You should call Avatar_Privacy\gravatar_checkbox() somewhere in the comment form to output the “Allow Gravatar” checkbox and if necessary, add some code handle the form submission (if they don’t use the standard WordPress hooks). Additionally, to make these things work dynamically, you might also need some form of JavaScript integration.

    Since this is about integration with a commercial plugin, your best bet is to contact their support, they should have all the information available. I’ll gladly answer any specific questions regarding integration.

    Plugin Author pepe

    (@pputzer)

    @mugen31 Did you ask them?

    Plugin Author pepe

    (@pputzer)

    I am assuming @mugen31 was able to resolve the issue with Thrive Themes.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Thrive Comments’ is closed to new replies.