• Resolved theMikeD

    (@themiked)


    To reproduce
    1. pick any term and add a gallery, which generates the [gallery] shortcode
    2. return to the term list screen

    Result
    The plugin interprets the shortcode, rendering (in my case) full size images that expand beyond the bounds of both the description field and the page itself, making the page effectively unusable.

    Solution
    Disable line 65 of class-editor to remove shortcode interpretation on the term list page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    I remember debating whether to evaulate shortcodes in the description box or not, and I suppose I decided to. On second thoughts, it might be better to leave them as-is. I’ll release an update that changes this as you suggest.

    Plugin Author Shea Bunge

    (@bungeshea)

    Version 1.6.0 fixes this by only evaluating shortcodes on the front-end. I’ve also added an additional small fix to prevent plain images from spilling out of the description column.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Term list screen over-run with images when [gallery] is embedded’ is closed to new replies.