このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
| ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
|---|---|---|---|---|---|
|
Error when using with ACF flexible content field
開始者:karenO-2
カテゴリ:English Support
Problem: /public/wp-content/themes/epgglobal/components/builder_page.php file: $loop_item_logo = get_field("logo", $latest_array_id);With: $loop_item_logo = get_field("logo", $latest_array_id);<br />$logo_url = '';<br />$logo_alt = '';<br />if (is_array($loop_item_logo)) {<br /> $logo_url = $loop_item_logo['url'] ?? '';<br /> $logo_alt = $loop_item_logo['alt'] ?? '';<br />}And replace: <div class="cr-all"><img src=".$loop_item_logo["url"]." alt=".$loop_item_logo["alt"]."/></div> With: <div class="cr-all"><img src=".$logo_url." alt=".$logo_alt."/></div> We tested this solution locally and it resolved the issues. If this solution does not apply to your case, or if it seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please open a new support ticket at WPML support forum. |
|
0 | 14 | 2ヶ月前 | |
|
Uncaught InvalidArgumentException: item should be a Collection or an array or an object
開始者:karenO-2
カテゴリ:English Support
Problem: If this solution does not resolve your issue or seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket at WPML support forum. |
|
0 | 2 | 1年、 1ヶ月前 |