• After updating plugin, all of the columns with classes on my site are broken. All css styling on them is completely gone. For example, on many of my columns, I had used css to add padding, and now after the update, the classes that I added to the columns no longer display the css attached to them. On the backend, I still see the classes I added, but upon inspecting in Firebug, the columns no longer have classes.

    Here’s the link to my site: http://www.rgc-hosting.com/centerforce/

    Haven’t seen anyone else post about this issue yet, any ideas on how to fix it without going through and manually changing everything?

    http://wordpress.org/plugins/shortcodes-ultimate/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Having the same issue here. Any luck?

    @jeremyenglert: If you require assistance then, as per the Forum Welcome, please post your own topic.

    Thread Starter leahrgc

    (@leahrgc)

    No luck yet. Even when I go in to the pages and manually change the shortcode and add the column classes, they aren’t working. Still messing around with it, hopefully I can figure it out.

    Thread Starter leahrgc

    (@leahrgc)

    Changed the shortcode prefix yesterday and ended up having to go through my site and adjusted all the shortcodes. Luckily it isn’t a huge site. I did have to go in to my css and change the div names of the column classes to get the css styling to work with the columns with classes.

    Before, my css looked like this:
    .su-column-style-classname

    and now, it looks like this:
    .su-column.classname

    Changing my columns and adjusting my css code “fixed” my problem. Unfortunately, no quick fix for this, but once I figured out what I needed to do, it went through quickly.

    Hope this helps someone having a similar problem!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Column Classes Not Working After Update’ is closed to new replies.