• Resolved meerschweinmann

    (@meerschweinmann)


    Hi all,

    first of all, wonderful template, thank you! Unfortunately, the article is not displayed author. It worked with the local installation. Now, I have installed the template on the server and imported old content from a blog via xml. There is only the category and if necessary comment number shown. does anyone have an idea?

Viewing 4 replies - 1 through 4 (of 4 total)
  • meerschweinmann,

    do you have a link to your site?

    Thread Starter meerschweinmann

    (@meerschweinmann)

    hi will,

    sure: http://bit.ly/1lehtTT

    hey meerschweinmann,

    are you able to edit any of your stylesheets or have you made an edits to the site style sheets? It looks like there is a style in place to hide the author name currently which is:

    .postauthortop {
        display: none;
    }

    That line needs to change to in order to appear again. Hope this helps

    .postauthortop {
        display: inline-block;
    }
    Thread Starter meerschweinmann

    (@meerschweinmann)

    A wesome!

    I had changed nothing on the original, it was exactly the same template as the local previously. But the template allows costum CSS. There I added:

    .postauthortop {
    display: inline-block;
    }

    It works! Many many thanks, Will!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Theme Virtue] author does not appear’ is closed to new replies.