• Hi.
    Through the woocommerce_after_shop_loop_item hook in the plugin, I add js code

                    <script
                        data-width="250px"
                        data-height="50px"
                        src="https://integration-code-url.com"
                    >
                    </script>

    that generates a button for me.

    When load more i see the script in console but the button is not displayed. It feels like the js code does not work inside the load more plugin.
    Can you please tell me if something can be done in this case?
    Thanks.

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

    (@razyrx)

    Hello,

    Not sure how it works, but if some other script replace this with button on page load, then you need to run same script after new page loaded.
    You can add this script in plugin settings -> JavaScript tab -> After update field.

    Regards,
    Oleg

Viewing 1 replies (of 1 total)
  • The topic ‘Html from third party script is not displayed’ is closed to new replies.