• Resolved siteducky

    (@siteducky)


    I’m not sure what happened – or what is happening. Whether the shortcode isn’t being stripped out, or if it is but somehow the styling isn’t? I’ve always had Advanced Excerpt set to strip out shortcodes (using a a column shortcode in the content) and this used to work… but it was called to my attention that it’s giving me two columns again in the excerpt. I am seeing the div call for the column css – which I tried to use the Advanced Excerpt setting to strip out the div tag it mostly works, but then of my padding is off for other div calls for the whole block of text. Any thoughts?

    The page I need help with: [log in to see the link]

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

    (@wpkube)

    Hi @siteducky

    Try adding this in WP admin > Appearance > CUstomize > Additional CSS:

    .entry-summary .two_third {
        width: 100%;
    }
    Thread Starter siteducky

    (@siteducky)

    That worked – I thought maybe I didn’t have a setting right. On another site (we duplicate these all the time) I was able to do a different workaround. So I have a couple of tricks up my sleeve now – thank you!

    Plugin Author WPKube

    (@wpkube)

    You’re welcome, happy to hear it worked out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘At some point either not stripping shortcode or leaving shortcode CSS call…?’ is closed to new replies.