Viewing 15 replies - 1 through 15 (of 33 total)
  • Plugin Author Dragan Nikolic

    (@nikolicdragan)

    1. Would you please update all your plugins (Fancier Author Box included), your WordPress is already up to date.

    2. Could you set it so it shows on pages, posts and custom post types if you have them? Just to make sure it doesn’t show on any of these.

    3. See that nothing is blocking java-script execution (disable any security or cache plugins).

    Thread Starter ianizaguirre

    (@ianizaguirre)

    I deleted the plugin and reinstalled the newest one. It works on my posts only when I have show on pages active. I am guessing its treating my posts as pages? it does not show when I have only posts active which is what I want

    Thread Starter ianizaguirre

    (@ianizaguirre)

    any ideas how to fix this I just want it to show on my posts ?

    Plugin Author Slobodan Manic

    (@slobodanmanic)

    Could you post a link to your website?

    Plugin Author Slobodan Manic

    (@slobodanmanic)

    Sorry, just saw it now, looking into it.

    Plugin Author Slobodan Manic

    (@slobodanmanic)

    I’m looking at this URL (in blog):

    http://iamdentistry.com/why-should-you-focus-on-compound-exercises/#.UajjnWT72gY

    And for some reason it’s treated as if it were a page (it has single-page class assigned to <body> element), this is either caused by the theme or another plugin. Could you preview the site with default theme and Fancier Author Box set to appear only in posts?

    Thread Starter ianizaguirre

    (@ianizaguirre)

    I discovered the plugin I had that caused this problem right now.

    It is “Custom Post Type Page Template” Version 1.0 | By Hiroaki Miyashita

    Here is the link to that plugin
    http://wpgogo.com/development/custom-post-type-page-template.html

    (its in Chinese I think I used internet explores translate page to read it)

    I liked having this option though, It would be a shame to have to get rid of it. For some reason it must treat my posts like pages? any way around all this ?

    Thanks for all of your help

    Plugin Author Slobodan Manic

    (@slobodanmanic)

    I’m afraid you’d have to get in touch with Custom Post Type Page Template to see how this could be fixed. I wish I could be of more help.

    Thread Starter ianizaguirre

    (@ianizaguirre)

    haha there Chinese! Guess I have to get rid of the other plugin. Would buying the fanciest author box, be any different like would it fix my issue?

    Plugin Author Slobodan Manic

    (@slobodanmanic)

    Honestly, I doubt it, since it’s the same mechanism that adds author box to posts.

    Thread Starter ianizaguirre

    (@ianizaguirre)

    Ok thanks for your help, O and I noticed that when someone clicks on Bio or more posts the entire page scrolls down automatically? Is there a way to prevent this?

    Thread Starter ianizaguirre

    (@ianizaguirre)

    and also is there any code I can put in my child theme to change the color of the ts-fab-header ( the color of the authors name) I don’t want to keep it like the color of the rest of my links.

    Plugin Author Dragan Nikolic

    (@nikolicdragan)

    Per page scroll – Please see if you can deactivate Smooth Scroll plugin or a feature in your theme that does this.

    Plugin Author Dragan Nikolic

    (@nikolicdragan)

    As for the code for h4 headings in author box, here’s what you need to add to your theme’s CSS:

    .ts-fab-wrapper a {
    color: #000!important;
    }

    You can change the hexadecimal value to change the color.

    Thread Starter ianizaguirre

    (@ianizaguirre)

    hmm this code

    .ts-fab-wrapper a {
    color: #46A5E5!important;
    }

    It works because it changes the color of the author name BUT it also overrides the color of the words for “BIO” and “Latest Posts” making them the same as the authors name. Any way to fix this?

    And as for the per page scroll the only plugin that comes to mind that has that feature is my “Table of Contents Plus” Plugin but I don’t see why it would affect this plugin? this only happens when I put the Table of contents on a page and a user clicks on one of the Table of Contents Links? This is strange ?

    Thank You for keeping on helping me I really Appreciate it.

Viewing 15 replies - 1 through 15 (of 33 total)
  • The topic ‘Plugin not showing up in posts at all?’ is closed to new replies.