Viewing 1 replies (of 1 total)
  • Plugin Author anmari

    (@anmari)

    HI Adler,

    Do the ‘non working’ pags have long content? Possibly the php output buffer may not be coping ? maybe a memory issue?

    Unlike shortcodes WordPress requires widgets to ‘echo’ out the html.
    For shortcodes it wasnt the html returned via a function.

    So the plugin is quite simple it basically catches the output buffer and returns the output to the shortcode filter.

    It does this /generically/blindly – ie not widget dependent.

    To debug try to see what is different about the pages that work/do not.

    Try increasing wp memory or see if the widget developers have a callable function that could be made into a shortcode (Thats how i do my plugins – same code can then do widget and shortcode.)

    Of course there is also the possibility that the widgets you are calling do something weird – nothing my plugin can do about that.

Viewing 1 replies (of 1 total)
  • The topic ‘Content being truncated’ is closed to new replies.