• Resolved MindTooth

    (@birger_nord)


    Hi,

    Using your plugin for a hero image. However, when I try creating links via the button interface, it don’t expand into a URL. Just “post: 5”, etc. I therefore need to manually enter the URL, which incidentally changes now and then.

    Thoughts? This works just fine with the SiteOrigin widgets, as well as the CodeLights ones.

    https://wordpress.org/plugins/livemesh-siteorigin-widgets/

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

    (@livemesh)

    We have a bug here – can you pls patch the code for now at <plugin folder>/includes/widgets/lsow-hero-image-widget/tpl/default.php at line number 97 to –

    <a class="lsow-button"
                           href="<?php echo sow_esc_url($standard_header['button_url']); ?>"

    Basically pass the URL to sow_esc_url() function so that the “post xxx” value is converted to the right URL by SiteOrigin widgets bundle.

    The fix will be part of next update and hence the change won’t be lost. Thanks for pointing this out.

    Thread Starter MindTooth

    (@birger_nord)

    Thank you! Looking forward to the update 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link inserted via PageBuilder don't work’ is closed to new replies.