• The Bibtex output of the style “tp_template_2016” is a bit buggy. Any entry for author, title, book name etc. are shown with an empty line in between. The result is that the output is not shown in a compressed way and therewith consumes a lot of space for whitespace.

    Furthermore I noticed, when I click the Link ?Bibtex“, the images of the paper entries will be hidden. This behavior is different than when I click on “Abstract” or “Links”. It might be a wanted feature, but if so, it is confusing on many websites that use your plugin. So, either this bug should be solved or if it is a planned feature, it would be great to be able to disable this feature.

    In the newer style “tp_template_2021”, this bug is not occurring. However, this style looks a bit too simple.

    It would be great, if this bug will be solved, even the style is still a bit old.

    • This topic was modified 3 years, 5 months ago by memphi.
    • This topic was modified 3 years, 5 months ago by memphi.
Viewing 1 replies (of 1 total)
  • Plugin Author winkm89

    (@winkm89)

    Hi memphi,
    Thank you for the report! I think I found the bug with the behavior while opening the bibtex entry. It’s a missing CSS definition:

    
    .tp_bibtex_entry pre {
        white-space: normal;
        word-wrap: break-word;}
    

    This will be fixed with the next update.

    The problem with the empty lines could be a compatibility problem with the used WordPress theme. Could you post me link, where I can look at this issue?

    • This reply was modified 3 years, 5 months ago by winkm89.
Viewing 1 replies (of 1 total)
  • The topic ‘Bug in template tp_template_2016’ is closed to new replies.