We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Since 4.3.4 Update, Fluid Fields Repeat Content

How Do I?

iameric's avatar
iameric
48 posts
6 years ago
iameric's avatar iameric

Hello EE Experts.

I find myself somewhat stumped. I updated a local MAMP version of a client site I am working on from 4.3.3 to 4.3.4 this morning and now any populated fluid field is repeating, thus showing up on the page twice. I am using WYGWAM for RTE, but have tried with a standard EE native textarea as well with the same result.

Here is a piece of my template referring to the fluid field;

<div itemprop="articleBody">
{fluid_content}
    {if content_rte}{content_rte}{/if}
    {if content_code}{content_code}{/if}
    {if figure}
    <figure>
        {figure}
        <figcaption>{figcaption}</figcaption>
    </figure>
    {/if}
    {if youtube_video_id}
    <div class="video_wrapper">
        <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/{youtube_video_id}?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
    </div>
    {/if}
    {if embed_code}{embed_code}{/if}
{/fluid_content}
</div>

Can anyone see an issue with this?

Thanks

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.