nobita
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] The plugin demo page seems to be brokenTwenty thirteen theme, plugins are dead except for Gutenberg.
https://watch.screencastify.com/v/APtszSIR0VPObXlzVrHQ
Thank you.
Forum: Plugins
In reply to: [Gutenberg] The plugin demo page seems to be brokenDashboard (wp-admin/index.php) left Sidebar menu In the Gutenberg submenu, there is an item Demo
Forum: Plugins
In reply to: [WP-SCSS] THE FIX for the 3.0 fatal errorThanks for providing the solution for wp-scss 3.0
Forum: Plugins
In reply to: [WP-SCSS] 3.0 PHP ErrorsHi
I am getting the same error.I’ve checked your site again and it’s showing the same error as last time.
Even if the code is commented out, there seems to be an error that continues to be displayed.Please let me know what error you keep getting
This error is occurring in the part that parses the google font settings. So commenting it out will change the font.
This can be reverted by writing additional CSS.
Please let me know the input contents of the following items.- Customize / Site Identity / CSS Class of Site Title
- Customize / Presentation / Post / Entry Title CSS Class
- Appearance / Menus / CSS Classes (optional) on Primary Menu
Note: Setting WP_DEBUG_DISPLAY worked as expected in my environment.
Thank you.
In the previous answer, I wrote a general explanation for not displaying website errors on the web page
Then comment out the part where the error occurs
https://github.com/tenman/raindrops/blob/master/lib/hooks.php#L227-L232
Comment out like below
//add_filter( 'raindrops_site_title_class', 'raindrops_custom_site_title_class' ); //add_filter( 'raindrops_embed_meta_css', 'raindrops_custom_site_title_style' ); //add_filter( 'raindrops_embed_meta_pre', 'raindrops_apply_google_font_import_rule_for_site_title' ); //add_filter( 'raindrops_embed_meta_pre', 'raindrops_apply_google_font_import_rule_for_primary_menu' ); //add_filter( 'raindrops_embed_meta_css', 'raindrops_apply_google_font_styles_for_site_title' ); //add_filter( 'raindrops_embed_meta_css', 'raindrops_apply_google_font_styles_for_primary_menu' );
`
You are probably updating to PHP8.
This version was not popular when this theme was last updated.Thenk you.
- This reply was modified 2 years, 1 month ago by nobita.
Hi @terjemid
There appear a long, ugly error message on my web-pages
Wordpress / wp-config.php add below line.
define('WP_DEBUG_DISPLAY',false);
The error will no longer be displayed on the website
Thank you.
Forum: Themes and Templates
In reply to: [raindrops] future of raindrops?should I send you a link?
Please sent me.
Thank you.
Forum: Themes and Templates
In reply to: [raindrops] future of raindrops?Hi @soile2020
No updates for longest time and now my webhost upgraded the PHP to 8.0 so everything went white. Now it′s temporary back to 7.4 where it worked. In November I′m forced to go 8.0.
I’ve just started looking into what kind of error Raindrops raises in PHP Version 8.0.12.
WordPress 6.o.2
install plugins
- On This Day (by Room 34)
- AddToAny Share Buttons
- ARI Fancy Lightbox – WordPress Popup
- Feed Them Social – for Twitter feed, Youtube and more
One multisite simply updated to PHP8,
One single site with activated plugins that you use on your site.So far I haven’t found any errors that cause “everything went white”.
Is it possible to use WP_DEBUG to tell me what kind of error you get?
If I know what caused the error, I maybe able to fix it.
I’m certainly not actively updating Raindrops, but I’m not giving up on maintenance.
One of the reasons I stopped updating is the changing environment surrounding WordPress themes.
Modern WordPress does not use the PHP templating system that this theme uses.
In such an environment, the theme would break if I tried to adapt it to the latest WordPress features.The WordPress theme directory hosts 5000 themes, but only 150 themes are compatible with the latest WordPress.
Most themes are now called classic themes, similar to Raindrops.
For now, I love meeting people like you who love Raindrops.
I would love to help them, but I can’t promise how long I will be able to do so.Thank you.
- This reply was modified 2 years, 1 month ago by nobita.
Forum: Themes and Templates
In reply to: [raindrops] 「最新の投稿」が「最新投稿のタイトル一覧」にトップバーの右側 更新ボタンの右側の歯車をクリックすると たぶん表示できます。
Forum: Themes and Templates
In reply to: [raindrops] 「最新の投稿」が「最新投稿のタイトル一覧」にLatest Posts (コアブロック)の表示方法について
1. 管理画面 / 外観 / ウィジェットを開きます。
2.スティッキーウィジェットの下向き矢印をクリックすると枠線で囲まれた+マークが表示されます。
3. + をクリックすると、ダイアログボックスが表示されるので、すべて表示をクリックします
4. 左サイドバーが表示されるので、 widget の項目内で、「Latest Posts(最新の投稿)」を見つけクリックしてください。
https://www.tenman.info/wp3/raindrops/files/tempsnip.png
5. 右サイドバーに、投稿コンテンツをONにして、要約、全文表示を選択します。その他の項目も、好みに応じて設定してください。6. 次に右のサイドバーの一番下に「追加CSSクラス」という項目があるので、「my-latest-post」と入力します。(クラスを入力しないでCSSを書くと、他の場所のスタイルも変更されるのを防ぐためです。)
https://www.tenman.info/wp3/raindrops/files/add-class-name.png
7. 保存したら、カスタマイザーに移動して追加CSSに、以下のスタイルを入力してください。#raindrops .my-latest-post li{ display:block; }
上記の作業で、以下のように表示されます。
https://www.tenman.info/wp3/raindrops/files/test-result.pngこの作業は、ウィジェットだけでなく、固定ページや投稿でも表示することができます。
うまくいかないときには、また連絡いただけますようお願いします。
- This reply was modified 2 years, 1 month ago by nobita.
Forum: Themes and Templates
In reply to: [raindrops] 「最新の投稿」が「最新投稿のタイトル一覧」にこんにちは、
どうも、何からの理由で「最新の記事」が「最新の記事のタイトル一覧を表示する」ようになっている
サイドバーで使用するというのが主目的だったため、コンパクトに表示できるように、そのようになっています。
最新のワードプレスをご使用の場合は、ワードプレス本体の機能で「最新の投稿ブロック」というのがあります。
可能であれば、WordPressのバージョン、クラッシックエディタプラグインを使用しているか、いないかをご連絡ください。
Forum: Themes and Templates
In reply to: [raindrops] Menu disappears in 1-3 secsHi @patto1978
It appears as such when there are too many items in the primary menu.
Please Change your customizer settings
Customize / Presentation / Menu /
Primary Menu Automatic Responsive
Set NO and save
Thank you.
Forum: Themes and Templates
In reply to: [emulsion] Select DropdownHi
https://snipboard.io/sh7q0O.jpg
Want to display in a layout similar to capture?
In the group blocks, turn off the Inner blocks use full width setting.
No need to set wide widthIt looks like you’re adding the following styles, but you don’t need them either
select { position: absolute; top: 130px; left: 29%; width: 350px; z-index: 1; }
Customize/ Theme Scheme
Site Editor with Custom CSS.
change enabled and saveOnce saved, open the blog once and then open the customizer again to see the Additional CSS entry.
Add CSS
div.wide table th, div.wide table td{ white-space:pre; } div.wide{ width:100%; overflow-x:auto; }
For block image, select full width from the menu displayed above the block
Thank you.
- This reply was modified 2 years, 4 months ago by nobita.
Do you advise me to update to wordpress 6.0.1?
There is no idea recommending anyone who already runs a website using the raindrops theme to update to WordPress 6.0.1.
The reason I use WordPress 6.0.1 is to create the latest WordPress themes.
This theme works both as a raindrops-like (classic theme) and as a new block theme.
The themes I have published now are as follows.
https://www.ads-software.com/themes/emulsion/
Thank you.