'postMeta', 'condition' => '_wp_page_template', 'operator' => '===', 'value' => 'contact.php', ], ]; $sections['extras'] = [ 'label' => esc_html__( 'Extras', 'Avada' ), 'id' => 'extra_section', 'priority' => 24, 'icon' => 'el-icon-cogs', 'alt_icon' => 'fusiona-cog', 'fields' => [ 'misc_options_section' => [ 'label' => esc_html__( 'Miscellaneous', 'Avada' ), 'description' => '', 'id' => 'misc_options_section', 'icon' => true, 'type' => 'sub-section', 'fields' => [ 'post_views' => [ 'label' => esc_html__( 'Post Views Counter', 'Avada' ), 'description' => esc_html__( 'Set the method to update the post views, or disable them entirely. "Page Load" option will update using PHP when a page is retrieved. "Ajax" will send an additional request after the page loads.', 'Avada' ), 'id' => 'post_views', 'default' => 'page_load', 'type' => 'radio-buttonset', 'choices' => [ 'page_load' => esc_html__( 'Page Load', 'Avada' ), 'ajax' => esc_html__( 'Ajax', 'Avada' ), 'disabled' => esc_html__( 'Disabled', 'Avada' ), ], ], 'post_views_counting' => [ 'label' => esc_html__( 'Post Views User Type Counting', 'Avada' ), 'description' => esc_html__( 'Select which types of users will increase post views on visit.', 'Avada' ), 'id' => 'post_views_counting', 'default' => 'all', 'type' => 'select', 'choices' => [ 'all' => esc_html__( 'All', 'Avada' ), 'logged_out' => esc_html__( 'Logged Out', 'Avada' ), 'non_admins' => esc_html__( 'Non-Admins', 'Avada' ), ], ], 'featured_image_placeholder' => [ 'label' => esc_html__( 'Image Placeholders', 'Avada' ), 'description' => esc_html__( 'Turn on to display a placeholder image for posts that do not have a featured image. This allows the post to display on portfolio archives and related posts/projects carousels.', 'Avada' ), 'id' => 'featured_image_placeholder', 'default' => '1', 'type' => 'switch', // Partial refresh for related-posts. Full refresh if js_callback returns false. 'partial_refresh' => [ 'related_posts_layout_partial' => [ 'selector' => 'section.related-posts', 'container_inclusive' => true, 'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'related_posts_template' ], 'success_trigger_event' => 'fusion-reinit-related-posts-carousel', 'js_callback' => [ 'noPortfolioOnPage' ], ], ], ], 'excerpt_base' => [ 'label' => esc_html__( 'Basis for Excerpt Length', 'Avada' ), 'description' => esc_html__( 'Controls if the excerpt length is based on words or characters.', 'Avada' ), 'id' => 'excerpt_base', 'default' => 'words', 'type' => 'radio-buttonset', 'choices' => [ 'words' => esc_html__( 'Words', 'Avada' ), 'characters' => esc_html__( 'Characters', 'Avada' ), ], ], 'disable_excerpts' => [ 'label' => esc_html__( 'Display Excerpt Read More Symbol', 'Avada' ), 'description' => esc_html__( 'Turn on to display the read more symbol on excerpts throughout the site.', 'Avada' ), 'id' => 'disable_excerpts', 'default' => '1', 'type' => 'switch', ], 'blog_subtitle' => [ 'label' => esc_html__( 'Excerpt Read More Symbol', 'Avada' ), 'description' => esc_html__( 'Set the excerpt read more symbol, HTML code is allowed. If left empty it will be set to [...].', 'Avada' ), 'id' => 'excerpt_read_more_symbol', 'default' => ' [...]', 'type' => 'text', 'required' => [ [ 'setting' => 'disable_excerpts', 'operator' => '==', 'value' => '1', ], ], ], 'link_read_more' => [ 'label' => esc_html__( 'Make Excerpt Symbol Link to Single Post Page', 'Avada' ), 'description' => esc_html__( 'Turn on to have the read more symbol on excerpts link to the single post page.', 'Avada' ), 'id' => 'link_read_more', 'default' => '0', 'type' => 'switch', 'required' => [ [ 'setting' => 'disable_excerpts', 'operator' => '==', 'value' => '1', ], ], ], 'avatar_shape' => [ 'label' => esc_html__( 'Avatar Shape', 'Avada' ), 'description' => esc_html__( 'Set the shape for Avatars used in comments, author info and other areas.', 'Avada' ), 'id' => 'avatar_shape', 'default' => 'circle', 'type' => 'radio-buttonset', 'choices' => [ 'square' => esc_html__( 'Square', 'Avada' ), 'circle' => esc_html__( 'Circle', 'Avada' ), ], 'output' => [ // Change classes in
. [ 'element' => 'body', 'function' => 'attr', 'attr' => 'class', 'value_pattern' => 'fusion-avatar-$', 'remove_attrs' => [ 'fusion-avatar-square', 'fusion-avatar-circle' ], ], ], ], 'comments_pages' => [ 'label' => esc_html__( 'Comments on Pages', 'Avada' ), 'description' => esc_html__( 'Turn on to allow comments on regular pages.', 'Avada' ), 'id' => 'comments_pages', 'default' => '0', 'type' => 'switch', ], 'featured_images_pages' => [ 'label' => esc_html__( 'Featured Images on Pages', 'Avada' ), 'description' => esc_html__( 'Turn on to display featured images on regular pages.', 'Avada' ), 'id' => 'featured_images_pages', 'default' => '1', 'type' => 'switch', 'partial_refresh' => [ 'featured_images_pages_partial' => [ 'selector' => '.fusion-featured-image-wrapper', 'container_inclusive' => true, 'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'singular_featured_image' ], 'success_trigger_event' => 'fusion-reinit-single-post-slideshow', ], ], ], 'nofollow_social_links' => [ 'label' => esc_html__( 'Add "nofollow" to social links', 'Avada' ), 'description' => esc_html__( 'Turn on to add "nofollow" attribute to all social links.', 'Avada' ), 'id' => 'nofollow_social_links', 'default' => '0', 'type' => 'switch', // No need to update the preview. 'transport' => 'postMessage', ], 'social_icons_new' => [ 'label' => esc_html__( 'Open Social Icons in a New Window', 'Avada' ), 'description' => esc_html__( 'Turn on to allow social icons to open in a new window.', 'Avada' ), 'id' => 'social_icons_new', 'default' => '1', 'type' => 'switch', // No need to update the preview. 'transport' => 'postMessage', ], 'custom_scrollbar' => [ 'label' => esc_html__( 'Custom Scrollbar', 'Avada' ), 'description' => esc_html__( 'Turn on if you want to change the background and handle color of the scrollbar. Styling and support varies depending on the browser.', 'Avada' ), 'id' => 'custom_scrollbar', 'default' => '0', 'type' => 'switch', 'output' => [ [ 'element' => 'helperElement', 'property' => 'dummy', 'callback' => [ 'toggle_class', [ 'condition' => [ '', 'true' ], 'element' => 'html', 'className' => 'awb-scroll', ], ], 'sanitize_callback' => '__return_empty_string', ], ], ], 'scrollbar_background' => [ 'label' => esc_html__( 'Scrollbar Background', 'Avada' ), 'description' => esc_html__( 'Controls the background color for the scrollbar.', 'Avada' ), 'id' => 'scrollbar_background', 'default' => 'var(--awb-color2)', 'type' => 'color-alpha', 'css_vars' => [ [ 'name' => '--scrollbar_background', 'callback' => [ 'sanitize_color' ], ], ], 'required' => [ [ 'setting' => 'custom_scrollbar', 'operator' => '==', 'value' => '1', ], ], ], 'scrollbar_handle' => [ 'label' => esc_html__( 'Scrollbar Handle Color', 'Avada' ), 'description' => esc_html__( 'Controls the color for the scrollbar handle.', 'Avada' ), 'id' => 'scrollbar_handle', 'default' => 'var(--awb-color4)', 'type' => 'color-alpha', 'css_vars' => [ [ 'name' => '--scrollbar_handle', 'callback' => [ 'sanitize_color' ], ], ], 'required' => [ [ 'setting' => 'custom_scrollbar', 'operator' => '==', 'value' => '1', ], ], ], 'faq_slug' => [ 'label' => esc_html__( 'FAQ Slug', 'Avada' ), 'description' => esc_html__( 'The slug name cannot be the same name as a page name or the layout will break. This option changes the permalink when you use the permalink type as %postname%. Make sure to regenerate permalinks.', 'Avada' ), 'id' => 'faq_slug', 'default' => 'faq-items', 'type' => 'text', ], 'faq_with_front' => [ 'label' => esc_html__( 'FAQ Include Permalink Front Base', 'Avada' ), 'description' => esc_html__( 'Turn on to include the front base defined by the permalink structure set in Settings > Permalinks. Make sure to regenerate permalinks.', 'Avada' ), 'id' => 'faq_with_front', 'default' => '1', 'type' => 'switch', ], 'cloning_posts' => [ 'label' => esc_html__( 'Enable Cloning Pages/Posts', 'Avada' ), 'description' => esc_html__( 'Adds a button in posts/pages view under each item to allow an easy and fast way to clone the item. The button is also added to avada custom post types.', 'Avada' ), 'id' => 'cloning_posts', 'default' => '1', 'type' => 'switch', // No need to update the preview. 'transport' => 'postMessage', ], ], ], 'related_posts_section' => [ 'label' => esc_html__( 'Related Posts / Projects', 'Avada' ), 'description' => '', 'id' => 'related_posts_section', 'type' => 'sub-section', 'fields' => [ 'related_posts_layout' => [ 'label' => esc_html__( 'Related Posts / Projects Layout', 'Avada' ), 'description' => esc_html__( 'Controls the layout style for related posts and related projects.', 'Avada' ), 'id' => 'related_posts_layout', 'default' => 'title_on_rollover', 'type' => 'select', 'choices' => [ 'title_on_rollover' => esc_html__( 'Title on rollover', 'Avada' ), 'title_below_image' => esc_html__( 'Title below image', 'Avada' ), ], // Partial refresh for related-posts. 'partial_refresh' => [ 'related_posts_layout_partial' => [ 'selector' => 'section.related-posts', 'container_inclusive' => true, 'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'related_posts_template' ], 'success_trigger_event' => 'fusion-reinit-related-posts-carousel', ], ], ], 'number_related_posts' => [ 'label' => esc_html__( 'Number of Related Posts / Projects', 'Avada' ), 'description' => esc_html__( 'Controls the number of related posts and projects that display on a single post.', 'Avada' ), 'id' => 'number_related_posts', 'default' => '4', 'type' => 'slider', 'choices' => [ 'min' => '0', 'max' => '30', 'step' => '1', ], // Partial refresh for related-posts. 'partial_refresh' => [ 'number_related_posts_partial' => [ 'selector' => 'section.related-posts', 'container_inclusive' => true, 'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'related_posts_template' ], 'success_trigger_event' => 'fusion-reinit-related-posts-carousel', ], ], ], 'related_posts_columns' => [ 'label' => esc_html__( 'Related Posts / Projects Maximum Columns', 'Avada' ), 'description' => esc_html__( 'Controls the number of columns for the related posts and projects layout.', 'Avada' ), 'id' => 'related_posts_columns', 'default' => 4, 'type' => 'slider', 'choices' => [ 'min' => 1, 'max' => 6, 'step' => 1, ], // Partial refresh for related-posts. 'partial_refresh' => [ 'related_posts_columns_partial' => [ 'selector' => 'section.related-posts', 'container_inclusive' => true, 'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'related_posts_template' ], 'success_trigger_event' => 'fusion-reinit-related-posts-carousel', ], ], 'css_vars' => [ [ 'name' => '--related_posts_columns', ], ], ], 'related_posts_column_spacing' => [ 'label' => esc_html__( 'Related Posts / Projects Column Spacing', 'Avada' ), 'description' => esc_html__( 'Controls the amount of spacing between columns for the related posts and projects.', 'Avada' ), 'id' => 'related_posts_column_spacing', 'default' => '48', 'type' => 'slider', 'choices' => [ 'min' => '0', 'step' => '1', 'max' => '300', 'edit' => 'yes', ], // Partial refresh for related-posts. 'partial_refresh' => [ 'related_posts_column_spacing_partial' => [ 'selector' => 'section.related-posts', 'container_inclusive' => true, 'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'related_posts_template' ], 'success_trigger_event' => 'fusion-reinit-related-posts-carousel', ], ], 'css_vars' => [ [ 'name' => '--related_posts_column_spacing', 'value_pattern' => '$px', ], ], ], 'related_posts_image_size' => [ 'label' => esc_html__( 'Related Posts / Projects Image Size', 'Avada' ), 'description' => esc_html__( 'Controls if the featured image size is fixed (cropped) or auto (full image ratio) for related posts and projects. IMPORTANT: Fixed works best with a standard 940px site width. Auto works best with larger site widths.', 'Avada' ), 'id' => 'related_posts_image_size', 'default' => 'cropped', 'type' => 'radio-buttonset', 'choices' => [ 'cropped' => esc_html__( 'Fixed', 'Avada' ), 'full' => esc_html__( 'Auto', 'Avada' ), ], // Partial refresh for related-posts. 'partial_refresh' => [ 'related_posts_image_size_partial' => [ 'selector' => 'section.related-posts', 'container_inclusive' => true, 'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'related_posts_template' ], 'success_trigger_event' => 'fusion-reinit-related-posts-carousel', ], ], ], 'related_posts_autoplay' => [ 'label' => esc_html__( 'Related Posts / Projects Autoplay', 'Avada' ), 'description' => esc_html__( 'Turn on to autoplay the related posts and project carousel.', 'Avada' ), 'id' => 'related_posts_autoplay', 'default' => '0', 'type' => 'switch', // Partial refresh for related-posts. 'partial_refresh' => [ 'related_posts_autoplay_partial' => [ 'selector' => 'section.related-posts', 'container_inclusive' => true, 'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'related_posts_template' ], 'success_trigger_event' => 'fusion-reinit-related-posts-carousel', ], ], ], 'related_posts_speed' => [ 'label' => esc_html__( 'Related Posts / Projects Speed', 'Avada' ), 'description' => esc_html__( 'Controls the speed of related posts and project carousel. ex: 1000 = 1 second.', 'Avada' ), 'id' => 'related_posts_speed', 'default' => '2500', 'type' => 'slider', 'choices' => [ 'min' => '1000', 'max' => '20000', 'step' => '250', ], 'output' => [ // Change the fusionCarouselVars.related_posts_speed var. [ 'element' => 'helperElement', 'property' => 'bottom', 'js_callback' => [ 'fusionGlobalScriptSet', [ 'choice' => 'top', 'globalVar' => 'fusionCarouselVars', 'id' => 'related_posts_speed', 'trigger' => [ 'ready' ], ], ], 'sanitize_callback' => '__return_empty_string', ], ], ], 'related_posts_navigation' => [ 'label' => esc_html__( 'Related Posts / Projects Show Navigation', 'Avada' ), 'description' => esc_html__( 'Turn on to display navigation arrows on the carousel.', 'Avada' ), 'id' => 'related_posts_navigation', 'default' => '1', 'type' => 'switch', // Partial refresh for related-posts. 'partial_refresh' => [ 'related_posts_navigation_partial' => [ 'selector' => 'section.related-posts', 'container_inclusive' => true, 'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'related_posts_template' ], 'success_trigger_event' => 'fusion-reinit-related-posts-carousel', ], ], ], 'related_posts_swipe' => [ 'label' => esc_html__( 'Related Posts / Projects Mouse Scroll', 'Avada' ), 'description' => esc_html__( 'Turn on to enable mouse drag control on the carousel.', 'Avada' ), 'id' => 'related_posts_swipe', 'default' => '0', 'type' => 'switch', // Partial refresh for related-posts. 'partial_refresh' => [ 'related_posts_swipe_partial' => [ 'selector' => 'section.related-posts', 'container_inclusive' => true, 'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'related_posts_template' ], 'success_trigger_event' => 'fusion-reinit-related-posts-carousel', ], ], ], 'related_posts_swipe_items' => [ 'label' => esc_html__( 'Related Posts / Projects Scroll Items', 'Avada' ), 'description' => esc_html__( 'Controls the number of items that scroll at one time. Set to 0 to scroll the number of visible items.', 'Avada' ), 'id' => 'related_posts_swipe_items', 'default' => '0', 'type' => 'slider', 'choices' => [ 'min' => '0', 'max' => '15', 'step' => '1', ], // Partial refresh for related-posts. 'partial_refresh' => [ 'related_posts_swipe_items_partial' => [ 'selector' => 'section.related-posts', 'container_inclusive' => true, 'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'related_posts_template' ], 'success_trigger_event' => 'fusion-reinit-related-posts-carousel', ], ], ], ], ], 'rollover_sub_section' => [ 'label' => esc_html__( 'Featured Image Rollover', 'Avada' ), 'description' => '', 'id' => 'rollover_sub_section', 'type' => 'sub-section', 'fields' => [ 'image_rollover' => [ 'label' => esc_html__( 'Image Rollover', 'Avada' ), 'description' => esc_html__( 'Turn on to display the rollover graphic on blog and portfolio featured images.', 'Avada' ), 'id' => 'image_rollover', 'default' => '1', 'type' => 'switch', // Prevents full refresh if js_callback returns false. 'full_refresh' => [ 'image_rollover_layout_partial' => [ 'js_callback' => [ 'isRolloverOnPage' ], ], ], ], 'image_rollover_direction' => [ 'label' => esc_html__( 'Image Rollover Direction', 'Avada' ), 'description' => esc_html__( 'Controls the direction the rollover starts from.', 'Avada' ), 'id' => 'image_rollover_direction', 'default' => 'left', 'type' => 'select', 'choices' => [ 'fade' => esc_html__( 'Fade', 'Avada' ), 'left' => esc_html__( 'Left', 'Avada' ), 'right' => esc_html__( 'Right', 'Avada' ), 'bottom' => esc_html__( 'Bottom', 'Avada' ), 'top' => esc_html__( 'Top', 'Avada' ), 'center_horiz' => esc_html__( 'Center Horizontal', 'Avada' ), 'center_vertical' => esc_html__( 'Center Vertical', 'Avada' ), ], 'soft_dependency' => true, 'output' => [ // Change classes in . [ 'element' => 'body', 'function' => 'attr', 'attr' => 'class', 'value_pattern' => 'avada-image-rollover-direction-$', 'remove_attrs' => [ 'avada-image-rollover-direction-fade', 'avada-image-rollover-direction-left', 'avada-image-rollover-direction-right', 'avada-image-rollover-direction-bottom', 'avada-image-rollover-direction-top', 'avada-image-rollover-direction-center_horiz', 'avada-image-rollover-direction-center_vertical' ], ], ], ], 'image_rollover_icon_size' => [ 'label' => esc_html__( 'Image Rollover Icon Font Size', 'Avada' ), 'description' => esc_html__( 'Controls the size of the rollover icons.', 'Avada' ), 'id' => 'image_rollover_icon_size', 'default' => '15px', 'type' => 'dimension', 'required' => [ [ 'setting' => 'image_rollover', 'operator' => '==', 'value' => '1', ], ], 'css_vars' => [ [ 'name' => '--image_rollover_icon_size', ], ], ], 'image_rollover_icons' => [ 'label' => esc_html__( 'Image Rollover Icons', 'fusion-builder' ), 'description' => esc_html__( 'Choose which icons display.', 'fusion-builder' ), 'id' => 'image_rollover_icons', 'default' => 'linkzoom', 'type' => 'radio-buttonset', 'choices' => [ 'linkzoom' => esc_html__( 'Link + Zoom', 'Avada' ), 'link' => esc_attr__( 'Link', 'Avada' ), 'zoom' => esc_attr__( 'Zoom', 'Avada' ), 'no' => esc_attr__( 'No Icons', 'Avada' ), ], 'required' => [ [ 'setting' => 'image_rollover', 'operator' => '==', 'value' => '1', ], ], // Prevents full refresh if js_callback returns false. 'full_refresh' => [ 'image_rollover_icons_partial' => [ 'js_callback' => [ 'isRolloverOnPage' ], ], ], ], 'title_image_rollover' => [ 'label' => esc_html__( 'Image Rollover Title', 'Avada' ), 'description' => esc_html__( 'Turn on to display the post title in the image rollover.', 'Avada' ), 'id' => 'title_image_rollover', 'default' => '1', 'type' => 'switch', 'soft_dependency' => true, // Prevents full refresh if js_callback returns false. 'full_refresh' => [ 'title_image_rollover_partial' => [ 'js_callback' => [ 'isRolloverOnPage' ], ], ], ], 'cats_image_rollover' => [ 'label' => esc_html__( 'Image Rollover Categories', 'Avada' ), 'description' => esc_html__( 'Turn on to display the post categories in the image rollover.', 'Avada' ), 'id' => 'cats_image_rollover', 'default' => '1', 'type' => 'switch', 'soft_dependency' => true, // Prevents full refresh if js_callback returns false. 'full_refresh' => [ 'cats_image_rollover_partial' => [ 'js_callback' => [ 'isRolloverOnPage' ], ], ], ], 'icon_circle_image_rollover' => [ 'label' => esc_html__( 'Image Rollover Icon Circle', 'Avada' ), 'description' => esc_html__( 'Turn on to display the icon background circle in the image rollover.', 'Avada' ), 'id' => 'icon_circle_image_rollover', 'default' => '1', 'type' => 'switch', 'soft_dependency' => true, 'output' => [ [ 'element' => 'helperElement', 'property' => 'dummy', 'callback' => [ 'toggle_class', [ 'condition' => [ '', 'true' ], 'element' => 'body', 'className' => 'avada-image-rollover-circle-yes', ], ], 'sanitize_callback' => '__return_empty_string', ], [ 'element' => 'helperElement', 'property' => 'dummy', 'callback' => [ 'toggle_class', [ 'condition' => [ '', 'false' ], 'element' => 'body', 'className' => 'avada-image-rollover-circle-no', ], ], 'sanitize_callback' => '__return_empty_string', ], ], ], 'image_gradient_top_color' => [ 'label' => esc_html__( 'Image Rollover Gradient Top Color', 'Avada' ), 'description' => esc_html__( 'Controls the top color of the image rollover background.', 'Avada' ), 'id' => 'image_gradient_top_color', 'type' => 'color-alpha', 'default' => 'hsla(var(--awb-color4-h),var(--awb-color4-s),var(--awb-color4-l),calc(var(--awb-color4-a) - 20%))', 'soft_dependency' => true, 'css_vars' => [ [ 'name' => '--image_gradient_top_color', 'element' => '.fusion-image-wrapper', 'callback' => [ 'sanitize_color' ], ], ], ], 'image_gradient_bottom_color' => [ 'label' => esc_html__( 'Image Rollover Gradient Bottom Color', 'Avada' ), 'description' => esc_html__( 'Controls the bottom color of the image rollover background.', 'Avada' ), 'id' => 'image_gradient_bottom_color', 'default' => 'var(--awb-color4)', 'type' => 'color-alpha', 'soft_dependency' => true, 'css_vars' => [ [ 'name' => '--image_gradient_bottom_color', 'element' => '.fusion-rollover', 'callback' => [ 'sanitize_color' ], ], ], ], 'image_rollover_text_color' => [ 'label' => esc_html__( 'Image Rollover Element Color', 'Avada' ), 'description' => esc_html__( 'Controls the color of image rollover text and icon circular backgrounds.', 'Avada' ), 'id' => 'image_rollover_text_color', 'default' => 'var(--awb-color8)', 'type' => 'color-alpha', 'soft_dependency' => true, 'css_vars' => [ [ 'name' => '--image_rollover_text_color', 'callback' => [ 'sanitize_color' ], ], ], ], 'image_rollover_icon_color' => [ 'label' => esc_html__( 'Image Rollover Icon Color', 'Avada' ), 'description' => esc_html__( 'Controls the color of the icons in the image rollover.', 'Avada' ), 'id' => 'image_rollover_icon_color', 'default' => 'var(--awb-color1)', 'type' => 'color-alpha', 'soft_dependency' => true, 'css_vars' => [ [ 'name' => '--image_rollover_icon_color', 'element' => '.fusion-rollover', 'callback' => [ 'sanitize_color' ], ], ], ], ], ], 'pagination_box_section' => [ 'label' => esc_html__( 'Pagination', 'Avada' ), 'description' => '', 'id' => 'pagination_box_section', 'type' => 'sub-section', 'fields' => [ 'pagination_important_note_info' => [ 'label' => '', 'description' => '