When I try to select my settings and click save, all my settings are removed upon clicking save. If I can’t save the settings, I can’t use the plugin. Also, the instructions for applying this to only certain pages is not clear…or it just doesn’t work.
Thank you.
]]>I was having trouble similar to other posters where the widget outputs the list items without any sort of wrapper class. I ended up re-installing and now the plugin won’t work. I keep getting:
Fatal error: Call to a member function output_sidebar_links() on a non-object in \wp-content\plugins\auto-anchor-links\auto-anchor-list.php on line 119
]]>Content area list works beautifully but the sidebar widget is always empty.
]]>Saving settings only sort-of works. the checkbox settings implement, but the checks themselves all disappear, so when changing settings, you have to reapply all your checks. There needs to be a way to choose which posts/pages, etc. should utilize this, because I cant think if a single reason why a blog would want a table of contents for ever post or every page that contains header tags. I hacked it for my purposes by changing
preg_match_all('#<h([1-6])>(.+?)</h\1>#is',$content, $matches, PREG_SET_ORDER);
to
preg_match_all('#<h([6])>(.+?)</h\1>#is',$content, $matches, PREG_SET_ORDER);
so it would only implement when h6’s are present (which I never use anyway). Then I just re-styled the h6’s. Not the best hack for SEO, but the the only thing I could do.
Nothin’ happens in Firefox clicking on the anchor link. Any hints what to change in the php code of the plugin?
]]>