likecoin / likecoin-wordpress

The WordPress plugin to integrate LikeCoin - Decentralized Publishing Infrastructure.
https://wordpress.org/plugins/likecoin/
GNU General Public License v3.0
20 stars 16 forks source link

LikeCoin Button Disappeared in ver 1.2.3 #58

Closed john970473 closed 5 years ago

john970473 commented 5 years ago

I think there has some bug for this version.

williamchong commented 5 years ago

Hmm we are always running the latest version in our own wordpress site before releasing to public, and it seems normal on our sites. Can you describe what kind of disappear are you experiencing, and how can we reproduce it?

FYI cloudflare had a huge downtime ~1 hour ago, so if you are seeing 502 errors that might be related to the incident

john970473 commented 5 years ago

Not 502 error. Anyone who update to 1.2.3 cannot see their button in the post or with shortcode. I have the same situation even if I use the program's dockerfile.

williamchong commented 5 years ago

@john970473 Can you try apply this patch and see if that was the problem? https://github.com/likecoin/likecoin-wordpress/pull/59 Thanks

john970473 commented 5 years ago

That's great! I add "$option = get_option( LC_OPTION_NAME );" and the button display.

williamchong commented 5 years ago

Sorry for the trouble, and thanks for reporting I will merge the PR make a new release soon

john970473 commented 5 years ago

Thanks for a quick modification!