• Resolved J

    (@paradox_designs)


    The Woocommerce frontend login which is placed on a my account page no longer works. When correct credentials are entered it just refreshes the page. When disabling the Per page add to head plugin the issue goes away.

    There is nothing added on that particular page via the plugin though. Both plugins are up to date. Any idea what is causing this?

    Secondly, I’m wondering if there is a way to find all the page in which I added something in their add to head section. I now no longer remember and we have a lot of pages, and if I wanted to disable the plugin I might be breaking some functionality somewhere on the site without knowing or finding it for a while.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter J

    (@paradox_designs)

    I jumped the gun on that first issue. Something was added to the head via the plugin, but just not directly on that page, it was via the global option on the plugin settings page. Removing that code solved it.

    Let me know about my second question.

    Thanks

    Plugin Author Erikvona

    (@erikvona)

    Finding all the pages you added content to can be done by querying the underlying MySQL database. The content is stored in the wp_posts_meta table. By joining the wp_posts table, you can identify the posts. You will have to look up the specifics yourself.

    Unfortunately, not beginner stuff.

    Thread Starter J

    (@paradox_designs)

    I think I know how to do that, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conflict with WooCommerce. Can’t use frontend login’ is closed to new replies.