Aloysius314
Forum Replies Created
-
Hi Robert,
From what I can tell by looking at the plugin code, the plugin should not be causing this. The plugin uses get_author_posts_url to link to the page with the author’s posts.
(https://codex.wordpress.org/Function_Reference/get_author_posts_url)The problem may be somewhere in your template files (e.g. author.php ?).
Still, this seems strange. Normally, the public name is returned in the title for author’s pages.Regards
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] Remove bio and latest post tabsTry adding to your CSS:
.ts-fab-list {display:none}Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Latex not converted correctlyThe link (“this post”) in my original post is a good example.
Forum: Plugins
In reply to: [WP Simple Rss Feed Reader] [Plugin: WP Simple Rss Feed Reader] Font StyleI had a similar problem with the widget title and was able to correct it with CSS
#rss-2 h2 a {
color: #ffffff;
}Hope this helps 🙂
Great, thanks for that info thewisebunny. For me, it was line 174, but for anyone else with this issue, just look in that general neighborhood and you will be able to match the code with the correct line.
Cheers
Forum: Plugins
In reply to: [Udinra All Image Sitemap] Fatal error when turning on the pluginHello bastetmilo,
Are sure you installed the “Udinra All Image Sitemap” plugin? I first installed “Udinra Image Sitemap for Britepic” and also received a Fatal Error message, but when I installed “Udinra All Image Sitemap”, I did not have any problems. I just did this today, so I can’t offer any other feedback.
Good Luck