Okay
  Public Ticket #1920325
Plugin translation
Closed

Comments

  • sdoganati started the conversation

    Hello guys,

    I would like to translate some parts of the plugin, like the days of the week end the months. Can you please suggest me a way to do it?

    And is there a way to show only the current year in the top bar?

    Thank you for the support 

  •  877
    Zhivko replied

    Hi,

    I'd recommend you to check the Wordpress plugin "Loco Translate".

    Hidding days and months in the top bar may break the user navigation so I don't recommend doing it.

    You can hide it by adding this css in Fonts & Colors -> Custom style tab.

    .stec-top-menu-date-month,
    .stec-top-menu-date-day { display: none !important; }

    Stachethemes Developer