Joseph Yhu
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Selecting Multiple Users with Select Doesn’t Get SavedSorry, I can’t show much for privacy reasons.
The first code is in a function in meta boxes file, and the second is in a function in a different file.
$users = get_users()
. I added save postadd_action
in a different file.Forum: Developing with WordPress
In reply to: wp_get_post_revisions always emptyAny help?
Forum: Developing with WordPress
In reply to: wp_get_post_revisions always emptyHi.
It is for a custom post type, and yes the support for ‘revisions’ is added when registering the post type.
Forum: Plugins
In reply to: [WP Monero Miner] BitDefender detecting as virusI have the same problem with both Avast and Wordfence.
Forum: Plugins
In reply to: [WP Monero Miner] Can’t Start MiningIt’s working again although it’s stuck at 0 Hashes/s.
Forum: Plugins
In reply to: [WP Monero Miner] Can’t Start MiningDo you know what this error means and how to fix it?
“Uncaught ReferenceError: CoinHive is not defined
at window.createMinerProvider (wp-monero-miner-util.js?ver=3.3.3:140)
at window.createMinerLoop (wp-monero-miner.js?ver=3.3.3:39)
at wp-monero-miner.js?ver=3.3.3:155
at wp-monero-miner.js?ver=3.3.3:237”Forum: Plugins
In reply to: [WP Monero Miner] Can’t Start MiningI just did, and it didn’t work. I’m assuming it has something to do with the error message I have included in my original post, but I’m not sure.
Forum: Plugins
In reply to: [WP Monero Miner] Can’t Start MiningWell, it isn’t working for me, and I don’t know why.
Forum: Plugins
In reply to: [WP Monero Miner] Can’t Start MiningIt doesn’t work on my admin panel or on the plugin website for me either.
- This reply was modified 7 years ago by Joseph Yhu.
Forum: Plugins
In reply to: [WPMovieLibrary] Problem with the Archive PageNevermind, the issue was with the theme I was using.
Forum: Plugins
In reply to: [WPMovieLibrary] Help with Adding a Film*using the “Find movie on TMDb” tool.
It’s fixed.
Yes, that is correct. Thanks. I’ll ask my theme developer.
https://i64.tinypic.com/i5ogfs.png
https://i63.tinypic.com/fbxa4l.png
- This reply was modified 7 years, 2 months ago by Joseph Yhu.
Is it possible for them to only appear in the individual post page itself and not in the entire blog page?
Also, can the success message be in a popup instead of in the page or can there be a delay in the redirection so that they can be redirected to the blog page (I’m pretty sure I can’t redirect them to their post page.), but still get the message that the post was successfully published?