• Resolved nickloper

    (@nickloper)


    Hi,

    I’m noticing a possible conflict with the Table of Contents and embedded Beaver Builder rows inside of posts.

    What seems to be happening is the ToC is preventing the Beaver Builder saved css to render properly. When we disable the ToC plugin, the Beaver Builder rows appear as intended.

    I’m running a GeneratePress child theme if that matters.

    Is there a way to get the 2 plugins to play nicely together and respect each other’s css settings?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Steven

    (@shazahm1hotmailcom)

    Please sare aa link with the page that has the issue. Thanks!

    Thread Starter nickloper

    (@nickloper)

    Sure, under “Beaver Builder Saved Rows” on this page, there are a couple examples where the css isn’t honored:

    https://www.sidehustlenation.com/quarterly-progress-report-q2-2020/

    If I disable the Table of Contents, they load as designed. Alternatively, I can add this code to the Additional CSS, but would love to find a way to not have to do that for every post I embed Beaver Builder content into. (And the ToC seems to block the css for embedding the Fusebox podcast player as well.)

    .fl-node-5ed584bf6816a .fl-module-content.fl-node-content {
    margin: 20px !important;
    padding: 20px;
    }
    .fl-node-5ec85d4046296 {
    width: 50%;
    float: right;
    }
    .fl-row.fl-row-full-width.fl-row-bg-none.fl-node-5ec84dead2de7 {
    overflow: hidden;
    margin: 20px 0px;
    }
    .fl-col.fl-node-5ec85cf38d015.fl-col-small {
    float: left;
    width: 50%;
    }

    Any ideas?

    I’m also running W3 Total Cache, which I believe is minifying some css files.

    Thread Starter nickloper

    (@nickloper)

    Any ideas on this? I like the functionality of the Table of Contents.

    Is there a way to get WordPress to respect any embedded element css that comes after the table of contents?

    Thread Starter nickloper

    (@nickloper)

    Disregard … swapped out for a different ToC plugin and problem solved.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Conflict with Beaver Builder css’ is closed to new replies.