• Resolved junior

    (@epiric)


    Hello there, first of all this is best lightbox plugin i used so far.
    I have little problem with w3c validation tho. It gives me

    Element link is missing required attribute property.
    …ox-bank/assets/css/wp-lightbox-bank.css?ver=4.1′ type=’text/css’ media=’all’ />

    now i found this
    wp_enqueue_style("wp-lightbox-bank.css", plugins_url("/assets/css/wp-lightbox-bank.css" , __FILE__));

    but that is wp_enque_style function… So i dont know how to change it so problem doesnt come. Thanks

    https://wordpress.org/plugins/wp-lightbox-bank/

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

    (@contact-banker)

    Hi,

    Thank you for contacting us!

    Kindly provide us your Website Link where you are facing problem.

    Let us know as soon as possible.

    Thanks & Regards

    Support Team
    Tech Banker

    Thread Starter junior

    (@epiric)

    Hello, link to the website here .

    I scanned just index page and it gives error there. Thanks

    Plugin Author Varun Sharma

    (@contact-banker)

    Hi,

    In order to solve this issue you need to replace add_action(“wp_head”, “lightbox_front_end_panel_css_calls”); with
    add_action("wp_enqueue_scripts","lightbox_front_end_panel_css_calls");

    on line 404 in wp-lightbox-bank.php.

    This will fix your issue.

    If you still face any problem, then kindly let us know.

    Thanks & Regards

    Support Team
    Tech Banker

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘W3C error’ is closed to new replies.