Comments Gilbert started the conversationJanuary 6, 2014 at 5:35pmHi. Is it possible to show portfolio category instead of date when user hover mouse at the below of the portfolio title? Thanks. 1,069ThemeNectar repliedJanuary 8, 2014 at 5:50amHey 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 :)Cheerslaeti repliedJanuary 15, 2014 at 2:53pmHello. Would you be able to provide a quick snippet to remove the date please? 1,069ThemeNectar repliedJanuary 17, 2014 at 3:34amHey 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 repliedJanuary 31, 2014 at 9:31amHello,Can you tell us how to translate an english date in a french size ?Thank you very much 1,069ThemeNectar repliedFebruary 3, 2014 at 6:59amHey Papillon,open up the shortcode-processing.php file located in the nectar/tinymce directory and search forthe_time('F d, Y')to change all occurrences into your desired format.Cheers :) Sign in to reply ...
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
Hello.
Would you be able to provide a quick snippet to remove the date please?
Hey Laeti! Add this to your Custom CSS box located in your Salinet Options panel:
Cheers!
Hello,
Can you tell us how to translate an english date in a french size ?
Thank you very much
Hey Papillon,
open up the shortcode-processing.php file located in the nectar/tinymce directory and search for
to change all occurrences into your desired format.
Cheers :)