This topic has 3 replies, 2 voices, and was last updated 10 years ago by Anonymous.
Tagged: message box, Visual Composer
Viewing 4 posts - 1 through 4 (of 4 total)
I’ve created a message box element in VC formatted with an icon, background color, etc, but nothing renders except for the text in plan formatting. Screenshots attached showing the view in VC and then the results.
Please advise. Thank you.
Similarly, text that is italicized in a VC textbox does not appear so on the webpage, yet bold text renders fine.
Delete these 2 files vc_message.php,vc_messagebox.php from hopes/page_builder/add_ons/vc_message.php,vc_messagebox.php and next open shortcode_addons.php in page_builder/add_ons folder and remove the Message Box array from shortcode_addons.php file which is there around line no:420.
/**
* Message Box
*/
$attributes = array(
'type' => 'checkbox',
'heading' => 'Close',
'param_name' => 'close',
'description' => 'Check if you want to display the close button in the front end',
'value' => array( __( 'Yes, please', 'hopes-textdomain' ) => 'yes' ),
'class' => '',
);
vc_add_param('vc_message', $attributes);
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.