Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2122139
Blog date and translate portfolio sorting
Closed

Comments

  •  2
    outlawzz started the conversation

    Hy and good afternoon,

    can you please tell me where we can translate the sorting buttons of the portfolio > Screenshot?

    can we you please find a way to hide the date in the "post masonry grid"? > Screenshot

    thank you in advance

    Stefan

  •  7,280
    Oliver replied

    Hi,

    We recommend to use Loco Translate plugin for the theme translation or you can translate theme manually with .po file, pls. follow the instructions: 

    1. Take file languages/thegem.pot or xx_YY.po from theme directory.

    2. Open this file with Poedit software.

    3. Translate necessary strings to your language.

    4. In software open Catalog - Settings and set Language to Translation to xx_YY.

    5. Then save the file as thegem-xx_YY. (You must have two files thegem-xx_YY.po and thegem-xx_YY.mo.)

    6. These files you need to put to the wp-content/languages/themes of your site.

    With the same operation, you can translate TheGem elements plugin.

    Just put  translations in wp-content/languages/plugins

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    outlawzz replied

    thank you Gregor.

    Can you please give me an answer to my second question? 

    can we you please find a way to hide the date in the "post masonry grid"? > Screenshot

    thanks.

  •  7,280
    Oliver replied

    Hi,

    Sorry, here you go:

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    outlawzz replied

    Unluckly this doesn't work... in my chase it looks like this - because of the post masonry grid.

  •  7,280
    Oliver replied

    Hi,

    pls. provide the wp-admin, FTP access and link to this page.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   outlawzz replied privately
  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    .gem-basic-grid-2 .vc_gitem-zone-c .post-title a {
        font-size: 0;
    }
    .gem-basic-grid-2 .vc_gitem-zone-c .post-title a span {
        display: block !important;
        font-size: 18px;
        margin-top: -20px;
    }
    5110651633.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver