• Resolved adambundy

    (@adambundy)


    Thanks for this! I had played with some of the other plugins that add shortcodes for ALL the Foundation features, but I just wanted the grid. Works very well once you get used to what it does.

    Would it be possible to detect non shortcode-wrapped content during your filtering and wrap those chunks in a row container for correct padding?

    Something also seems to be happening for me if the first paragraph is on the first line in the editor – it doesn’t get the autop but subsequent paragraphs do.

    Thanks again!

    https://www.ads-software.com/plugins/foundation-columns/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter adambundy

    (@adambundy)

    I added this to my CSS to band-aid this, but doesn’t seem a good road to be heading down:

    .entry-content > .row > p,
    .entry-content > .row > h3 { // add all the other usual suspects
    	padding-left: 0.9375rem;
    	padding-right: 0.9375rem;
    }
    Plugin Author tormorten

    (@tormorten)

    Hi and thanks for your response and feedback.

    I’ll have a look into wrapping non-shortcode content in a row/column aswell as the bug with the first paragraph. I’m sure it has something to do with the filtering process. I’ll let you know once I’ve found a solution.

    Thanks!

    Plugin Author tormorten

    (@tormorten)

    Should be OK with version 0.6 of the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Awesome! Great plugin – small feature request’ is closed to new replies.