Permalink change to Post name→Home page “not found” in WP site not in the root directory

# 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

css property: clear

The clear property specifies which side(s) of an element other floating elements are not allowed.

CSS Syntax

clear: none|left|right|both|initial|inherit;

Property Values

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プロパティで左寄せ、 または右寄せを指定された要素に対する回り込みを解除する際に使用します。

■値

left
左寄せされた要素に対する回り込みを解除します。
right
右寄せされた要素に対する回り込みを解除します。
both
左寄せ、または右寄せされた全ての要素に対する回り込みを解除します。
none
回り込みを解除しません。これが初期値です。

nth-child(3){

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%;}

Post order

<?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”)

Failed to remove theme of WP

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.

png 圧縮 by tinypng

@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と考えていいだろう。