How to the change the text "Expand" in the Show Gallery

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support How to the change the text "Expand" in the Show Gallery

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26897
    zam16
    Member

    Hi. How to the change or hide the text “Expand” in the Show Gallery widget?

    #26898
    Veena
    Moderator

    You can use a translation file (using POEdit to change the data in languages directory) to change to any string you like. If you do an update in the en_US.po (or another depending on your site language) file, you should see all the translatable strings in the strings list . You would then be able to input any alternate string of your choice there.

    Pls search for “Expand” string and insert an alternate string in the translation area , save and update the changes .

    – You can get information from http://www.solostream.com/blog/tutorials/translate-wordpress-theme/ about translating your site into your language.

    Here you can download poedit – https://poedit.net/
    You can find the po files in invent/languages folder .

    #26899
    zam16
    Member

    Thanks. Is it possible to hide the “Expand” text?

    #26904
    Veena
    Moderator

    You can use the below custom CSS –

    .so-widget-mo-show-gallery .image-info-buttons {
        display: none;
    }
    
    #26905
    zam16
    Member

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to the change the text "Expand" in the Show Gallery’ is closed to new replies.