• Resolved blindmikey

    (@blindmikey)


    The shortcode is echoing content (so the output is out of order) instead of returning.

    I fixed this by putting ob_start(); right before the outputted html markup in the shortcode function; and a $return = ob_get_clean(); at the end of the html markup.

    then I added return $return; at the end of the shortcode function. Everything is great now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author GS Plugins

    (@gsplugins)

    Hi @blindmikey

    Thanks for the concern.
    We will take care of the issue soon.

    Regards / Sarwar

    Plugin Author GS Plugins

    (@gsplugins)

    Hi @blindmikey

    Released new version –

    VERSION 3.0.7 [20TH MAY 2021]
    [Added] : Direction Left to Right for Slider & Ticker Theme (Pro feature).
    [Fixed] : CLS issue for unsupported CSS Property: border-radius
    [Fixed] : Lazy-load issues with images at Grid layout.
    [Fixed] : Output buffer issue.
    [Added] : Identification class to Logo images.
    [Updated] : Increased Sliding Speed and Autoplay pause value to max 10,000

    Please check & let us know.

    Thanks / Sarwar

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode echoing, not returning’ is closed to new replies.