acgresearch
Forum Replies Created
-
Forum: Plugins
In reply to: [Link Library] Link Library Plugin broken?Yes, that did it! I assume this will carry over into future releases…
I very much appreciate the support and will consider donating as suggested.
Thank you!
Forum: Plugins
In reply to: [Link Library] Link Library Plugin broken?Yes, I am using the shortcode: [link-library settings=”1″]
It is on a page, not a post. And it is the main content of the page (not a widget).
It appears to have something to do with the theme (although it had worked fine with “5.9.12.16”). If I change to the “2016” theme, the style sheet gets applied.
The theme is “Asteria Lite”: http://www.towfiqi.com/asteria-lite-free-wordpress-theme.html
It is weird that the old version seemed to work fine. For whatever reason, the function “conditionally_add_scripts_and_styles” is called like 5 times. And by the 5th time it sets the “$llstylesheet” variable to “false” which then skips the stylesheet loading code. The “5.9.12.16” code only calls the function twice and “$llstylesheet” is set to “true” on the second call.
Forum: Plugins
In reply to: [The Events Calendar] Page TitleMy theme (Asteria) doesn’t have an “archive.php”.
I can confirm that the “/events” page is using “page.php” and if I put code in that file to look at “$_SERVER[‘REQUEST_URI’]”, I can use a title other than “the_title()” (again, which is empty on the “/events” page).
I will try the other suggestions from the KB article and let you know if they work.