Your Time:
Our Time:
← Back to discussions

Message Box not formatted as shown in VC

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 3 replies, 2 voices, and was last updated 10 years ago by Anonymous.

  • 2016-08-05 at 11:56 pm
    Support Expired
    #15776
    siblesquen
    Participant
    • Topics: 5
    • Replies: 2
    • Total posts: 7
    • Post count: 2

    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.

    2016-08-06 at 2:47 am
    Support Expired
    #15784
    siblesquen
    Participant
    • Topics: 5
    • Replies: 2
    • Total posts: 7
    • Post count: 2

    Similarly, text that is italicized in a VC textbox does not appear so on the webpage, yet bold text renders fine.

    2016-08-08 at 3:26 pm
    #15810
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    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);
    2016-08-24 at 3:21 pm
    #16175
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    Topic is set to be resolved. If you wish to update this topic please reply here instead of creating another topic.

You must be logged in to reply to this topic.