We are located in GMT +7 time zone and we answer all questions within 12-48 hours in weekdays. In some rare cases the waiting time can be to 48 hours. Support tickets sent during weekends or public holidays will be processed next Monday or the next business day.
If you like our theme, Please vote it 5 stars. We are really really appreciate your vote : To vote go to http://themeforest.net/downloads then follow that link : Here
Would like to remove some of the fields on the page and customize the field descriptions.
Remove backer rewards etc.
Hi mate,
1, You can use the following hooks to remove unused fields
use the code in the file functions.php
remove_action( 'atcf_shortcode_submit_field_heading', 'atcf_shortcode_submit_heading', 10, 3 );
remove_action( 'atcf_shortcode_submit_field_hidden', 'atcf_shortcode_submit_field_hidden', 10, 3 );
remove_action( 'atcf_shortcode_submit_field_text', 'atcf_shortcode_submit_field_text', 10, 3 );
remove_action( 'atcf_shortcode_submit_field_textarea', 'atcf_shortcode_submit_field_textarea', 10, 3 );
remove_action( 'atcf_shortcode_submit_field_select', 'atcf_shortcode_submit_field_select', 10, 3 );
remove_action( 'atcf_shortcode_submit_field_number', 'atcf_shortcode_submit_field_number', 10, 3 );
remove_action( 'atcf_shortcode_submit_field_checkbox', 'atcf_shortcode_submit_field_checkbox', 10, 3 );
remove_action( 'atcf_shortcode_submit_field_radio', 'atcf_shortcode_submit_field_radio', 10, 3 );
remove_action( 'atcf_shortcode_submit_field_term_checklist', 'atcf_shortcode_submit_field_term_checklist', 10, 3 );
remove_action( 'atcf_shortcode_submit_field_wp_editor', 'atcf_shortcode_submit_field_wp_editor', 10, 3 );
remove_action( 'atcf_shortcode_submit_field_featured_image', 'atcf_shortcode_submit_field_featured_image', 10, 3 );
remove_action( 'atcf_shortcode_submit_field_rewards', 'atcf_shortcode_submit_field_rewards', 10, 3 );
2, Remove backer rewards etc.
remove_action( 'atcf_shortcode_submit_field_rewards', 'atcf_shortcode_submit_field_rewards', 10, 3 );
Thank you.
WpOpal Support Team
We are located in GMT +7 time zone and we answer all questions within 12-48 hours in weekdays. In some rare cases the waiting time can be to 48 hours. Support tickets sent during weekends or public holidays will be processed next Monday or the next business day.
If you like our theme, Please vote it 5 stars. We are really really appreciate your vote :
To vote go to http://themeforest.net/downloads then follow that link : Here
Thanks and have a nice day
Website: http://wpopal.com/ | Follow to Get Our Promotion Themes