shinchaya
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Gallery & Repeater Fields for ACF] The “Repeater” does not workTo reiterate, I am currently facing this issue with WordPress 7.0.
I am using the sample code you provided exactly as is, but it doesn’t work.<?php // Standard ACF repeater usage if (have_rows('team_members')) : while (have_rows('team_members')) : the_row(); $name = get_sub_field('name'); $photo = get_sub_field('photo'); echo '<div class="member">'; echo '<h3>' . esc_html($name) . '</h3>'; if ($photo) { echo wp_get_attachment_image($photo, 'medium'); } echo '</div>'; endwhile; endif; ?>The values entered in the following code were also correct.
What am I doing wrong?<?php
global $post;
echo '<pre>Post ID: ' . get_the_ID() . '</pre>';
echo '<pre>team_members raw: ';
var_dump(get_field('team_members'));
echo '</pre>';
?>- This reply was modified 1 month, 1 week ago by shinchaya.
Forum: Plugins
In reply to: [Advanced Gallery & Repeater Fields for ACF] Completely unusableSorry, I misunderstood the issue with the user editing screen because it was the first time I’d seen it. The user editing screen worked correctly, but it seems that the “Repeater” get_sub_field method isn’t outputting anything.
I updated to version 7.1 and the problem has been solved. Thanks.
問題が解消した。ありがとう。
Forum: Plugins
In reply to: [SEO SIMPLE PACK] titleタグが重複する@looswebstudio 対処いただきありがとうございました。
Forum: Plugins
In reply to: [Print-O-Matic] Print-O-Matic – Using Target Attributes to Define What PrintsIn my case, after updating, the “Default Target Attribute” setting disappears, and even if I set it again, only Content is printed. How can this be normal?
WordPress 6.0
Print-O-Matic 2.1.6Forum: Themes and Templates
In reply to: [Storefront] Warninng on all posts and pagesHuh?
Is this not Support for Theme “Storefront”?Forum: Plugins
In reply to: [Multi Device Switcher] Warning: Cannot modify header information提起した時点のものは危急の案件だったので別の応急対応をしてやり過ごしてしまったので、再び同じ事象が起こるまでご連絡が遅くなり申し訳ありません。
Warning: Cannot modify header information – headers already sent by (output started at /home/△△△/●●●.com/public_html/index.html:120) in /home/△△△/●●●.com/public_html/wordpress/wp-content/plugins/multi-device-switcher/multi-device-switcher.php on line 136
html上でphpを動かせる設定をhtaccessで行なって、静的htmlファイル(https://●●●.com/index.html)に
require( dirname( __FILE__ ) .’/wordpress/wp-load.php’);
を記述して120行目でWP Queryで新着投稿一覧を出力しようとしていて、上記のWarningが出力されます。
スマホ用閲覧ページ(https://●●●.com/sp/index.html)にも同様に新着投稿一覧を出力しようして、multi-device-switcher.php on line 133で同じ内容のWarningが出力されます。Forum: Plugins
In reply to: [Contact Form 7] Japanese input garbled charactersI am sorry. Since there is a possibility that it is a special part that I manage, I withdraw once and check it continuously.
Mr. Miyoshi
I got an output result as expected.
Thank you for your response regardless of your busy situation.期待どおりの出力結果を得られました。
ご多忙にも関わらずご回答頂きましてありがとうございます。Forum: Plugins
In reply to: [Head Cleaner] Invalid argument Error at WP4.7It is nonsense to modify the program in the plugins folder.
Are you going to fix it whenever an update comes up?