Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #317745
    Anna Apollonia
    Participant

    Since the last theme update, my author page displaying the different authors I use won’t links to their respective pages. Normally, the avatars and the names link to the different author pages.

    In WordPress admin, the links work perfectly in the block in visual editor mode.

    The page is https://www.anna-apollonia.art/authors

    I changed the theme to the default WP and the links works, which means it is theme related…

    #317752
    Sakin
    Keymaster

    Hi Anna,

    Looks like there is an issue with the author avatars shortcode CSS. So, try adding the following CSS in the “Appearance => Customize => Additional CSS” box:

    .shortcode-author-avatars {
    	display: block;
    	height: 1%;
    	overflow: hidden;
    }

    Regards,
    Sakin

    #317762
    Anna Apollonia
    Participant

    Hello Sakin,

    This fixes the problem! Thank you very much for your help and such a fast reply 🙂

    Have a nice day,

    Anna

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Links to my author pages don’t work anymore in authors block’ is closed to new replies.