Okay
  Public Ticket #143350
Showing portfolio category instead of date
Closed

Comments

  • Gilbert started the conversation
    Hi. Is it possible to show portfolio category instead of date when user hover mouse at the below of the portfolio title? Thanks.
  •  1,043
    ThemeNectar replied

    Hey Gilbert,

    that would take a bit of custom development - unfortunately there's no easy for me to list in here. I could help you with hiding the date if you don't want that though :)

    Cheers

  • laeti replied

    Hello. 

    Would you be able to provide a quick snippet to remove the date please?

  •  1,043
    ThemeNectar replied

    Hey Laeti! Add this to your Custom CSS box located in your Salinet Options panel:

    body .portfolio-items .col .work-info .vert-center p {
      display: none!important;
    }

    Cheers!

  • Papillon replied

    Hello,

    Can you tell us how to translate an english date in a french size ?

    Thank you very much

  •  1,043
    ThemeNectar replied

    Hey Papillon,

    open up the shortcode-processing.php file located in the nectar/tinymce directory and search for

    the_time('F d, Y')

    to change all occurrences into your desired format.

    Cheers :)