Validator W3C and css declaration
-
Hi and thank your for this perfect lightbox plugin (the best i’ve found so far).
I was having some issue with the validator. Apparently and even if head related hooks are used in the plugin, the css call was curiously made in the footer returning me an error.
To fix I’ve found this solution :
In the file wp-lightbox-bank.php
line 212
replaceadd_action("wp_head", "lightbox_front_end_panel_css_calls");by
add_action("wp_enqueue_scripts", "lightbox_front_end_panel_css_calls");works flawly for me so far! Hope it can helps people in the same situation. If there is any limitations with this mod please let me know!
The topic ‘Validator W3C and css declaration’ is closed to new replies.