Hi all,
I’m having the same issue with Flexible Content & Foundation’s Tabs.
I need to loop through first time to get the tab titles, and second time to get the content but second loop isn’t fetching the correct data.
<ul>
<!-- While Loop 1 -->
<li class="tabs-title is-active"><a href="#$title">$title</li>
<li class="tabs-title"><a href="#$title">$title</li>
<li class="tabs-title"><a href="#$title">$title</li>
<!-- /While Loop 1 -->
</ul>
<div class="tabs-content">
<!-- While Loop 2 -->
<div class="tabs-panel is-active" id="$title">
<p>$content</p>
</div>
<div class="tabs-panel" id="$title">
<p>$content</p>
</div>
<div class="tabs-panel" id="$title">
<p>$content</p>
</div>
<!-- /While Loop 2 -->
</div>
Any solutions out there?
Thanks
Hi guys,
This morning I updated from 5.7.10 to 5.7.11 and any draft page I try to preview doesn’t load properly since the update. The header/footer load fine, but the body (where we use acf pro) shows a white screen.
Note: I need to have updated to 5.7.11, go to a draft page, save it, then try preview it in order for the error to appear. It wont happen with existing draft pages unless a ‘save draft’ is preformed. Obviously with any new page creations, the error happens on previewing.
I reverted to 5.7.10 to resolve the issue temporarily until a fix is put in place.
Thanks guys.