• krowchuk-dressage

    (@krowchuk-dressage)


    Thanks for the v2.37 security vulnerability fix upgrade! I think a new bug has been introduced though. When I upgraded from v2.36 my favorites button shortcode stopped rendering a link correctly.

    I have a template page that creates a list of favorited posts, including a CTA button that opens an order form. This is the link that it is not rendering correctly.

    I have an ACF custom field ” express_book_button ” that I insert a link specific for each custom post, I then created my button html under favorites settings “customize content” with the following html:


    <div class="favs__media">[post_thumbnail_medium]</div>
    <div class="favs__content">
    <div class="favs__heading-wrapper">
    <h3 class="favs__heading">[permalink][post_title][/permalink]</h3>
    </div>
    <div class="favs__body-wrapper">[post_excerpt]</div>
    <div class="favs__button-wrapper">
    <div class="brxe-div"><a class="brxe-button favs-button bricks-button" href="[custom_field:express_book_button]">Let's do this!</a></div>
    </div>
    </div>
    </div

    This worked fine in v2.36. However, in v2.37 it now renders the url as such, which results in a 404 not found.

    https://aliiadventureshackv20.local/my-favorites/express_book_button]

    v2.36 rendered the url correctly, opened the booking form for every favorited item in the list

    Anybody else running into this issue?

You must be logged in to reply to this topic.