Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1012346
Blog's Questions
Closed

Comments

  •  2
    Samet started the conversation

    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.

  •  2
    Samet replied

    Add removes.png

  •  7,092
    Oliver replied

    HI!

    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

  •  2
    Samet replied

    Thanx 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;
    }


  •  2
    Samet replied

    Ok. Thanx. i found it this code is true working

    div.post-related-posts {
        display: none;
    }