Mathematica 10.0 for Linux in Debian 3.2.65-1+deb7u2 i686 GNU/Linux
home/Wolfram/Mathematica/10.0/Executables/Mathematica, mathematica;
#LANG=ja_JP.eucJP
LANG=ja_JP.UTF-8
This could make it.
Mathematica 10.0 for Linux in Debian 3.2.65-1+deb7u2 i686 GNU/Linux
home/Wolfram/Mathematica/10.0/Executables/Mathematica, mathematica;
#LANG=ja_JP.eucJP
LANG=ja_JP.UTF-8
This could make it.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# BEGIN Lolipop [ http://lolipop.jp/manual/blog/wp-htaccess/ ]
<Files wp-login.php>
ErrorDocument 403 /lolipop_service_documents/wp-login-deny.html
Order deny,allow
Deny from all
Allow from 175.108.112.111
</Files>
# END Lolipop
—————
Modification in .htaccess
——————————————————
RewriteBase / → RewriteBase /en/
RewriteRule . /index.php [L] → RewriteRule . index.php [L]
———————————————
Moreover in Menu→Home→URL: http://tokyoguide-noriko.net/en/
→ http://tokyoguide-noriko.net/
Also yo may better to check the permalink of the actual Home page.
Whole modification will make:
http://tokyoguide-noriko.net/en/ : not found
The clear property specifies which side(s) of an element other floating elements are not allowed.
| Value | Description |
|---|---|
| none | Default. Allows floating elements on both sides |
| left | No floating elements allowed on the left side |
| right | No floating elements allowed on the right side |
| both | No floating elements allowed on either the left or the right side |
| initial | Sets this property to its default value. Read about initial |
| inherit | Inherits this property from its parent element. Read about inherit |
clearプロパティは、floatプロパティで左寄せ、 または右寄せを指定された要素に対する回り込みを解除する際に使用します。
footer ul li{
float:left;padding-right: 1em; list-style-type:none;
overflow:hidden;
display:block;
width:25%;
color:#fff;
line-height:1em; font-size:85%;
padding:1em 0;
margin:0 0 0 0;}
footer ul li:nth-child(3){
width:40%;}
<?php echo do_shortcode(‘[metaslider id=474]’);?>
Don’t activate this carelessly.
If activated,
in $terms = get_terms(“in_tokyo”,”orderby=slug”);
changing slug may not become effective.
<?php
$args = array(
‘post_type’ => ‘kyoto_courses’,
‘taxonomy’ => ‘courses_kyoto’,
‘term’ => ‘kobe-standard-tours’,
‘orderby’=>’title’,
‘order’=> ‘ASC’ ); ?>
<!–<?php query_posts( $args ); ?>–>
<?php get_posts( $args ); ?>
————————————————-
Note that default is: ‘order’=> ‘DSC
( Also default: ‘orderby’=>’date”)
Plugin was blocking. Deactivating (dkoated-cta-buttons) soved the problem.
This plugin hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
<script type=”text/javascript” src=”<?php echo get_stylesheet_directory_uri(); ?>/js/heightLine.js” defer ></script>
@homepage:jjapantourguide.lolipop.jp;
圧縮@tinypng.com
Compression of logo.png and murakoshi.png improved speed performance analyzed by developers.google.com/speed
mobile 53% → 60%
PC 73#→ 84%
さらに visual2.jpg 圧縮
mobile 66%
さらに size変更をすれば mobile改善葉見込めるが、PC画像は劣化するだろうから不可。
なお、
mobile user experience: 87% 修正必要ではあるが、green labelで結果が表示されており、goodと考えていいだろう。