Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi Chris,

    In looking into this, it seems like there is some styling in dynamic-min.css that is overriding the default Genesis styles that generate the columns. The problem code seems to be on line 3114 of that file.

    .five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth,
        .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths,
        .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
            width: 100%;
            padding: 0 0 25px;
        }

    I can’t tell if this is the default code that is part of Dynamik, or if it was custom code which was added, but either way, If you remove the width:100% all should be well.

    Please let me know if this does not work, and if I can help with anything else.

    Thanks,
    Nick

    Thread Starter Chris Borgman

    (@chrisborgman)

    Thanks for the quick reply!

    I searched dynamik.css, dynamik-min.css and dynamik-custom.css and found nothing…?

    It’s not from another column plugin? I’m trying different ones but of course they all have their own css file.

    Plugin Author Nick Diego

    (@ndiego)

    Hi Chris,

    I don’t use, or have, Dynamik so it is a bit hard for me to double check, but are you sure there is not code like that in my previous post on line 3114 of the dynamik-min.css file?

    That piece of code is in a media query section that has the following @media only screen and (max-width:6000px) { I am pretty sure this was supposed to be 600 rather than 6000. If you adjust that, all the columns work again.

    I hope this help.

    Best,
    Nick

    Thread Starter Chris Borgman

    (@chrisborgman)

    I thought it was a caching issue but it seems your plugin is adding this into DWB.

    I deactivate all plugins and this issue still prevails, I can also still see the media query CSS in Chrome tools, but it does not exist anywhere, that I can find. There’s a comment in that file:

    /* This file is auto-generated from the Dynamik Options settings and custom.css content (if file exists). Any direct edits here will be lost if the settings page is saved */

    The 6000px is a CSS “hack” by DWB author to create a fully fluid layout, up to 6000px. But I have nothing in this media query, empty. I have all kinds of stuff going on: @media only screen and (min-width:1024px) and (max-width:6000px) { }, but no column classes, and that’s not what we are seeing in dev tools anyway.

    When I deactivate GCA the media query CSS goes away. I deleted GCA and reinstalled, reintroduced.

    I have permission to give you a copy of Dynamik Website Builder for development purposes if you’d like to investigate. I sent to outermost design email.

    Thanks!

    Plugin Author Nick Diego

    (@ndiego)

    Hi Chris,

    Since we discovered that this is an issue with the Dynamik theme breaking the builtin Genesis column classes, I am going to mark this as resolved. If I can help with anything else, please let me know.

    Best,
    Nick

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not working with DWB child theme’ is closed to new replies.