Link Library Plugin broken?
-
I tried to upgrade from “5.9.12.16” to “5.9.13.4” but things broke.
Specifically, it appears that custom “style sheets” no longer work.
I reset the styles and applied them again. I debugged the main “link-library.php” a bit and near as I can tell, the chunk of code that should be loading the style sheet is NOT getting called.
The function “conditionally_add_scripts_and_styles” is getting called repeatedly, but ends up setting the “$llstylesheet” global variable to false, which means custom styles don’t get set.
I used the same debugging on my “5.9.12.16” version and the global variables ends up being set to true, which means the styles DO get loaded.
I don’t have a good enough understanding of this plugins architecture yet to provide a workaround, so hopefully this will be enough to get the developer started.
The topic ‘Link Library Plugin broken?’ is closed to new replies.