Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • markhunte
    Participant

    Hi,

    When you click for example one of the tags inside a post. The author would change.

    I cannot show you any screen shots. We got hacked shortly after..

    To be honest I am not sure where the entry was. Which means I am not sure if it was your theme and any plugins it installed that started this hack. We are still struggling to deal with it…

    markhunte
    Participant

    Hi,

    Update. I changed to the Signify Photography theme.
    This fixed the issue with the post list.

    But the issue of the wrong Author remains?.

    I have temporarily fixed this with some css. Which will only work while we have 1 Author.

    /* SET author to  DJ JR
     Override for bug in theme where it shows wrong author */
    .byline  {
    	 visibility: hidden!important;
    	
    }
    .byline:before {
    	 visibility: visible;
    	content:'DJ JR';
    }

    A more proper fix would be most welcome.

    Many thanks

Viewing 2 posts - 1 through 2 (of 2 total)