-
AuthorPosts
-
November 2, 2021 at 4:13 pm #1327493
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.November 2, 2021 at 6:14 pm #1327511Nov 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 insteadNovember 2, 2021 at 6:14 pm #1327512November 3, 2021 at 6:41 am #1327575Hi 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,
RikardNovember 3, 2021 at 11:01 am #1327601How 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?
November 3, 2021 at 3:20 pm #1327639Hi 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,
RikardNovember 3, 2021 at 4:42 pm #1327657Works like charm. Thanks a lot!
November 4, 2021 at 4:03 am #1327702Hi spooniverse,
We’re glad that Rikard could help you :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Please tell us what is in 4.8.7.1’ is closed to new replies.
