フォーラムへの返信

11件の返信を表示中 - 1 - 11件目 (全11件中)
  • フォーラム: 使い方全般
    返信が含まれるトピック: httpsのSSL化でダッシュボードにログインできない
    トピック投稿者 SACHI

    (@yohei696969)

    お世話になります。

    早速、.htaccessをご指定の記述に全て変更にしたのですが下記の500エラーメッセージが出て繋がらなくなりました。

    CloudFlareのCDNを別の方法で停止させる事ができれば良いという事でしょうか?

    ネームサーバー変更の方は試してないのですが、ほかの運営サイトも紐づいてる場合支障きたす可能性などもあるのでしょうか。

    こちらの方も無知ですみません・・・。

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator at webmaster@biganki-ranking2016.com to inform them of the time this error occurred, and the actions you performed just before this error.
    More information about this error may be available in the server error log.
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    フォーラム: 使い方全般
    返信が含まれるトピック: httpsのSSL化でダッシュボードにログインできない
    トピック投稿者 SACHI

    (@yohei696969)

    お世話になります。

    ご返信ありがとうございます。

    私も、W3TC Browser Cacheが原因かと思い、ログインができないので、停止ができない為、FTPから削除をしたところでした。

    しかし、削除後の現在でもログインできない状態が続いています。
    ちなみに現在入れているプラグインは下記の通りです。

         addquicktag 755 11月18日 2017
    adsense-manager 755 7月13日 09:52
    akismet 755 7月5日 23:47
    all-in-one-seo-pack 755 7月18日 13:34
    contact-form-7 755 7月13日 08:54
    ewww-image-optimizer 755 7月11日 23:17
    google-sitemap-generator 755 8月16日 2017
    google-xml-sitemap 755 6月23日 2016
    master-post-advert 755 6月23日 2016
    ps-auto-sitemap 755 6月23日 2016
    speech-bubble 755 4月5日 2017
    table-of-contents-plus 755 4月11日 2017
    tinymce-advanced 755 5月30日 23:04
    wordpress-popular-posts 755 7月5日 23:47
    wp-copyright-protection 755 6月23日 2016
    wp-multibyte-patch 755 12月13日 2016
    wp-postviews 755 4月2日 2017
    wp-to-twitter 755 5月30日 23:04
    wp-user-avatar

    フォーラム: 使い方全般
    返信が含まれるトピック: httpsのSSL化でダッシュボードにログインできない
    トピック投稿者 SACHI

    (@yohei696969)

    1点訂正があります。

    エラーメッセージの部分で「wp-login.php」ではなく「wp-admin」でした。

    フォーラム: 使い方全般
    返信が含まれるトピック: httpsのSSL化でダッシュボードにログインできない
    トピック投稿者 SACHI

    (@yohei696969)

    お返事ありがとうございます。

    問題の発生しているサイトと他の4サイトは.htaccessの内容は同じでした。
    ちなみに問題の発生してるサイトの方の.htaccessは下記の通りになります。

    #suPHP_ConfigPath /home/news-sokuhou/biganki-ranking2016.com/xserver_php/
    # BEGIN W3TC Browser Cache
    <IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/bmp application/java application/msword application/vnd.ms-fontobject application/x-msdownload image/x-icon image/webp application/json application/vnd.ms-access application/vnd.ms-project application/x-font-otf application/vnd.ms-opentype application/vnd.oasis.opendocument.database application/vnd.oasis.opendocument.chart application/vnd.oasis.opendocument.formula application/vnd.oasis.opendocument.graphics application/vnd.oasis.opendocument.presentation application/vnd.oasis.opendocument.spreadsheet application/vnd.oasis.opendocument.text audio/ogg application/pdf application/vnd.ms-powerpoint image/svg+xml application/x-shockwave-flash image/tiff application/x-font-ttf application/vnd.ms-opentype audio/wav application/vnd.ms-write application/font-woff application/font-woff2 application/vnd.ms-excel
    <IfModule mod_mime.c>
    # DEFLATE by extension
    AddOutputFilter DEFLATE js css htm html xml
    </IfModule>
    </IfModule>
    <FilesMatch “\.(html|htm|rtf|rtx|svg|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|SVG|TXT|XSD|XSL|XML)$”>
    <IfModule mod_headers.c>
    Header append Vary User-Agent env=!dont-vary
    </IfModule>
    </FilesMatch>
    <FilesMatch “\.(bmp|class|doc|docx|eot|exe|ico|webp|json|mdb|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|pot|pps|ppt|pptx|svg|svgz|swf|tif|tiff|ttf|ttc|_ttf|wav|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|BMP|CLASS|DOC|DOCX|EOT|EXE|ICO|WEBP|JSON|MDB|MPP|OTF|_OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|POT|PPS|PPT|PPTX|SVG|SVGZ|SWF|TIF|TIFF|TTF|TTC|_TTF|WAV|WRI|WOFF|WOFF2|XLA|XLS|XLSX|XLT|XLW)$”>
    <IfModule mod_headers.c>
    Header unset Last-Modified
    </IfModule>
    </FilesMatch>
    <IfModule mod_headers.c>
    Header set Referrer-Policy “”
    </IfModule>
    # END W3TC Browser Cache
    # 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
    #AddHandler x-httpd-php5.5 .php .phps
    #AddHandler fcgid-script .php .phps
    #FCGIWrapper “/home/news-sokuhou/biganki-ranking2016.com/xserver_php/php-cgi” .php
    #FCGIWrapper “/home/news-sokuhou/biganki-ranking2016.com/xserver_php/php-cgi” .phps

    フォーラム: テーマ
    返信が含まれるトピック: 賢威7のスマホ画面にミドルメニューを付ける方法
    トピック投稿者 SACHI

    (@yohei696969)

    お世話になります。

    ご回答ありがとうございます。
    おっしゃる通りテーマのサポートセンターに伺うべきですね。

    ありがとうございました。

    フォーラム: その他
    返信が含まれるトピック: wordpressの表の余白の消し方!
    トピック投稿者 SACHI

    (@yohei696969)

    ishitaka様

    ご提案ありがとうございます。

    賢威7のテンプレートなのでbaseの最末尾に
    th, td { padding: 0.25em 0.1em; }
    を挿入してみましたが、変わらずです・・・。

    フォーラム: その他
    返信が含まれるトピック: wordpressの表の余白の消し方!
    トピック投稿者 SACHI

    (@yohei696969)

    nobita様

    ご丁寧にありがとうございます。

    <table style=”width:auto;” cellspacing=”1″>
    に切り替えてみましたが、文字を入れるとやはり「セルの余白」は消えません・・・

    フォーラム: その他
    返信が含まれるトピック: wordpressの表の余白の消し方!
    トピック投稿者 SACHI

    (@yohei696969)

    お世話になります。

    ご丁寧にありがとうございます。
    フォントをpxに修正して以下のような記述にしてみました。

    しかし、空欄のところのセルは小さくなりましたが、文字を入れると「セルの余白」が解消されないままです。

    テーマの仕様だと思うのですが「余白を消す方法」はないでしょうか?

    <table style=”width: 100%;” cellspacing=”1″>
    <thead>
    <tr style=”background-color: #0063f7; height: 10px;”>
    <td style=”height: 10px; text-align: center;”><span style=”font-size: 12pt;”><span style=”color: #ffffff;”>日程</span></span></td>
    <td style=”height: 10px; text-align: center;”><span style=”font-size: 12pt;”><span style=”color: #ffffff;”>銘柄</span></span></td>
    <td style=”height: 10px; text-align: center;”><span style=”font-size: 12pt;”><span style=”color: #ffffff;”>内容</span></span></td>
    </tr>
    </thead>
    <tbody>
    <tr style=”height: 10px;”>
    <td style=”height: 10px;”><span style=”font-size: 10pt;”>3日</span></td>
    <td style=”height: 10px;”><span style=”font-size: 10pt;”>みかん</span></td>
    <td style=”height: 10px;”><span style=”font-size: 10pt;”>100%ボーナス →参加方法</span></td>
    </tr>
    <tr style=”height: 10px;”>
    <td style=”height: 10px;”><span style=”font-size: 10pt;”>5日</span></td>
    <td style=”height: 10px;”><span style=”font-size: 10pt;”>リンゴ</span></td>
    <td style=”height: 10px;”><span style=”font-size: 10pt;”>セール開始 →参加方法</span></td>
    </tr>
    <tr style=”height: 10px;”>
    <td style=”height: 10px;”> <span style=”font-size: 10pt;”>6日</span></td>
    <td style=”height: 10px;”> <span style=”font-size: 10pt;”>メロン</span></td>
    <td style=”height: 10px;”> <span style=”font-size: 10pt;”>カバン</span></td>
    </tr>
    <tr style=”height: 10px;”>
    <td style=”height: 10px;”></td>
    <td style=”height: 10px;”></td>
    <td style=”height: 10px;”></td>
    </tr>
    <tr style=”height: 10px;”>
    <td style=”height: 10px;”></td>
    <td style=”height: 10px;”></td>
    <td style=”height: 10px;”></td>
    </tr>
    <tr style=”height: 10px;”>
    <td style=”height: 10px;”></td>
    <td style=”height: 10px;”></td>
    <td style=”height: 10px;”></td>
    </tr>
    </tbody>
    </table>

    フォーラム: その他
    返信が含まれるトピック: wordpressの表の余白の消し方!
    トピック投稿者 SACHI

    (@yohei696969)

    お返事ありがとうございます。

    すみません。素人なものでして、セル24pxは意図したものではございません。

    トピック投稿者 SACHI

    (@yohei696969)

    munyagu様

    ご丁寧にアドバイスありがとうございます。
    ご指摘の通り記事一覧ページが重複しています。

    パラメーターがソーシャル系なのですが心当たりなかったものでそちらの方を気にしていました。
    記事一覧ページに対する対策なのですが、キャッシュされないようにしてエラーを減らしたいです。

    プラグイン All in one SEO Packを利用しておりまして、ご返信後
    「ページ付けされたページ/投稿に noindex を使用」にチェックを入れてみました。
    こちらの設定で記事一覧ページを表示されなくなればいいのですが、いかがでしょうか?

    トピック投稿者 SACHI

    (@yohei696969)

    ご回答ありがとうございます。

    6.4 Entry Contentの
    .entry-content h2:first-child
    は弄っておりません。

    逆に.entry-content h2:first-childの方を
    どうにか弄る事で解決出来るのでしょうか?

    キャッシュ系の機能はサーバで使用しておりません。
    宜しくお願いいたします。

11件の返信を表示中 - 1 - 11件目 (全11件中)