Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Mohammed Kaludi

    (@mohammed_kaludi)

    Hi @zingseven,

    The author box your adding is through a plugin and the plugin is not fetching the correct data so I suggest you contact the plugin developer because it will require some modification to show the proper data.

    Meanwhile, you can hide the author box via CSS on AMP page paste this code in the custom CSS area in AMP Plugin
    #sexy-author-bio {display:none;}

    Please let me know if you have any other question.

    Thank you,
    Mohammed Kaludi

    Thread Starter zingseven

    (@zingseven)

    Hey Mohammed, thanks for the quick reply man! What are you thoughts on this… the author stuff works fine though on the regular page. Meaning, it fetches the correct author.

    Thanks for the snippet. How can I hide on AMP page only? Ideally, I’d much rather prefer to leave it. Any other ideas?

    Thanks man ??

    Plugin Author Mohammed Kaludi

    (@mohammed_kaludi)

    Hello @zingseven,

    The AMP templating is very different normal theme templating, and plugin you are using is built with themes in mind so that is why it is not getting the correct data. To tell you the exact reason I have to dive in the code of the author plugin you are using.

    Regarding hiding Author box only on AMP pages, I have given you the code, paste it into the Custom CSS box in the AMP plugin https://take.ms/hoYiS
    and it will hide Author box only on AMP pages

    This is the CSS code
    #sexy-author-bio {display:none;}

    Thank you for using our plugin, please do let me know if that resolves your issue or not.
    Mohammed Kaludi
    (Lead Dev of AMPforWP plugin)

    Thread Starter zingseven

    (@zingseven)

    Hey Mohammed, you are amazing! Thanks for the details and the screenshot. It makes more sense now. I’ll get in touch with that plugin’s author. In the meantime, I added the code you provided and it’s now hidden the incorrect author box. Thank you for the excellent support and attention to detail!

    Plugin Contributor ampforwp

    (@ampforwp)

    Hi @zingseven,

    Thanks for all your love and support towards our plugin.

    If you like our plugin and its support, please give us positive feedback by giving 5 star ratings to our plugin.
    Thanks ??

    Regards,
    Team AMP

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Incorrect Author’ is closed to new replies.