Enfold - Responsive Multi-Purpose Theme 5.7.1

Download Enfold - Responsive Multi-Purpose Theme 5.7.1 from nulled fire. Enfold is a clean, super flexible and fully responsive WordPress Theme
tweak: add additional parameters to filter avf_customize_heading_settings for slideshows using class avia_slideshow
tweak: allow to add custom Google Maps styles with filter ‘avf_gmap_vars’ (see Change google maps styling - Support | Kriesi.at - Premium WordPress Themes)
tweak: ALB Search element add title and aria-label to link buttons
tweak: make the Search field required with attribute required to avoid searching with empty term and wrap in HTML "search" tag (works only in latest browser versions early 2024)
tweak: improve UI feedback for search form button
tweak: improve option page checkbox toggle UI (added check mark, moved toggle to right when checked)
tweak: added limitation description to theme option when Page as Footer is used

fixed: CSS in ALB Iconbox when empty content breaking heading
fixed: CSS for ALB gradient color left bottom right top and right bottom to left top
fixed: ALB Tab Section custom styles broken when multiple Tab Sections on a page
fixed: missing > in HTML p tag in contact.js
fixed: CSS background issue on mobile devices with the Header, Footer, Socket, Main, and Alternate background-attachment - set to "scroll" from "fixed"
fixed: CSS to show svg in media library list view
fixed: ALB columns misplaced parentheses line 2055 in empty()

accessibility: added aria-label to search fields

compatibility RankMath: Register ALB Images to RankMath Sitemap

updated: Italian language files it_IT (version 5.7.1, provided by BigBatT - [email protected])
updated: Croatian language files hr (version 5.7.1, provided by NUIT d.o.o. - [email protected] )
updated: Dutch language files nl_NL (version 5.7 provided by EZWebdesign - Roger Hoen )
updated: French language files fr_FR (version 5.7.1 provided by comkapi - Patrick)
updated: translations for some strings in german language files
updated: sync all language files (5.7.1)

Updated: LayerSlider 7.11.0

DEVELOPERS:

added: filter "avf_section_padding" - modify ALB section padding selectbox values (see enfold-library/actions and filters/ALB Elements/Section/avf_section_padding.php at master · KriesiMedia/enfold-library)
added: filter "avf_section_padding_default" - modify default value for ALB section padding selectbox
added: filter 'avf_post_ingnore_featured_image_link' - allows to remove featured image link in blog posts (see enfold-library/actions and filters/Layout/avf_post_ingnore_featured_image_link.php at master · KriesiMedia/enfold-library)
feature: added file download functionality to ALB button element (see link settings toggle)

tweak: refactored function avia_backend_create_file() - better error handling
tweak: updated theme options descriptions text Performance/Minified Files
tweak: replaced text "Twitter" with "X"

fixed: link not working for ALB image when "image hover effect" set to "fade to another image"
fixed: CSS in ALB table empty cell in pricing table in last row is visible
fixed: ALB Masonry shows posts from non empty category with one empty category and relation AND
fixed: datepicker CSS in backend when next/prev button is disabled

PHP 8.3 compatibility.: fixed strict data type warning in slideshow_layerslider.php

updated: Italian language files it_IT (version 5.6.12, provided by BigBatT - [email protected])
updated: sync all language files (5.7)

Updated: LayerSlider 7.10.1

DEVELOPERS:

tweak: refactor dynamic-css.php for better readability
tweak: ALB Icon List - added $this->element_atts as parameter to filter 'avf_customize_heading_settings'

BETA Feature: initial support for WP plugin "Cookiebot CMP by Usercentrics" ( Cookie banner plugin for WordPress – Cookiebot CMP by Usercentrics ) see ../config-cookiebot/class-avia-cookiebot.php
added: support for js wp.hooks in frontend (dummy wrapper functions to avoid checks for wp.hooks in js if not loaded - see avia-js.js)
added: theme support 'avia_include_cookiebot' - allows to run our scripts
added: filter 'avf_allow_wp_hooks_dependency' - allows to add js wp.hooks for frontend - is not by default
added: filter 'avf_dynamic_css_additional_vars' - used to add additional var()
added: filter 'avf_dynamic_css_after_vars' - used to add additional var() in own :root

feature: replace fixed color values with var() in dynamic-css.php

added: filter 'avf_dynamic_css_calculated_colors' - add additional calculated colors to color set array $avia_config['backend_colors']['color_set']
added: $avia_config['backend_colors']['color_set_var'] containing var(....) instead of color values
added: filter 'avf_supress_css_theme_variables' extended to use color values or var(....)
added: filter 'avf_file_download_supported_file_types' - change supported download file types to show in media gallery popup
fixed: Undefined variable $skipSecond in ../avia-shortcodes/section/section.php