PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home3/caa20236/public_html/wp-content/themes/fortuna/includes/shortcodes/
Server: Linux int2.cpanelhost.cl 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
IP: 138.117.148.152
Choose File :

Url:
Dir : //home3/caa20236/public_html/wp-content/themes/fortuna/includes/shortcodes/customcodes.js

(function() {
	tinymce.PluginManager.add( 'boc_shortcodes_dropdown', function( editor, url ) {
		editor.addButton( 'boc_shortcodes_dropdown', {
			text: 'Shortcodes',
			type: 'menubutton',
			icon: false,
			menu: [
				{
				text: 'Button',
					onclick: function() {
						editor.insertContent('[boc_button href="#" btn_content="Button Text" target="_self" size="btn_medium" color="btn_theme_color" btn_style="" border_radius="btn_rounded" icon="" icon_pos="" icon_effect=""]');
					}
				},
				{
				text: 'Icon',
					onclick: function() {
						editor.insertContent('[boc_icon size="normal" icon_position="center" icon_color="#333333" has_icon_bg="" icon_bg="#ffffff" icon_bg_border="#ffffff" border_radius="100%" icon="icon icon-star" margin_top="" margin_bottom=""]');
					}
				},
				{
				text: 'Spacing',
					onclick: function() {
						editor.insertContent('[boc_spacing height="20px"]');
					}
				},
				{
				text: 'Table',
					onclick: function() {
						editor.insertContent('<div class="responsive_table_container"><table class="fortuna_table" width="100%"><tr><th>Header 1</th><th>Header 2</th><th>Header 3</th></tr><tr><td>Item 1</td><td>Description of Item 1</td><td>$200</td></tr><tr><td>Item 2</td><td>Description of Item 2</td><td>$300</td></tr></table></div>');
					}
				},
				{
				text: 'Highlight',
					onclick: function() {
						editor.insertContent('[highlight dark="no"]' + editor.selection.getContent() + '[/highlight]');
					}
				},
				{
				text: 'Tooltip',
					onclick: function() {
						editor.insertContent('[tooltip title="Tooltip Text"]' + editor.selection.getContent() + '[/tooltip]');
					}
				},
				{
				text: 'Text Message',
					onclick: function() {
						editor.insertContent('[boc_message type="e.g. information, success, attention, warning_msg"]Message Text...[/boc_message]');
					}
				}
			]
		});
	});
})();