Mayo Moriyama
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ruffie] Syntax Error in functions.phpHello! Could you describe which PHP version are you using?
- This reply was modified 8 years, 3 months ago by Mayo Moriyama.
Forum: Themes and Templates
In reply to: [Klopp] TranslationHello it’s me again.
I tested this theme with .mo file and it worked.
Please make sure you put your language files like “/themes/klopp/languages/ja.mo”.Forum: Themes and Templates
In reply to: [Klopp] TranslationHello fumipyo! I can help around translation.
Which “languages folder” you upload translation files to?
Is your WordPress dashboard in Japanese? if so, you don’t need edit wp-config.phpForum: Plugins
In reply to: [Like me if you like this article] とてもいいプラグインです。ありがとうございます!
今月中を目標に実装します。よろしくお願いします!
Forum: Plugins
In reply to: [Custom Nextpage] change font sizeHi Gunivortus!
In case of still having this problem, you can use this code:
.page-links { font-size: 1.6em; }
In this plugin, the class of the list should be
page-links
.Forum: Plugins
In reply to: [Custom Nextpage] Position too lowHi @lutzh-1
You can fix the position with using CSS. Actual code will depend on which theme you use.Forum: Plugins
In reply to: [Custom Nextpage] I get 404 errors when I click on subsequent pagesHi @icarusd I had same problem and I deleted these lines in a plugin.
https://gist.github.com/mayukojpn/e3b0940cd57dec2ac268cfe5247ff9b8
Forum: Plugins
In reply to: [Like me if you like this article] It doesn't workIf you still have any problem, please let me know!
Forum: Themes and Templates
In reply to: [Chocolat] troubles with customizingHi Kate-DoYouCake!
Isn’t it occurred with other theme?
What version of WordPress do you use?
These information will be help. ??Forum: Themes and Templates
In reply to: [Chocolat] Random letters presentHi zhangleji!
Random letters should be icon web fonts. If you have trouble to read icon web fonts, these will become random letters.
In PERI95’s case, his website tries to read icon web font from different web sites. It’s prohibited in his environment. I had to say “replace” not “remove”. ??Forum: Plugins
In reply to: [Like me if you like this article] It doesn't workHi vodacce! I’m very sorry but it had a bug around setting fields. it was fixed by version 0.6.
Forum: Themes and Templates
In reply to: [Chocolat] Header slider,Chocolat temeThank you for reporting! Can you mark
resolved
this thread? Thanks again!Forum: Themes and Templates
In reply to: [Chocolat] Increase text sizeTry pasting this code to
Custom CSS
.* {
font-size: 105%;
}Forum: Themes and Templates
In reply to: [Chocolat] MS Custom Login nagHello. Try commenting out these lines in
functions.php
.// 2.1.0.4 – TGM Plugin Activation
if ( current_user_can( ‘edit_theme_options’ ) ) {
require_once( get_template_directory() . ‘/admin/inc/tgm-plugin-installer.php’ );
}Forum: Themes and Templates
In reply to: [Chocolat] Page Top image not showing on homepageHello! Do you still have this problem? I agree that you cached some data. Try see your web site from other device to see if this problem is cache or not.