• Resolved Kristal13

    (@kristal13)


    I’m using Genesis with Dynamik child theme, and when I updated everything I noticed an error that the EZ home page widgets were not aligning properly on my site (built by Dynamik child-theme). On a separate test site, everything works fine until I activate the Genesis Columns Advanced plugin. The plugin has some sort of setting that is messing with the home page builder in Dynamik. You can see what I mean on my test site here: http://peddlergraphics.com/test/

    How can I fix this?

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

    (@ndiego)

    Hi Kristal,

    I apologize for the trouble. In the newer versions of GCA, a plugin specific stylesheet was added. The purpose was to allow non-Genesis users to be able to use the plugin and also some Genesis themes do not include the column style in their own stylesheets, which would cause GCA to fail.

    That said, many Genesis themes do include their own column styles which can conflict with the builtin styles of GCA. To address this, you can easily disable the default GCA stylesheet completely. Simply add the following to your theme’s functions.php file.

    add_filter( 'gca_load_column_styles', '__return_false' );

    Please let me know if you run into any issues, or have additional questions.

    Nick

    • This reply was modified 9 years, 7 months ago by Nick Diego.
    Thread Starter Kristal13

    (@kristal13)

    That works, thank you! Perhaps in future releases, you can add an option to turn the style on or off depending on your theme? I hate to edit the php files as I can never remember to update it when I update to newer versions!

    Plugin Author Nick Diego

    (@ndiego)

    Great I am glad it is working. I also appreciate the feedback. If I do decide to add a setting panel, I will definitely add this option.

    Nick

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

The topic ‘Bug/Compatible Issue Found’ is closed to new replies.