nipper様
直接 URL にてログインできました、
理由もご記載いただき、ありがとうございました。
Stucco Business Themeのテーマのログインについて
2018年8月13日 at 10:42
インストールした環境
さくらのCMS クイックインストール 8.4.0
MySQL5.7
PHP5.6.37(CGI版)
php.ini はこんな感じです
-----------------------------------------
cgi.fix_pathinfo=1
default_charset = UTF-8
mbstring.language = neutral
mbstring.internal_encoding = UTF-8
mbstring.http_input = auto
mbstring.http_output = UTF-8
iconv.input_encoding = UTF-8
iconv.internal_encoding = UTF-8
iconv.output_encoding = UTF-8
date.timezone = "Asia/Tokyo"
upload_max_filesize=256M
post_max_size=265M
magic_quotes_gpc = Off
-----------------------------------------
で、
エレメンタル での ログインは、フォーム右下部 にありますが
Stucco Business Theme テーマをに変更すると、
ログインの表示がありません
Google Chrome
Microsoft Edge
で、ともに同じ事象です、どこがマズイでしょうか?
タグ:
Your post has been saved and will be published after approval by the forum moderator.
nipper
Re: Stucco Business Themeのテーマのログインについて
Stucco の場合、ページ右下の『ログイン』は、ホームのテンプレートのみ表示します。(添付画像を参照してください)
理由としては、一般的なサイトの場合は『ログイン』の表示が無い方がいいのでは? という判断です。
ホームテンプレートを適用していただくか、下記のように直接 URL にてログインしてください。
/hogehoge/index.php/login(プリティ URL を設定している場合は、index.php は不要)
よろしくお願いします。