zanseattle
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] All events have same name in Admin listI tracked down the conflict to the Litespeed Cache plugin. I’ve disabled it temporarily, but a fix would be preferable.
Forum: Plugins
In reply to: [Web Directory Free] Header empty?It turns out that “Imitation Mode” under Advanced Settings was on, and when I turned it off, the problem went away. If you were having the same issue, hopefully this will help.
You’re most welcome! Installing this plugin and getting my older episodes up on my website has really inspired me to get back to doing interviews, so I am very grateful to the team for working on it. ?? <3
Forum: Plugins
In reply to: [Easy Table of Contents] Stopped working after 1.7.1Sorry, a little more info that might be helpful; my Syllabus template uses apply_filters() to retrieve info for each day of the class (retrieved from an ACF repeater).
echo apply_filters( 'the_content', display_syllabus_content(get_the_ID(), true, true, "") );
The text of each day is shown under an <h2>. EZTOC 1.7.1 works with this template, but I’m wondering if maybe the issue is that the newer version of EZTOC is looking at the post’s content and not finding any headers, because they are added by the filter before display.
I’ve poked around inside the plugin to see if I can get a better sense of how it works to figure it out for myself, but not having much luck.
Any assistance or pointers would be greatly appreciated!
Forum: Plugins
In reply to: [Easy Table of Contents] Stopped working after 1.7.1I’ve tried to turn on debugging in wp-config.php but I’m not seeing any messages displayed, or anything in the standard error log.
I actually did my WordPress Updates on my site just now, which included the new release of TECCC, and it appears to work as expected now!
Thanks for your great work on the plugin!
Hi Andy,
Thanks for the link. I replaced the current plugin with the version you linked to, but I’m still not seeing the colors. When I looked at the source of the page, though, I do see what you mean: the CSS link for teccc starts with “//” and then is followed by the directory location, and the resource isn’t getting loaded.
I’m having the same problem; colors aren’t appearing on my calendar since the update.