- 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.
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.
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
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!
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