• Resolved Antony Booker

    (@antonynz)


    Thanks for the plugin. I noticed there is a missing stylesheet being requested which doesn’t exist in the plugin:
    woolentor-addons/assets/css/product-grid/common.css

    This is loading from the class.product-grid-base-widget.php file. Should that CSS file be present? If not, would be possible for the wp_enqueue_style( ‘woolentor-product-grid-common.. be removed to stop that file from being requested?

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

    (@zenaulislam)

    Hello @antonynz

    Thank you very much for reporting this issue to us. We appreciate you bringing it to our attention.

    We have investigated the matter and can confirm that the woolentor-addons/assets/css/product-grid/common.css stylesheet was indeed being requested but was not present in the plugin.

    We have now resolved this by removing the wp_enqueue_style( 'woolentor-product-grid-common...' ) call from the class.product-grid-base-widget.php file. This should stop the non-existent file from being requested.

    Please update your plugin to the latest version to ensure you have the fix. If you encounter any further issues, please do not hesitate to let us know.

    Best Regard
    Zenaul Islam

    Thread Starter Antony Booker

    (@antonynz)

    That was quick! Thanks for the quick investigation and turn around.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.