Hi, I want to change ( translate and add new) speaker types. Actually i see in the dropdown only the two possibilities "keynote" and "guest". How chan i change them? I couln't find these words in any file.
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
Hi, I want to change ( translate and add new) speaker types. Actually i see in the dropdown only the two possibilities "keynote" and "guest". How chan i change them? I couln't find these words in any file.
Hi,
To change or add new, you need to edit on opalsingleevent plugin.
Please go to file plugins\opalsingleevent\inc\post-types\class-post-type-speaker.php, find code:
array(
and add new option or edit type.'name' => __( 'Type', 'opalsingleevent' ),
'id' => "{$prefix}type",
'type' => 'select',
'options' => array(
'keynote' => __('Keynote', 'opalsingleevent'),
'guest' => __('Guest', 'opalsingleevent')
)
),
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