MattMao said
Hi, SyamilMJ! Are you from Malaysia?
Indeed, I am from Malaysia 
Note that I’ve just updated Aqua Verifier plugin to better integrate with the theme. You want to have this feature:

Thank you all for the kind feedback. If my works helped you in any way then please try to contribute to the poor & needy. Here’s one – Fill the Cup!
Cheers 
Releasing this theme for Envato Marketplace authors so that it’s easier for them to setup their support forums. Not anywhere near perfect but should get you started.
Supportte – https://github.com/sy4mil/Supportte
Cheers
If you want the wp+bbpress theme I used on my support forum feel free to contact me.
use aq_unregister_block($block_class), similar to unregister_widget
e.g.
add_action('init', 'my_unregister_default_blocks');
function my_unregister_default_blocks() {
aq_unregister_block('aq_text_block');
}
Re-install from github. Make sure to follow the instruction to rename folder etc
kailoon said
You can use all sort of plugins ( depend on the license ), but you can’t bundle it into your themes files. You can use script mentioned by @digitalimpact to allow user to install the required plugins.
I don’t use TGM plugin but I think it requires that you bundle the plugin files into the theme?
Also with TGM, the users will usually end up with two copies of the plugin on their server, one in the theme folder, and one in the plugins folder. I don’t think that’s a very good thing.
Guys, seriously? This is not a game. Quit acting like 10 year old with a calculator…
I like purple, a lot:
#B000B5

Hi,
I saw on line 43/44 that you’re querying the db for attachment id, so you can update the metadata with the new resized image dimensions later? Would it be a problem if for example, the author would like to provide a custom input field for e.g. slider, meta box, where users may freely insert whatever size for the image instead of the original URL?
PixelBook said
you resize the image once. on the next request you check if the resized image exists
this
