Viewing 1 replies (of 1 total)
  • Plugin Author Varun Sharma

    (@contact-banker)

    Hi,

    Thank you for contacting us!

    In order to fix this issue you need to make changes manually in wp-lightbox-bank.php file.

    To locate wp-lightbox-bank.php file you need to follow the mentioned path which is given below:

    wp-content > plugins > wp-lightbox-bank > wp-lightbox-bank.php file.

    When you open this file, you need to go near to the line no : 408

    Here you need to replace the code

    add_action(“wp_head”, “lightbox_front_end_panel_css_calls”);

    with

    add_action(“wp_enqueue_scripts”, “lightbox_front_end_panel_css_calls”);

    This will fix your issue.

    If you still have any doubt, please don’t hesitate to get back to us!

    Thanks & Regards

    Support Team
    Tech Banker

Viewing 1 replies (of 1 total)

The topic ‘Request: please move css in the head’ is closed to new replies.