Kye
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Origin] Language – translation errorAs I just said, the PO file is it.
The PO file for this theme is in the languages folder. The author kindly made three translations available one of them being German, so if you need to correct a German DE translation you could open the DE version, correct in the PO file and then create a new MO file to replace the old one in there.
The article walks you through doing that.
Think of a PO file as a human readable file, and the MO as Machine readable. The PO file is what you use to do the translations in and you could consider this the raw copy. Then use the software mentioned in that article to create the machine version which WordPress requires.
Take care.
Forum: Themes and Templates
In reply to: [Origin] Language – translation errorIt tells you right there:
PO (Portable Object) files: The second step involves translating the text in a POT file into the target language, saving both English and translator messages in a PO file.
MO (Machine Object) files: In the last step, the PO file is converted into a machine readable format.
The PO file is it.
Cheers.
Forum: Themes and Templates
In reply to: [Origin] Language – translation errorHey there,
They are usually located in the languages folder. For this theme it’s:
/origin/languages/
There are a few in there, DE, EN and FR. Both .PO and .MO files are there. 🙂
Hope this helps.
Just to add that if you’re editing stylesheets you should do this in a child theme.
There is also a chance that the theme has a CSS field in the options, if not then you can make a child theme:
http://codex.ww.wp.xz.cn/Child_Themes
http://premium.wpmudev.org/blog/create-wordpress-child-theme/Or you can instead use a plugin if you like:
http://ww.wp.xz.cn/plugins/custom-css-manager-plugin/screenshots/
http://ww.wp.xz.cn/plugins/my-custom-css/screenshots/
http://ww.wp.xz.cn/plugins/pc-custom-css/
http://ww.wp.xz.cn/plugins/imporved-simpler-css/screenshots/
Have a fantastic day! 🙂
Do you have links to these themes functioning on your sites, that should make this much easier 🙂
You’d add styles to a stylesheet or a css plugin.
Cheers.
Forum: Themes and Templates
In reply to: Make content narrowerHey there,
Are you talking about the main content area in your site?
If so you have some CSS currently:
.entry-header, .entry-content, .entry-summary, .entry-meta { margin: 0 auto; max-width: 958px; width: 100%; }You could change the max width for the content area like:
.entry-content { max-width: 958px; }Or are you talking about the grey slider area?
If that’s the case then it appears there is no ID or class so something like:
.site-main > div:first-of-type{ max-width: 958px; margin:auto }You’d have to adapt the sizes as required. You may also like to make special considerations for mobile devices.
There is a chance that the theme has a CSS field in the options, if not then you can make a child theme:
http://codex.ww.wp.xz.cn/Child_Themes
http://premium.wpmudev.org/blog/create-wordpress-child-theme/Or you can instead use a plugin if you like:
http://ww.wp.xz.cn/plugins/custom-css-manager-plugin/screenshots/
http://ww.wp.xz.cn/plugins/my-custom-css/screenshots/
http://ww.wp.xz.cn/plugins/pc-custom-css/
http://ww.wp.xz.cn/plugins/imporved-simpler-css/screenshots/
Have a fantastic day! 🙂
Hope this helps.
Take care.Forum: Themes and Templates
In reply to: [Shell Lite] Adding a blogHey there,
I just took a look at your site and all I see is a 404 page currently.
Perhaps you removed the page?
If you still need help then please let me know.
Take care.
Hey there,
Different themes may assign different IDs or classes, so each of those several themes might require something slightly different. Most of the time a theme would encase it in a H tag, you can read more about that here:
http://www.w3schools.com/tags/tag_hn.asp
So you would target that H tag, for example this forum page has CSS like this:
.topictitle h2 { font-size: 22px; }So on this site it’s target the h2 tag of the topictitle class. It’s a good idea to be as specific as possible, sure you could just target the h2 tag (remove .topictitle) on it’s own but this is generic and would affect any other areas of the site where the theme used the h2 tag, it could render undesirable effects.
Do you have links to these themes functioning on your sites, that should make this much easier 🙂
Take care.
Forum: Themes and Templates
In reply to: Mobile ThemeHey there.
For it to flow naturally with primary first on a single page then you’d definitely need that below:
<!-- #primary -->Unless you did something via JS:
http://stackoverflow.com/questions/7628627/change-order-divs-with-jquery
You mentioned when you do it the way I suggested that it pushes the sidebar down so they’re not beside each other, this is most likely some padding, margin or width. It would be easier if I could see it happening to be able browse through developer tools. 🙂
Looking at the default theme on the main blog page it sets the primary margin on the right to -26.4% and then the secondary has a margin right of 7.6% along with a width of 18.8% (totals 26.4%). You’d need to maybe do something similar to that.
Take care.
Forum: Themes and Templates
In reply to: [Customizr] Getting rid Blog/Page iconAwesome, then you can use this CSS within that CSS field which makes things super easy.
Thanks for letting me know. 🙂
Forum: Themes and Templates
In reply to: [Customizr] Getting rid Blog/Page iconHey there,
You can use this CSS:
.format-icon:before { content:none; }There is a chance that the theme has a CSS field in the options, if not then you can make a child theme:
http://codex.ww.wp.xz.cn/Child_Themes
http://premium.wpmudev.org/blog/create-wordpress-child-theme/Or you can instead use a plugin if you like:
http://ww.wp.xz.cn/plugins/custom-css-manager-plugin/screenshots/
http://ww.wp.xz.cn/plugins/my-custom-css/screenshots/
http://ww.wp.xz.cn/plugins/pc-custom-css/
http://ww.wp.xz.cn/plugins/imporved-simpler-css/screenshots/
Have a fantastic day! 🙂
Forum: Themes and Templates
In reply to: [DevDmBootstrap3] Set up template drop down?Hey there,
As soon as a template is available the drop down will appear when you create or edit a page:
http://codex.ww.wp.xz.cn/Page_Templates#Custom_Page_Template
Hope this helps,
Take care.
Forum: Themes and Templates
In reply to: [Origin] Language – translation errorHey there,
You mentioned you tried to fix the issue, did you update this so it’s in a .mo file or only the .po?
I wasn’t sure from what you are describing, if you’re unsure how to do this then hopefully the following article will help you:
http://premium.wpmudev.org/blog/how-to-translate-a-wordpress-theme/
You need to update the .mo file.
Let me know.
Take care.
Forum: Themes and Templates
In reply to: Edit Post Code to remove author (by [author]) from subtitleHey there,
Unfortunately as that’s a commercial theme we’re not able to assist from ww.wp.xz.cn as per the forum rules:
http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products
Just quickly though, this CSS targets that author information:
.post-author{display:none;}You need to ensure this CSS is called last for it to take effect without needing !important. 🙂
There is a chance that the theme has a CSS field in the options, if not then you can make a child theme:
http://codex.ww.wp.xz.cn/Child_Themes
http://premium.wpmudev.org/blog/create-wordpress-child-theme/Or you can instead use a plugin if you like:
http://ww.wp.xz.cn/plugins/custom-css-manager-plugin/screenshots/
http://ww.wp.xz.cn/plugins/my-custom-css/screenshots/
http://ww.wp.xz.cn/plugins/pc-custom-css/
http://ww.wp.xz.cn/plugins/imporved-simpler-css/screenshots/
Have a fantastic day! 🙂
Forum: Themes and Templates
In reply to: Mobile ThemeI’d updated my post yesterday almost immediately after my response.
I requested a copy of your single.php to see the code structure. On the front of your site primary is listed first, on the single blog page it’s below secondary.
Cheers.