Okay
  Public Ticket #252926
Sorting portfolios - ALL
Closed

Comments

  • Alexander started the conversation

    Hi! Is it possible to change "All" in portfolio sorting to something else?


    And how to decrease font size in "search"?

    Thanks,

    Alexander

  •  8,839
    Tahir replied

    Hey!

    You can change it via the codestyling localization plugin and change the default translation. See FAQ: http://themenectar.ticksy.com/faq/2242

    To decrease the font add this into the Custom CSS box located in your Salient Options panel :

    body #search-outer #search input[type=text] {
        font-size: 36px !important;
        line-height: 36px !important;
    }

    Cheers


    ThemeNectar Support Team 

  • Alexander replied

    Thanks! 

    But something went wrong. I put ru_RU files in to lang folder, then scan it in localization plugin and ... nothing happened. Still "All" See attachment.

    Funny thing, that inside portfolio page while editing I can see localized category "All" ("Все").

    Can I change it from "All" to "all"?


  • Alexander replied

    And Custom CSS for search box works well. Thank you!


  •  8,839
    Tahir replied

    Hey!

    I can see the All to be translatable in the code. See Screenshot: http://prntscr.com/46pw80 . If you cant for some reason edit it via the codestyling localization plugin. Please change it in file "salient/nectar/tinymce/shortcode-processing.php" as can be seen in screenshot: http://prntscr.com/46pwh4

    Thanks


    ThemeNectar Support Team 

  • Alexander replied

    Thanks a lot!