Follow the instruction below:
You need to add the code in the following format with in the Text view of the editor.
<div id=”tile_registration”>
-
All Themes Subscription
From: $159.00 / year Select options -
Conference Pro Subscription
From: $89.00 / year Select options -
Event Manager Subscription
From: $39.00 / year Select options -
Fudge 2.0 Subscription
From: $89.00 / year Select options -
Sale!
Fudge Subscription
From: $59.00 / year Select options -
Januas Subscription
From: $79.00 / year Select options -
Khore Subscription
From: $79.00 / year Select options -
Mondree Subscription
From: $79.00 / year Select options -
OpenEvent Subscription
From: $89.00 / year Select options -
Speakersumo Subscription
From: $89.00 / year Select options -
Tyler Subscription
From: $89.00 / year Select options -
Vertoh Subscription
From: $79.00 / year Select options
1) Don’t forget to take a backup of the file prior to any change.
2) Open vertoh/event-framework/helpers/cpt/query-manager.php via FTP or Cpanel.
3) Search for the following line:
$registration_code = get_post_meta(get_the_ID(), ‘session_registration_code’, true);
4) Replace that line with the following:
$registration_code = do_shortcode(get_post_meta(get_the_ID(), ‘session_registration_code’, true));
5) Update the file.
Please note this is the theme core file, so you will lose the changed files when you upgrade the theme.