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

Dir : /home/caa20236/public_html/wp-content/themes/fortuna/includes/shortcodes/vc/
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 : //home/caa20236/public_html/wp-content/themes/fortuna/includes/shortcodes/vc/boc_spacing.php

<?php

/**
	Spacing - part of the Theme Base -> shortcodes.php
**/

// Map Shortcode in Visual Composer
vc_map( array(
	"name"				=> "Spacing",
	"description"		=> "Add a custom height spacing",
	"base"				=> "boc_spacing",
	'category'			=> "Fortuna Shortcodes",
	"icon"				=> "boc_spacing",
	"weight"			=> 80,
	"params"			=> array(
		array(
			"type"			=> "textfield",
			"admin_label"	=> true,
			"heading"		=> "Spacing",
			"param_name"	=> "height",
			"value"			=> "20px",
			"description"	=> "Enter a height in pixels for your spacing"
		),
		array(
		 "type" 		=> "textfield",
		 "heading" 		=> "Extra class name",
		 "param_name" 	=> "css_classes",
		 "description" 	=> "If you wish to style particular content element differently, then use this field to add a class name and then refer to it in your css file."
		),
	)
));