• Resolved kstutzenstein

    (@kstutzenstein)


    Hey Guys,

    I’m loving your Plugin- it’s easy to handle and looks good, but just recently I got a problem with showing the author box on the main page. It used to work before and one day didn’t any more. I deactivated all the other plugins and looked the settings ups and under Display Settings –> Show in pages –> below is activated, but it simply doesn’t work.
    Also uninstalling the plugin and reinstalling it didn’t work.
    My blog is http://www.webanalytics-blog.at/ where the author plugin doesn’t show. In the pages of every single article the plugin works…
    Do you know what I’m doing wrong?
    Kind regards from Austria
    Klemens

    http://wordpress.org/extend/plugins/fancier-author-box/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Slobodan Manic

    (@slobodanmanic)

    Klemens,

    Glad you like our plugin!

    It’s weird that author box was showing for you in main page, because it’s not really supposed to be displayed in archive pages.

    However, by applying a tiny edit to ts-fab.php file you can make it display in homepage as well.

    I saw your email at webanalytics-blog.at, OK to send you the updated file to that email address?

    Thread Starter kstutzenstein

    (@kstutzenstein)

    yeah sure. It would be great if you sent it to [ redacted, support is offered via the forum and not email ].
    I really appreciate your effort!

    Plugin Author Slobodan Manic

    (@slobodanmanic)

    Glad I can help.

    Email sent, let me know if it worked for you.

    Plugin Author Slobodan Manic

    (@slobodanmanic)

    This issue has been resolved.

    Would you mind sharing the solution, this is a feature I would also like if possible please. Both on the home page (featuring latests posts) and on the ‘all posts by author’ page also please.

    Plugin Author Slobodan Manic

    (@slobodanmanic)

    Look for this line in ts-fab.php file:

    if( is_singular( 'post' ) ) {

    and make it look like this:

    if( is_singular( 'post' ) || is_home() || is_author() ) {

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Fancier Author Box by ThematoSoup] Fancier Author Box doesn't work on main page’ is closed to new replies.