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 #1084843
How to set default settings on articles
Closed

Comments

  •  2
    Per Mork started the conversation

    I have several questions:

    - How do I adjust the default settings on the article pages? F.eks. I would like all pages to have left sidebar, a certain color on the heading and a few other tweaks. Is there one place to change this without doing this to all articles I create?

    - In the footer there is a widget for contact information. This has all the labels (Phone, Email. Address) in english. I am making a Norwegian site. How do I change these words here?

    - How do I change the Read More-buttons on your blog list page? I use the blog-masonry-3-x-list setup. I do not find a place to change those words, only the "Load more"-button.

  •  6,933
    Oliver replied

    HI!

    1. Seeting sidebar:

    In the

    /wp-content/themes/thegem/content-page.php 

     after line  27 add next code.

    if(get_post_type() == 'post') {
       $thegem_page_data['sidebar']['sidebar_position'] = 'right';
    }
    it's template, just copy it to the child theme.

    Pls. give link to the post, with settings wich you wish to set as default, I'll give you css.

    2. 3. You need to:

    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 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
    Per Mork replied

    Thanks for the info. I made all the changes I wanted with this. I found the CSS through Chrome's Inspect screen. So it all went good from here :)

    Thanks for the help!

  •  6,933
    Oliver replied

    Feel free to contact us if you need help.

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

    Regards, Oliver