Comments 2Samet started the conversationJanuary 7, 2017 at 8:04amHi i have more Questions about with blog. 1. how can i translate read more button (redmore.jpg) 2. how can i delete related posts section (related_posts.jpg) 3. how can i delete this button/icons (remove's.jpg) Thanx. 2Samet repliedJanuary 7, 2017 at 8:06amAdd removes.png 7,092Oliver repliedJanuary 9, 2017 at 11:55amHI! pls. use following css: span.post-meta-author { display: none; } span.post-meta-navigation { display: none; } .post-related-posts { display: none; } Translation: 1. Take file languages/thegem.pot or xx_YY.po from theme directory . 2. Open 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 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 same operation you can translate gem 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 2Samet repliedJanuary 9, 2017 at 1:16pmThanx others but still related posts not removed.i try 2 diffirent code but its not working; .post-related-posts { display: none; } span.post-related-posts { display: none; } 2Samet repliedJanuary 9, 2017 at 1:36pmOk. Thanx. i found it this code is true working div.post-related-posts { display: none; } Sign in to reply ...
Hi
i have more Questions about with blog.
1. how can i translate read more button (redmore.jpg)
2. how can i delete related posts section (related_posts.jpg)
3. how can i delete this button/icons (remove's.jpg)
Thanx.
Add removes.png
HI!
pls. use following css:
Translation:
1. Take file languages/thegem.pot or xx_YY.po from theme directory .
2. Open 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 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 same operation you can translate gem 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
Thanx others but still related posts not removed.
i try 2 diffirent code but its not working;
Ok. Thanx. i found it this code is true working