• Resolved primitivenet

    (@primitivenet)


    I love the new look of this plugin – great work there.

    I appreciate there will be some incompatibilities, but the columns seem to be broken on 4.x completely for me.

    To get 2 column pages working, I needed to change the CSS to:

    .su-column {
    	display: block;
    	float: left;
    	margin: 0 0 1em 2%;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    }

    Now to fix the Notes shortcode…

    https://www.ads-software.com/plugins/shortcodes-ultimate/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter primitivenet

    (@primitivenet)

    With the Note shortcode, the change has come by defining the background colour now as “background” and the text colour as “color”, where previously “color” defined the background colour.

    That was rather confusing! I think it’s the right way round now, but hopefully this will be a heads upt o others seeing the same issues.

    On a related note – the skins feature is exactly what I was hoping you’d add – thank you! ??

    Plugin Author Vova

    (@gn_themes)

    I’m confused about that. I was test it with different themes and in different combinations and it works fine. Can you show me shortcode that you’ve used for creating columns?

    Thread Starter primitivenet

    (@primitivenet)

    As per the v4 shortcodes I was just using: [column][/column]

    I’ve had the same issue on two separate themes – Pro Theme Design’s Byline and the popular free CyberChimps’ Responsive using both two and three column designs.

    The fix I made above worked on both occasions.

    It seems I’m not the only one here either:
    https://www.ads-software.com/support/topic/columns-not-working-2

    I am using the latest Chrome on Windows 7 if that helps…

    Plugin Author Vova

    (@gn_themes)

    Thank you!
    Just fixed it and released as 4.0.6.

    Thread Starter primitivenet

    (@primitivenet)

    Awesome – thanks ??

    Thread Starter primitivenet

    (@primitivenet)

    I just updated to the latest version (4.10) and this problem persists on both sites I run the plugin on?

    I have made a very similar fix to above, this time it says:

    .su-column {
    	display: block;
    	float: left;
    	margin: 0 2% 1em 0;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    }

    You can see a page where the columns weren’t working (but are with this fix) here

    Any ideas?

    Thanks

    Plugin Author Vova

    (@gn_themes)

    This is not a bug. You just need to wrap columns into rows.

    [row]
    [column size="1/2"]...[/column]
    [column size="1/2"]...[/column]
    [/row]
    Plugin Author Vova

    (@gn_themes)

    Or, if you don’t want to use [row], you can add last=”1″ to each last column.

    Thread Starter primitivenet

    (@primitivenet)

    That’s it – sorted! Thank you again ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Columns Bug in 4.0.3’ is closed to new replies.