Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    #1327511

    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

    #1327512
    #1327575

    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

    #1327601

    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?

    #1327639

    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

    #1327657

    Works like charm. Thanks a lot!

    #1327702

    Hi spooniverse,

    We’re glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Please tell us what is in 4.8.7.1’ is closed to new replies.