• Resolved Dong Ngo

    (@ngodong)


    Hi there,

    So Otter’s Review Block doesn’t work with my Product Review Pro. It appeared one, and I might have clicked on “Dismiss this Notice” by accident. But the button to convert has never appeared again. How can I bring that back?

    I have tried removing the plugin and re-adding it to no avail.

    Thanks.

    • This topic was modified 2 years, 8 months ago by Dong Ngo.

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

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Hardeep Asrani

    (@hardeepasrani)

    Hey @ngodong,

    You should add the following code in your theme’s functions.php file and then open your dashboard once to make it appear again:

    update_option( 'cwppos_options_migration', true );

    After that, you should remove this code. Let me know if that works!

    Thread Starter Dong Ngo

    (@ngodong)

    I did that, and still no go, Hardeep. I also turn off Cloudflare and refresh the cache etc. Anything else I should try?

    Thanks.

    Plugin Author Hardeep Asrani

    (@hardeepasrani)

    That’s weird. Can you contact us from friends@themeisle.com? Make sure you mention link to this thread and my name so I could be forwarded the ticket when it comes. Let me know here when you’ve done that.

    Thread Starter Dong Ngo

    (@ngodong)

    I sent the email just now, Hardeep, as you suggested. Thanks.

    Plugin Author Hardeep Asrani

    (@hardeepasrani)

    I’ve replied. Let’s continue there. 🙂

    I’ve run into this issue when trying this on our site. Even tried adding update_option( 'cwppos_options_migration', true ); but the option never appears.

    This is on WP 5.4.6 running On Demand theme.

    Any help would be appreciated.

    Plugin Author Hardeep Asrani

    (@hardeepasrani)

    Hey @vennstone,

    You need to edit the wp-product-review-lite plugin, which you can do from Plugins > Editor. In that, you need to edit the following /includes/gutenberg/class-wppr-gutenberg.php – you need to edit the following line:

    'showMigrationNotice' => true === boolval( get_option( 'cwppos_options_migration', false ) ) ? false : true,

    with:

    'showMigrationNotice' => true,

    And it should appear. Let us know if it works!

    I swapped out

    ‘showMigrationNotice’ => true === boolval( get_option( ‘cwppos_options_migration’, false ) ) ? false : true,`

    with:

    'showMigrationNotice' => true,`

    And the Migrate to block option did not appear.

    Adding update_option( 'cwppos_options_migration', true ); did not enable it either.

    Plugin Author Hardeep Asrani

    (@hardeepasrani)

    The solution on my end was disabling the Hummingbird Asset Optimization module. That allowed the migration block to appear.

    Plugin Author Hardeep Asrani

    (@hardeepasrani)

    Glad to know that it was just cache. That can happen sometimes. Hope everything goes smoothly. 🙂

    Hi,

    I’m having this same issue with the migration notice not showing up. I look in /includes/gutenberg/class-wppr-gutenberg.php however there is no migration line present. The plugins are fully updated. Help please.

    Plugin Author Hardeep Asrani

    (@hardeepasrani)

    Hey @versedvaper,

    Can you contact us at friends@themeisle.com with the link to this thread and ask for the ticket to be sent to me? Thank you!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘The Button to convert to Review Block from Product Review Pro doesn’t appear’ is closed to new replies.