• Resolved faiyazulnoor

    (@faiyazulnoor)


    Simple author box is inserting author box at end , still author box by default theme dosnot go off, so I have two author box at bottom.also clicking on author name date at top of post seems coming from theme and without image. New to wordpress any tip on overriding theme to take image function etc will help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, please include the URL where I can see the issue, thank you.

    Thread Starter faiyazulnoor

    (@faiyazulnoor)

    https://ihnews.in/2019/06/14/that-sleep-tracker-could-make-insomnia-worse/

    if you see at start of post user is coming from theme author taking Gravatar which is empty.
    At the end of post author is coming from plugin as well as theme.
    I am just testing this theme and so is a sample demo site. Need to display author image and post date at top and author box with image social media icon at bottom of post . Similarly would like to show author info with image and social media icon when some one clicks author.

    • This reply was modified 4 years, 9 months ago by faiyazulnoor.

    Use the CSS:

    .twp-author-details { display: none; }

    for the theme box at the bottom of the post.

    About the avatar at the beginning I don’t know why it doesn’t show the image, if you want to hide it you can use the code:

    span.twp-author-image { display: none; }

    Thread Starter faiyazulnoor

    (@faiyazulnoor)

    Yeah I can do this to hide I was exploring option to alter function call, will explore and post soon , Thanks fro quick inpit.

    Well, it depends if the theme makes calls to filter the author boxes. That usually doesn’t happen so we have to hide the extra boxes using CSS.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Default mag theme and simple author box’ is closed to new replies.