• WordPress SEO by Yoast causes a conflict with WP-Invoice and from reading some of the other conflicts, I believe it is a coding error/bug with WordPress SEO.

    From Anton Korotkoff of WP-Invoice:

    It is the same conflict with Simple Facebook Connect as with WordPress SEO by Yoast.

    I remember you are not a developer by I’ll try to explain what happens there:

    There are predefined (standard) hooks and filters inside WordPress.

    Hook is a place in code which we (developers) can use to do some things in specific moments.

    Filters are similar to hooks but are used to filter data when it goes through functions.

    So, there is a filter named ‘the_content’ which we use to show invoice content (information + payment form). This filter is standard wordpress filter and called by wordpress only once (Should be called once) when showing page. But some plugins such as ‘Simple Facebook Connect’ or obviously ‘WordPress SEO by Yoast’ call that filter somewhere in code too. But they mustn’t. Such behaviour causes applying our filter for every time they call ‘the_content’ manually. That’s why you see two or there invoice copies on a page in different places.

    Hope this is clear…

    I’m personally trying to find a way to fix that because I understand that authors of that plugins even didn’t hear about the conflicts they created somehow since everyone blames those who are less popular.

    View the thread – https://www.ads-software.com/support/topic/broken-theme-when-viewed-on-the-frontend

    https://www.ads-software.com/extend/plugins/wordpress-seo/

Viewing 1 replies (of 1 total)
  • Thread Starter Travis Pflanz

    (@tpflanz)

    I don’t really expect a reply from the Yoast group. They’ve never replied to my messages, even when I’ve emailed directly to inform of specific bugs in the code of various plugins.

    I do love most of the plugins, though. So, no response is somewhat acceptable… At least tolerable ??

    So, until (unless) this issue is resolved – I have enabled the Plugin Organizer (https://www.ads-software.com/plugins/plugin-organizer/screenshots/) to disable WordPress SEO by Yoast for all Invoice pages.

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress SEO by Yoast conflict with WP-Invoice’ is closed to new replies.