I have similar problem but with the content more field
I set up some title content and content more row, but the content more datas does not appear on my page. Could You please help me why?
Unfortunately I am not proficient in programming, but i think i found the relevant code:
“<? elseif (get_row_layout() == ‘content_more’): // layout: Content more ?>
<div class=”content_more anim_long row_content_<? echo $i; ?>”>
<div class=”content_wrapper hide”>
<? the_sub_field(‘content_more’); ?>
</div>
” href=”javascript:void(0)”>Read the full story
</div>”
https://imgur.com/KaK2iUe admin/page
https://imgur.com/0egRi2k admin/acf field groups
The title and the content fields are appearing fine on the homepage (after the age verification). And there is the content more field, what should appear when You click on the “read the full story” button. But if You click the button nothing happening.
The site: spanishoakbrandy.eu
Thanks for your answer!
Best regards
Neither me 🙂 What code would help us?
Hm i got “Notice: Array to string conversion in… line 7/line 9
<?php
global $options;
foreach ($options as $value) {
if(!isset($value[‘id’])) continue;
if (get_option( $value[‘id’] ) === FALSE) {
if(isset($value[‘std’]))
$$value[‘id’] = $value[‘std’];
} else {
$$value[‘id’] = get_option($value[‘id’]);
}
}
?>
It looks too complicated for me
Not a blank page. The logo and menu are there. The content made via ACF missing on every page. All the rest content is oke.
I tried it, but didnt help 🙁
I set up the old db and used the interconnectit to change the old domain to the new one and used a life run, but the result is the same.
I will check it and post the result 🙂 Thank you very much!
Best Regards!
Exported in phpmyadmin, and changed in the sql file the old (spanishoakbrandy.com) URLs to the new (spanishoakbrandy.eu). Then I imported in the new servers phpmyadmin to the new database.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.