Okay
  Public Ticket #1569472
Post/menu
Closed

Comments

  •  3
    emessel started the conversation

    Hi Paul, 

    So sorry to bother you again but I encounter the same problem for the 'Blog' page, called Atelier in my menu : Once you're on it, it doesn't display the menu anymore.

    Furthermore, it displays a single page (although I notified 10 or 15 in customise), and why this exact one I have no idea. 

  •  291
    Paul replied

    Hi Emilie,

    I have fixed the code in the "content-blog-meta.php" file for the issue. It seems the old code could not work with the current PHP version on your host.

    Sorry about that. I hope everything is working fine now.

    Regards,
    Paul

  •  3
    emessel replied

    Fantastic, thanks a lot and no problem at all.

  •   emessel replied privately
  •  291
    Paul replied

    The content's bg and text colors are changed from the default because of the custom CSS you are using. I just went to "Appearance > Custom CSS" on your site and commented out this code:

    .post-content-container.clearfix {
      background-color: #050a0d;
      color: #c7c5c5;
    }
    

    Now the text color is black while the content bg color is white just like the default style.