• Resolved renita01

    (@renita01)


    The version 2.8 update caused an issue with the enfold theme galleries. When the Enhanced Media Library is enabled it prevents the selection of a new image in the gallery.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author webbistro

    (@webbistro)

    Hi @renita01,

    The update v2.8.1 will be available in a few hours. Right now, you can enable Enhanced media shortcodes at Settings > Media Library. It will fix the issue. Also, you can give a try to dynamic galleries based on media categories with this option enabled.

    Best,
    -Nadia

    I have issue with Enfold theme too. When the Enhanced media shortcodes option is not selected, there’s a following warning in debug.log recorded whenever I open a page with Enfold’s Masonry block:

    PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wpuxss_eml_shortcode_atts' not found or invalid function name
    

    Also the Masonry block is not rendered at all.

    The reason is that in core/compatibility.php the following snippet is added:

    add_filter( 'shortcode_atts_av_masonry_entries', 'wpuxss_eml_shortcode_atts', 10, 3 );
    

    However the wpuxss_eml_shortcode_atts function is defined in another file (core/medialist.php) that is only loaded when Enhanced media shortcodes option is active.

    Would be great to have a fix for this included in 2.8.1.

    Plugin Author webbistro

    (@webbistro)

    Hi @chesio,

    Thank you for the detailed information! The bug is fixed and v2.8.1 is on its way to the public.

    Best,
    -Nadia

    Plugin Author webbistro

    (@webbistro)

    Hi guys!

    Version 2.8.1 with the fix is available. Please update.

    Best,
    -Nadia

    Hi Nadia,

    Thank you! The problem I reported seems to be solved in 2.8.1 ??

    Cheers,
    ?eslav

    Plugin Author webbistro

    (@webbistro)

    Hi ?eslav (@chesio),

    Thank you for confirming! It was so stupid bug… ??

    Have a nice day!
    -Nadia

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Enfold Theme Conflict’ is closed to new replies.