• Resolved rohitkwp

    (@rohitkwp)


    Hello community !
    Need help to fixing clean markup html thorugh W3C validator and i found few errors, there are difficult for me to fix. If we use any inbuilt theme builder then they bind css inside div for there element like slider,button,row elements.
    https://www.qsnapnet.com/snaps/hrh0lh94dbs
    Here is my code example

    <div class="banner" id="banner-1632557527">
    <div class="banner-inner fill">
    <div class="banner-bg fill" >
    <div class="bg fill bg-fill "></div>
    </div>
    <div class="banner-layers container">
    <div class="text-inner text-left">
    <strong>Lorem Ipsum is simply dummy text.</strong>
    </div>
    </div>
    </div>
    <style scope="scope">#banner-1632557527 {
    padding-top: 480px;
    }
    #banner-1632557527 .bg.bg-loaded {
    background-image: url(../xyz.jpg);
    }
    #banner-1632557527 .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    }
    </style>
    </div>

    if someone has an idea please share with me.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your website’s design choices are made by your active theme. This is doubly so if you’re using the said theme’s bundled page builder, and not WordPress’ native page builder.

    I can see you’re using the commercial theme, Flatsome. WordPress support volunteers here at www.ads-software.com don’t have access to any commercial themes or plugins. This makes it impossible for any of us to install your theme, test to find out what’s not working, and provide any support for you.

    Your best bet would be to contact your theme’s developer or the marketplace where you purchase your Flatsome theme from for support with this.

    https://themeforest.net/item/flatsome-multipurpose-responsive-woocommerce-theme/5484319/support

    Good luck!

    Thread Starter rohitkwp

    (@rohitkwp)

    Thanks (@gappiah)
    For your supporting!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Element style not allowed as child of element div in this context for wp theme’ is closed to new replies.