Have you fixed the grid padding issue?
The release is out, but the changelog is not updated. Nothing on the FB group and nothing here.
Nov 2nd 2021 – Version 4.8.7.1
feature: ALB columns option to set a custom distance between columns in %
fixed: 0 padding broken in ALB Gridrow Cells
added: filter ‘avf_alb_columns_grid_max_distance’ – allows to filter maximum ALB column distance for select option
added: filter ‘avf_alb_default_column_space’ – change default ALB columns grid spacing (= 6%)
added: filter ‘avf_no_inline_svg’ – supress inline svg (currently used only for logo) – use img tag instead
Hi Cliffy,
The extra padding in the Grid Row element is fixed in the latest version of the theme, and you can find the changelog here: https://kriesi.at/documentation/enfold/changelog/
Thanks @goldengate415 for helping out :-)
Best regards,
Rikard
How is the filter “avf_no_inline_svg” supposed to work? Looked in the repository and did not find an example. What are we supposed to write in the functions.php to supress the inline svg of the logo?
Hi spooniverse,
You should be able to suppress the inline code if you return anything which is not false, like this:
function no_inline_svg() {
return true;
}
add_action('avf_no_inline_svg', 'no_inline_svg');
Best regards,
Rikard
Works like charm. Thanks a lot!
Hi spooniverse,
We’re glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko