• Your plugin is working fine for pop-up but taking 8 requests.

    I am using only for simple website (no woocommerce).

    So, how to reduce request?
    Also want to remove this type of extra request: plugins/easy-login-woocommerce/assets/images/popup-sidebar.jpg

    Pls guide.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter skumar1st

    (@skumar1st)

    Waiting for response.
    One more question: How to insert shortcode in any php file?
    Like I want to insert [xoo_el_inline_form active=”login”] for display every single page. so how to insert in page php file?

    Thanks.

    Plugin Author xootix

    (@xootix)

    Plugin only makes a request when you submit a form.
    You can remove the sidebar image from the settings
    PHP shortcode
    <?php do_shortcode('[xoo_el_inline_form active="login"]') ?>

    • This reply was modified 3 years, 7 months ago by xootix.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reduce unnecessary request’ is closed to new replies.